User:Number 3434/timeless.css: Difference between revisions
From Halopedia, the Halo wiki
Number 3434 (talk | contribs) mNo edit summary |
Number 3434 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
#ca-unwatch { | |||
border:1px solid yellow; | |||
border-radius: 3px; | |||
} | |||
.mw-message-box-warning { | |||
border: solid 1px red !important; | |||
border-radius: 4px; | |||
background: #ff000033 !important; | |||
} | } | ||
#t-contributions { | #t-contributions { | ||
Line 10: | Line 16: | ||
h2 { | h2 { | ||
#mw-previewheader{ | #mw-previewheader{ | ||
background:#773377 !important; | |||
background: | |||
} | } | ||
} | } | ||
Line 19: | Line 24: | ||
color:orange !important; | color:orange !important; | ||
} | } | ||
&.editOptions { | |||
color: white; | |||
background: #343434 !important; | |||
box-shadow: 0 0 10px grey inset; | |||
border-radius: 0 0 1em 1em !important; | |||
} | |||
} | |||
span { | |||
&.editHelp { | |||
background: grey; | |||
border: 1px solid grey; | |||
border-radius: 10px; | |||
} | |||
&.mw-page-title-main { | |||
color: aqua; | |||
} | |||
&.mw-page-title-namespace { | |||
color: white; | |||
} | |||
&.mw-page-title-separator { | |||
color: grey; | |||
} | |||
} | |||
p { | |||
&.copywarn { | |||
background: #000000aa; | |||
color: #ddd; | |||
padding: 6px; | |||
border: solid .8px white; | |||
border-radius: 10px; | |||
} | |||
} | |||
#wpPreview { | |||
color: red !important; | |||
} | |||
input { | |||
border: 1px solid white; | |||
border-radius: 8px !important; | |||
} | |||
#wpSummaryWidget { | |||
background: white !important; | |||
border-radius: 0 !important; | |||
} | } |
Revision as of 08:39, March 28, 2024
#ca-unwatch {
border:1px solid yellow;
border-radius: 3px;
}
.mw-message-box-warning {
border: solid 1px red !important;
border-radius: 4px;
background: #ff000033 !important;
}
#t-contributions {
color:red !important;
}
h2 {
#mw-previewheader{
background:#773377 !important;
}
}
div {
#mw-usercsspreview {
color:orange !important;
}
&.editOptions {
color: white;
background: #343434 !important;
box-shadow: 0 0 10px grey inset;
border-radius: 0 0 1em 1em !important;
}
}
span {
&.editHelp {
background: grey;
border: 1px solid grey;
border-radius: 10px;
}
&.mw-page-title-main {
color: aqua;
}
&.mw-page-title-namespace {
color: white;
}
&.mw-page-title-separator {
color: grey;
}
}
p {
&.copywarn {
background: #000000aa;
color: #ddd;
padding: 6px;
border: solid .8px white;
border-radius: 10px;
}
}
#wpPreview {
color: red !important;
}
input {
border: 1px solid white;
border-radius: 8px !important;
}
#wpSummaryWidget {
background: white !important;
border-radius: 0 !important;
}