User:Zippy/common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Generic */
/* Generic */


body.mediawiki {color: #5500ff;}
body {color: #5500ff;}
h1 {color: #333300;)


/* Link colors */
/* Link colors */


a.image {padding: 20px;}
a.image {height: auto; width: auto;}
a {color: #f7a200;}
a {color: #f7a200;}
a:hover {color: #ffd183;
a:hover {color: #ffd183;

Revision as of 13:08, 21 December 2018

/* Generic */

body {color: #5500ff;}
h1 {color: #333300;)

/* Link colors */

a.image {height: auto; width: auto;}
a {color: #f7a200;}
a:hover {color: #ffd183;
text-decoration: none;}
a:visited {text-decoration: none;}
a:active {color: white;
text-decoration: none;}

/* External link color */

.mw-body-content a.mw-redirect {color:#6DD574}
.mw-body-content a.mw-redirect:hover {color:#8EF391}
.mw-body-content a.mw-redirect:visited {color:#6DD574}
.mw-body-content a.mw-redirect:active {color:#B1FFB1}

/* Custom cursors */
body {
  cursor: url('https://i.imgur.com/LxPzwkm.png'), pointer; 
}
/* Link cursor */
a:hover {
  cursor: url('https://i.imgur.com/lyt5e4l.png'), pointer; 
}
/* Text cursor */
input {
  cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}