mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: copy static files
we copy static files used by PHP and Python versions into /static preparation work for the removal of the PHP version Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
1325c71712
commit
97d0eac303
27 changed files with 2874 additions and 5 deletions
BIN
static/css/archnavbar/archlogo.png
Normal file
BIN
static/css/archnavbar/archlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
26
static/css/archnavbar/archnavbar.css
Normal file
26
static/css/archnavbar/archnavbar.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* ARCH GLOBAL NAVBAR
|
||||
* We're forcing all generic selectors with !important
|
||||
* to help prevent other stylesheets from interfering.
|
||||
*/
|
||||
|
||||
/* container for the entire bar */
|
||||
#archnavbar { min-height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; }
|
||||
#archnavbarlogo { background: url('archlogo.png') no-repeat !important; }
|
||||
|
||||
/* move the heading/paragraph text offscreen */
|
||||
#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }
|
||||
#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }
|
||||
|
||||
/* make the link the same size as the logo */
|
||||
#archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; }
|
||||
|
||||
/* display the list inline, float it to the right and style it */
|
||||
[dir="rtl"] #archnavbar ul { text-align: left !important; }
|
||||
#archnavbar ul { display: block !important; list-style: none !important; margin: 0 !important; padding: 0 !important; font-size: 0px !important; text-align: right !important; }
|
||||
[dir="rtl"] #archnavbar ul li { padding: 14px 0px 0px 15px !important; }
|
||||
#archnavbar ul li { display: inline-block !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 14px !important; padding: 14px 15px 0px !important; }
|
||||
|
||||
/* style the links */
|
||||
#archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; }
|
||||
#archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; }
|
BIN
static/css/archnavbar/aurlogo.png
Normal file
BIN
static/css/archnavbar/aurlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue