1,545
edits
Happy 11th anniversary, screamer wiki!
Screamer1234 (talk | contribs) No edit summary |
No edit summary |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 41: | Line 41: | ||
} | } | ||
input,textarea{ | input,textarea{ | ||
background-color:# | background-color:#282828; | ||
border-color:# | border-color:#282828; | ||
color:#c1c1c1 | color:#c1c1c1 | ||
} | } | ||
Line 215: | Line 215: | ||
.mw-body #toc h2,.mw-body .toc h2 div.emptyPortlet{ | .mw-body #toc h2,.mw-body .toc h2 div.emptyPortlet{ | ||
display:none | display:none | ||
} | |||
/* General Link Styling */ | |||
a, .mw-body a.external, .mw-body a.extiw { | |||
color: #e87057; | |||
} | } | ||
ul{ | ul{ | ||
Line 438: | Line 442: | ||
color:#333; | color:#333; | ||
text-decoration:none | text-decoration:none | ||
} | |||
a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited { | |||
color: #e87057; | |||
} | } | ||
div.vectorTabs li.icon a{ | div.vectorTabs li.icon a{ | ||
Line 721: | Line 728: | ||
margin:0; | margin:0; | ||
padding:0 | padding:0 | ||
} | |||
#mw-head { | |||
background-color: #111111; /* Update with the Screamer Wiki header background color */ | |||
} | |||
#mw-panel div.portal { | |||
background-color: #4c4c4c; /* Update with the Screamer Wiki portal background color */ | |||
} | |||
#footer { | |||
background-color: #111111; /* Update with the Screamer Wiki footer background color */ | |||
} | } | ||
#left-navigation{ | #left-navigation{ | ||
Line 865: | Line 883: | ||
} | } | ||
/* Tabber Styling */ | |||
/*Tabber | |||
.tabbernav { | .tabbernav { | ||
font-family: inherit | font-family: inherit; | ||
font-weight: normal | font-weight: normal; | ||
font-size: 13px | font-size: 13px; | ||
border-bottom: 3px solid #505050 | border-bottom: 3px solid #505050; | ||
padding: 0.3em 0 | padding: 0.3em 0; | ||
} | } | ||
.tabbernav a { | .tabbernav a { | ||
padding: 0.3em 0.5em | padding: 0.3em 0.5em; | ||
margin: 0 | margin: 0; | ||
color: lightgrey | color: lightgrey; | ||
border:1px | border: 1px; | ||
background: #242424 | background: #242424; | ||
} | } | ||
.tabberactive a { | .tabberactive a { | ||
color: white | color: white; | ||
background: #ba3614 | background: #ba3614; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.tabbernav :not(.tabberactive) a:hover { | .tabbernav :not(.tabberactive) a:hover { | ||
background: #4b4b4b | background: #4b4b4b; | ||
} | } | ||
.tabbertab { | .tabbertab { | ||
border: 0px | border: 0px; | ||
border-color: #505050 | border-color: #505050; | ||
} | |||
.fp-section { | |||
width: 80%; | |||
margin: 20px auto; | |||
background-color: #ffffff; | |||
padding: 20px; | |||
border-radius: 10px; | |||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | |||
} | } | ||
/* Header styles */ | |||
.main-header { | |||
background-color: #4caf50; | |||
color: #ffffff; | |||
padding: 10px; | |||
text-align: center; | |||
font-size: 24px; | |||
font-weight: bold; | |||
margin-bottom: 20px; | |||
border-radius: 5px; | |||
} | |||
/* Content styles */ | |||
p { | |||
font-style: italic; | |||
font-weight: bold; | |||
} | |||
.mainpage-icons { | |||
display: flex; | |||
justify-content: space-around; | |||
flex-wrap: wrap; | |||
} | |||
.mainpage-icon { | |||
text-align: center; | |||
margin: 10px; | |||
} | |||
.mainpage-icon a { | |||
text-decoration: none; | |||
color: #333; | |||
} | |||
.mainpage-icon-img img { | |||
border-radius: 50%; | |||
border: 2px solid #4caf50; | |||
} | |||
/* Cursors */ | /* Cursors */ | ||
body { | body { | ||
cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; | |||
} | |||
/ | a:link, a:hover { | ||
cursor: url('http://screamer.wiki/images/f/fd/Link.png'), pointer; | |||
} | |||
a:active { | |||
cursor: url('http://screamer.wiki/images/c/ce/Press.png'), pointer; | |||
} | |||
a:element { | |||
cursor: url('http://screamer.wiki/images/4/4c/Cursor.png'), pointer; | |||
} | |||
/* Scrollbar Styling */ | |||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
width: 12px; | |||
-webkit-overflow-scrolling: auto; | |||
} | } | ||
::-webkit-scrollbar-track { | ::-webkit-scrollbar-track { | ||
background: #111111; | |||
} | } | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
background: #d13c17; | |||
border-radius: 0; | |||
} | } | ||
/* Usernames /* | /* Usernames /* |
edits