MediaWiki:Erudite.css: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "#menubutton{ display:block !important; }" |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
#menubutton{ | #menubutton{ | ||
display:block !important; | display:block !important; | ||
} | |||
/* CSS placed here will be applied to all skins */ | |||
a:link {color:#00279C;} | |||
a:visited {color:#00279C;} | |||
a:hover {color:#0DA8DB;} | |||
a:active {color:#0DA8DB;} | |||
.dropDownMenu a, #footer-wrap-inner a { | |||
color: #FFFFFF; | |||
} | |||
.dropDownMenu { | |||
margin:0 ; | |||
padding:0 ; | |||
} | |||
.dropDownMenu li { | |||
display: block; | |||
list-style: none; | |||
float: left; | |||
} | |||
.dropDownMenu li ul { | |||
display: block; | |||
position: absolute; | |||
width: auto; | |||
visibility: hidden; | |||
background-color: #707879; | |||
margin-left: -0.55em; | |||
padding: 0.3em; | |||
padding-left: 0.65em; | |||
border-top-style: solid; | |||
border-top-width: 2px; | |||
box-shadow: 5px 5px 5px #888888; | |||
} | |||
.dropDownMenu li ul li { | |||
display: block; | |||
float: none; | |||
} | |||
.dropDownMenu li ul li a:link, .dropDownMenu li ul li a:visited { | |||
width:auto; | |||
} | |||
.dropDownMenu:hover { | |||
cursor:pointer ; | |||
} | |||
.dropDownMenu a:hover, .dropDownMenu a:focus { | |||
text-shadow: 0px 0px 15px #FFF ; | |||
transition-duration: 0.5s ; | |||
color: #A0FFDA ; | |||
} | |||
#footer-wrap-inner a:hover, #footer-wrap-inner a:focus { | |||
color: #77d1f6 ; | |||
} | |||
#catlinks { | |||
background: transparent, !important; | |||
opacity: 0; | |||
} | |||
#top-wrap { | |||
position: fixed; | |||
width: 100%; | |||
z-index: 100; | |||
} | |||
#main { | |||
padding-top: 125px; | |||
} | |||
.left { | |||
position:relative; float:left; width:49.2%; | |||
} | |||
.right { | |||
position:relative; float:right; width:49.2%; background-color:#dee6e8; border-radius:10px; margin-bottom:20px; text-align:center; | |||
} | |||
@media screen and (max-width: 800px) { | |||
.left { | |||
display: block; | |||
width: 100%; | |||
} | |||
.right { | |||
display: block; | |||
width: 100%; | |||
} | |||
} | |||
.resize { max-width: 90%; height: auto; width: auto\9;} | |||
#bottom-wrap { | |||
background-image: url(https://s3-us-west-2.amazonaws.com/perfuse/foota.jpg); | |||
clear: both; | |||
color: #ffffff; | |||
padding: 1.5em 0 2.5em; | |||
} | |||
#top-wrap { | |||
background-image: url(https://s3-us-west-2.amazonaws.com/perfuse/foota.jpg); | |||
clear: both; | |||
color: #ffffff; | |||
padding: 0.625em 2.0em; | |||
!important | |||
} | |||
.rights { | |||
position:relative; float:right; width:59.9%; | |||
} | |||
.lefts { | |||
position:relative; float:left; width:39.9%; | |||
} | } |
Revision as of 18:52, 5 June 2018
#menubutton{ display:block !important; } /* CSS placed here will be applied to all skins */ a:link {color:#00279C;} a:visited {color:#00279C;} a:hover {color:#0DA8DB;} a:active {color:#0DA8DB;} .dropDownMenu a, #footer-wrap-inner a { color: #FFFFFF; } .dropDownMenu { margin:0 ; padding:0 ; } .dropDownMenu li { display: block; list-style: none; float: left; } .dropDownMenu li ul { display: block; position: absolute; width: auto; visibility: hidden; background-color: #707879; margin-left: -0.55em; padding: 0.3em; padding-left: 0.65em; border-top-style: solid; border-top-width: 2px; box-shadow: 5px 5px 5px #888888; } .dropDownMenu li ul li { display: block; float: none; } .dropDownMenu li ul li a:link, .dropDownMenu li ul li a:visited { width:auto; } .dropDownMenu:hover { cursor:pointer ; } .dropDownMenu a:hover, .dropDownMenu a:focus { text-shadow: 0px 0px 15px #FFF ; transition-duration: 0.5s ; color: #A0FFDA ; } #footer-wrap-inner a:hover, #footer-wrap-inner a:focus { color: #77d1f6 ; } #catlinks { background: transparent, !important; opacity: 0; } #top-wrap { position: fixed; width: 100%; z-index: 100; } #main { padding-top: 125px; } .left { position:relative; float:left; width:49.2%; } .right { position:relative; float:right; width:49.2%; background-color:#dee6e8; border-radius:10px; margin-bottom:20px; text-align:center; } @media screen and (max-width: 800px) { .left { display: block; width: 100%; } .right { display: block; width: 100%; } } .resize { max-width: 90%; height: auto; width: auto\9;} #bottom-wrap { background-image: url(https://s3-us-west-2.amazonaws.com/perfuse/foota.jpg); clear: both; color: #ffffff; padding: 1.5em 0 2.5em; } #top-wrap { background-image: url(https://s3-us-west-2.amazonaws.com/perfuse/foota.jpg); clear: both; color: #ffffff; padding: 0.625em 2.0em; !important } .rights { position:relative; float:right; width:59.9%; } .lefts { position:relative; float:left; width:39.9%; }