Difference between revisions of "Team:Cairo Egypt/css/home style"
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
#content { | #content { | ||
width: auto !important; | width: auto !important; | ||
+ | padding: 0; | ||
+ | top: 80px; | ||
+ | } | ||
+ | |||
+ | nav#sidebar-wrapper { | ||
+ | top: 16.4px; | ||
+ | } | ||
+ | |||
+ | a#menu-toggle { | ||
+ | top: 15px; | ||
} | } | ||
− | + | .printfooter { | |
− | + | display: none; | |
− | + | ||
} | } | ||
− | + | #top_menu_under { | |
− | + | display: none; | |
− | + | ||
− | + | ||
} | } | ||
− | header | + | header#top { |
− | + | height: 670px; | |
− | + | background-position-y: 5px; | |
+ | background-size: 100% 170%; | ||
} | } |
Latest revision as of 00:00, 27 July 2015
.firstHeading {
display: none;
}
- content {
width: auto !important; padding: 0; top: 80px;
}
nav#sidebar-wrapper {
top: 16.4px;
}
a#menu-toggle {
top: 15px;
}
.printfooter {
display: none;
}
- top_menu_under {
display: none;
}
header#top {
height: 670px; background-position-y: 5px; background-size: 100% 170%;
}