Template:FullWidthPageCss
From eqqon
(Difference between revisions)
m |
|||
| (34 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
<css> | <css> | ||
| + | body { | ||
| + | background: #222; | ||
| + | font-family: 'Open Sans', sans-serif; | ||
| + | } | ||
| + | p { | ||
| + | line-height: 2em; | ||
| + | } | ||
| + | #contentSub { display:none; } | ||
| + | #eqqon3-pt-mytalk { display:none !important; } | ||
| + | #ca-talk { display:none !important; } | ||
#eqqon3-page { | #eqqon3-page { | ||
width: 100%; | width: 100%; | ||
| - | margin-top: 0px; | + | margin-top: 0px !important; |
| + | background: #222222; | ||
} | } | ||
#eqqon3-header { | #eqqon3-header { | ||
background: #222222; | background: #222222; | ||
| + | min-height: 20px; | ||
| + | height: 20px; | ||
| + | width: 100%; | ||
} | } | ||
| - | #eqqon3-p-login li { | + | #eqqon3-p-login ul li a { |
| + | color: #ccc !important; | ||
| + | } | ||
| + | #eqqon3-p-login { | ||
| + | } | ||
| + | #eqqon3-content-actions { | ||
| + | margin-top: 0px; | ||
| + | } | ||
| + | #eqqon3-content-actions ul li { | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | #eqqon3-content-actions ul li a { | ||
color: #ccc; | color: #ccc; | ||
| + | } | ||
| + | #eqqon3-content-actions ul li a:hover { | ||
| + | color: #ccc; | ||
| + | font-size: 100%; | ||
| + | font-weight: normal; | ||
} | } | ||
#eqqon3-page-footer { | #eqqon3-page-footer { | ||
width: 100%; | width: 100%; | ||
| + | } | ||
| + | #eqqon3-footer-nav { | ||
| + | display: none; | ||
| + | } | ||
| + | #eqqon3-p-navigation-wrapper { | ||
| + | display:none; | ||
| + | } | ||
| + | #content { | ||
| + | padding: 0px; | ||
| + | background: #222222; | ||
| + | } | ||
| + | #eqqon3-p-logo { | ||
| + | display: none; | ||
| + | } | ||
| + | .selflink { | ||
| + | color: #ccc; | ||
} | } | ||
</css> | </css> | ||