User:Cy/timeless.css: Difference between revisions
< User:Cy
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#user-tools { |
|||
.white a { |
|||
Background: #FFFFFF75; |
|||
color:white; |
|||
} |
} |
||
#personal-extra { |
|||
.white a:hover { |
|||
Background: #FFFFFF75; |
|||
color:#799ee0; |
|||
} |
} |
||
h1{ |
|||
#p-banner { |
|||
color:white; |
|||
Background: #FFFFFF75; |
|||
} |
} |
||
h6 { |
|||
@keyframes Colour { |
|||
color:white; |
|||
0% { background: red;} |
|||
} |
|||
50% {background: green;} |
|||
h5 { |
|||
100% {background: blue;} |
|||
color:black; |
|||
} |
|||
h4 { |
|||
color:green; |
|||
} |
|||
h3, h2 { |
|||
color:gray; |
|||
} |
} |
||
div#content { |
|||
.mw-wiki-logo { |
|||
margin:35px auto 0px; |
|||
⚫ | |||
border-style:solid; |
|||
background-size:contain; |
|||
border-width:3px; |
|||
border-color:black; |
|||
⚫ | |||
color:white; |
|||
border-bottom:none; |
|||
} |
|||
div#column-content { |
|||
margin: 6px; |
|||
} |
|||
#mw-content-text { |
|||
width:100%; |
|||
} |
|||
.mw-body { |
|||
padding-top:0px; |
|||
} |
|||
.mw-body a.external { |
|||
color: #36B !important; |
|||
} |
|||
#content { |
|||
width:800px; |
|||
border-top-left-radius: 4em; |
|||
border-top-right-radius: 1em; |
|||
} |
|||
.status a:hover { |
|||
color:green; |
|||
} |
} |
Revision as of 02:59, 8 June 2018
.white a {
color:white;
}
.white a:hover {
color:#799ee0;
}
h1{
color:white;
}
h6 {
color:white;
}
h5 {
color:black;
}
h4 {
color:green;
}
h3, h2 {
color:gray;
}
div#content {
margin:35px auto 0px;
border-style:solid;
border-width:3px;
border-color:black;
background-image: url(https://78.media.tumblr.com/57d6a328441483bfec5ebdd2fefe8ff2/tumblr_p3mqw7xJph1ujlhmmo1_500.gif);
color:white;
border-bottom:none;
}
div#column-content {
margin: 6px;
}
#mw-content-text {
width:100%;
}
.mw-body {
padding-top:0px;
}
.mw-body a.external {
color: #36B !important;
}
#content {
width:800px;
border-top-left-radius: 4em;
border-top-right-radius: 1em;
}
.status a:hover {
color:green;
}