User:Cy/timeless.css

From Test Wiki
Revision as of 05:03, 2 June 2018 by Cy (talk | contribs) (Created page with " #user-tools { Background: #FFFFFF75; } #personal-extra { Background: #FFFFFF75; } #p-banner { Background: #FFFFFF75; } @keyframes Colour { 0% { background: red;} 50% {ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#user-tools {
	Background: #FFFFFF75;
}
#personal-extra {
	Background: #FFFFFF75;
}
#p-banner {
	Background: #FFFFFF75;
}
@keyframes Colour {
	0% { background: red;}
	50% {background: green;}
	100% {background: blue;}
}
.mw-wiki-logo {
	background-image: url(https://78.media.tumblr.com/baf16a6e00fd6912befe115753cb1bbb/tumblr_oq7ddhzybR1qhcll4o1_500.png);
	background-size:contain;
}
@keyframes bottom-border {
	   0%{  border-bottom: solid 2px Red; }
	   50% {     border-bottom: solid 2px green;}
	   100% {     border-bottom: solid 2px blue; }
}
#mw-content h1, #mw-content h2 {
	animation: bottom-border 2s infinite alternate;
}
@keyframes rotate {
	0% { transform: rotate(-0.2deg); }
	100% {transform: rotate(0.2deg); }
}
@keyframes Colour1 {
	0% { color: red;}
	50% {color: green;}
	100% {color: blue;}
}