mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
4bf3bfb3b7
commit
2c2d178dd1
15 changed files with 1118 additions and 52 deletions
|
@ -17,7 +17,7 @@
|
|||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
|
||||
|
||||
* {
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
@ -768,7 +768,7 @@ header {
|
|||
}
|
||||
|
||||
header a {
|
||||
color: #f9f9f9;
|
||||
color: #bfbfbf;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
|
@ -786,8 +786,8 @@ header h3 {
|
|||
header h3 a, header .brand {
|
||||
float: left;
|
||||
display: block;
|
||||
/* padding: 8px 20px 12px; */
|
||||
/* margin-left: -10px; */
|
||||
padding: 8px 20px 12px;
|
||||
margin-left: -20px;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
|
@ -799,14 +799,14 @@ header p {
|
|||
line-height: 40px;
|
||||
}
|
||||
|
||||
|
||||
header .fill {
|
||||
background-color: #000;
|
||||
background-color: #0d6eff;
|
||||
background-repeat: repeat-x;
|
||||
background-image: linear-gradient(to bottom, #6089d4, #6089d4);
|
||||
background-image: linear-gradient(to bottom, #0c5fdc, #0d6eff);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
header div > ul, .nav {
|
||||
display: block;
|
||||
float: left;
|
||||
|
@ -868,7 +868,7 @@ header div > ul .menu-dropdown,
|
|||
.nav .menu-dropdown,
|
||||
header div > ul .dropdown-menu,
|
||||
.nav .dropdown-menu {
|
||||
background-color: #6089d4;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
header div > ul .menu-dropdown a.menu,
|
||||
|
@ -898,7 +898,7 @@ header div > ul .menu-dropdown li a,
|
|||
.nav .menu-dropdown li a,
|
||||
header div > ul .dropdown-menu li a,
|
||||
.nav .dropdown-menu li a {
|
||||
color: #f9f9f9;
|
||||
color: #999;
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 535 B |
Binary file not shown.
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Add table
Add a link
Reference in a new issue