User:Cy/timeless.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(Created page with " #user-tools { Background: #FFFFFF75; } #personal-extra { Background: #FFFFFF75; } #p-banner { Background: #FFFFFF75; } @keyframes Colour { 0% { background: red;} 50% {ba...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
a:link {color:silver;}      /* unvisited link */
a:visited {color:silver;}  /* visited link */
a:hover {color:green;}  /* mouse over link */
a:active {color:silver;}  /* selected link */


#user-tools {
.white a {
Background: #FFFFFF75;
    color:white;
}
}
#personal-extra {
 
Background: #FFFFFF75;
.white a:hover {
    color:#799ee0;
}
}
#p-banner {
h1, h2, h3{
Background: #FFFFFF75;
color:silver;
}
}
@keyframes Colour {
div#content {
0% { background: red;}
    margin:35px auto 0px;
50% {background: green;}
    border-style:solid;
100% {background: blue;}
    border-width:3px;
    border-color:black;
  background-image: url(https://i.pinimg.com/originals/7b/a9/7d/7ba97d53c28d19d6438d7557f9d1eec4.jpg);
    color:silver;
    border-bottom:none;
}
}
.mw-wiki-logo {
div#column-content {
background-image: url(https://78.media.tumblr.com/baf16a6e00fd6912befe115753cb1bbb/tumblr_oq7ddhzybR1qhcll4o1_500.png);
    margin: 6px;
background-size:contain;
}
 
#mw-content-text {
    width:100%;
}
}
@keyframes bottom-border {
.mw-body {
  0%{  border-bottom: solid 2px Red; }
     padding-top:0px;
  50% {    border-bottom: solid 2px green;}
  100% {     border-bottom: solid 2px blue; }
}
}
#mw-content h1, #mw-content h2 {
 
animation: bottom-border 2s infinite alternate;
.mw-body a.external {
    color: #36B !important;
}
}
@keyframes rotate {
 
0% { transform: rotate(-0.2deg); }
#content {
100% {transform: rotate(0.2deg); }
    width:800px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
}
@keyframes Colour1 {
 
0% { color: red;}
.status a:hover {
50% {color: green;}
    color:green;
100% {color: blue;}
}
}

Latest revision as of 02:05, 10 June 2018

a:link {color:silver;}      /* unvisited link */
a:visited {color:silver;}  /* visited link */
a:hover {color:green;}  /* mouse over link */
a:active {color:silver;}  /* selected link */ 

.white a {
    color:white;
}

.white a:hover {
    color:#799ee0;
}
h1, h2, h3{
	color:silver;
}
div#content {
    margin:35px auto 0px;
    border-style:solid;
    border-width:3px;
    border-color:black;
   background-image: url(https://i.pinimg.com/originals/7b/a9/7d/7ba97d53c28d19d6438d7557f9d1eec4.jpg);
    color:silver;
    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: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.status a:hover {
    color:green;
}