User:Turb0-Sunrise/styles.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes.
- Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
- Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
- Opera, Konqueror and Safari users can just click the Reload button.
- Chrome: press Ctrl+F5 or Shift+F5
{{#css: .vector-menu-tabs-legacy li {
background: rgb(144, 213, 255);
border-radius: 22px 60px 22px 60px;
border: 10px groove yellow;
}
* {
font-family: Cascadia Mono SemiBold;
text-transform: uppercase;
a,
a:visited { color: yellow; }
h2 { color: yellow; }
}
#p-Navigation .pBody,
#p-Featured_content .pBody,
#searchBody,
#p-Languages .pBody,
#p-tb .pBody,
#content,
#footer {
background-color:#518673;
}
body {
background-color:#518673;
}
#mw-dismissable-notice {
background-color:#518673;
}
.Gtext {
margin: 0.8rem;
}
h1 {
font-size: 3rem;
font-weight: bold;
color:yellow;
background-color:318673;
border:4px groove yellow;
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
text-align:center;
}
h2 {
font-size: 2rem;
font-weight: bold;
color:yellow;
background-color:#518673;
border:4px groove yellow;
text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
box-shadow: 0px 10px 6px rgba(0,0,0,0.15);
text-align:center;
}
.text {
opacity:1;
margin:0.8rem;
color:yellow;
}
}}