Submenu styling

pull/6/head
kay.one 13 years ago
parent ce8cbfc580
commit 6f9ced0e2c

@ -1,26 +1,30 @@
.sub-menu .sub-menu
{ {
padding-left: 5px; padding-left: 5px;
margin-top: 0px;
} }
.sub-menu li .sub-menu li
{ {
display: inline; display: inline;
list-style-type: none; list-style-type: circle;
padding-left: 8px; margin-right: 12px;
padding-right: 12px; padding-left: 2px;
padding-top: 6px; border-left: 1px solid #065EFE;
border-right: 1px solid #F0F0F0;
} }
.sub-menu a .sub-menu a
{ {
text-decoration: none; text-decoration: none;
color: #105CD6; font-size: 21px;
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
color: #065EFE;
font-weight: 300;
text-transform: lowercase;
} }
.t-grid .sub-menu .t-grid .sub-menu
{ {
margin-left: -10px; margin-left: -10px;
margin-bottom: 0px; margin-bottom: 0px;
} }

@ -119,8 +119,8 @@ hr
background: url(images/logo.png) no-repeat left top; background: url(images/logo.png) no-repeat left top;
background-color: #065EFE; background-color: #065EFE;
font-size: 110px; font-size: 110px;
/**color: rgb(249, 249, 249);**/ color: rgb(249, 249, 249);
color: rgb(40, 40, 40); /**color: rgb(40, 40, 40);**/
text-transform: lowercase; text-transform: lowercase;
letter-spacing: -1px; letter-spacing: -1px;
line-height: 110px; line-height: 110px;
@ -259,7 +259,7 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
margin-top: 7px; margin-top: 7px;
margin-bottom: 0px; margin-bottom: 0px;
border: 0px; border: 0px;
background: rgb(40, 40, 40); background: rgb(75, 75, 75);
color: rgb(169, 169, 169); color: rgb(169, 169, 169);
padding: 4px; padding: 4px;
} }

Loading…
Cancel
Save