hi.

About Me

edit

Nothing much to put here..... I love cats and software development, but have been getting into Wikipedia lately.... we'll see what happens.

My Wikipedia Skin

edit
 
The Funfair theme at the top of an article.

I use a skin for Vector 2010 on Wikipedia I created, Funfair. This should also work on Wikipedias in other languages and on sister wikis, like MediaWiki, but you'll need to add it to each wiki you use separately. Keep in mind that the skin is designed for Wikipedia specifically and may not work as well on other wikis.

 
The Funfair theme at the bottom of an article.
 
The Funfair theme at the top of the Wikipedia Homepage.

(You can add it by going to Preferences > Appearance > Vector legacy (2010) > Custom CSS > Edit page > Paste the CSS > Save edit > Preferences > Select Vector legacy (2010) > Save)

If you'd like to use it, the CSS is as follows.

/* Funfair Theme for Vector 2010 - Created by Nexnot*/

body {
background-color: rgb(202, 229, 252); 
background-image: linear-gradient(100deg, rgb(202, 229, 252), rgb(249, 200, 70));
color: #000000;
}


a {
color: rgb(211, 12, 123); 
}


.mw-highlight, .mw-change-detected {
background-color: rgb(98, 208, 161);
color: white;
}


body, .mw-parser-output {
font-family: 'Georgia';
font-size: 1.06em;
}


#mw-head {
background-color: rgb(202, 229, 252);
color: white;
}


.vector-menu-tabs,
.vector-menu-tabs a {
background-color: rgb(202, 229, 252);
}

.left-navigation {
margin-bottom: 10px;
}

.vector-menu-tabs li {
border-radius: 5px; 
padding: 1px;
margin: 1px;
}

.vector-menu-tabs li a {
padding-top: 0;
height: 20px;
}

.vector-menu-tabs {
padding-left: 30px;
}

#content {
border-radius: 30px 0 0 30px;
box-shadow: -5px 5px 10px -7px #000000;
background-color: rgb(249, 200, 70);
}


a:link,
.vector-menu-portal .vector-menu-content li a,
.skin--responsive #p-personal li a {
color: rgb(211, 12, 123); }
a:visited { color: rgb(119, 13, 206); }
a.new:link { color: rgb(207,0,0); }
a.new:visited { color: rgb(207,0,0); }
a.extiw:link { color: rgb(37,77,207); } 
a.extiw:visited { color: rgb(41,179,207); }
a.external:link { color: rgb(22,105,47); } 
a.external:visited { color: rgb(56,115,64); }


.vector-menu-portal .vector-menu-content li a,
.skin--responsive #p-personal li a,
#p-personal a,
#footer a {
color: brown;
}


::selection {
background-color: rgb(255, 120, 100); 
}

::-moz-selection {
background-color: rgb(255, 120, 100);
}


.autocomment a {
color: rgb(98, 208, 161);
}


.vectorTabs {
margin-left: 30px;
}

.vectorTabs,
.vectorTabs a {
background-color: rgb(249, 200, 70); 
}

.left-navigation {
margin-bottom: 10px;
}

.vectorTabs li {
border-radius: 5px; 
padding: 1px;
margin: 1px;
}

.vectorTabs li {
background-image: none;
background-color: rgb(202, 229, 252); 
background-color: rgba(202, 229, 252, 0.5);
}

.vectorTabs li a {
padding-top: 0;
height: 20px;
}

h1 {
color: #000000;
}

.ex {
color: #000000;
}


/* Flag bad code for cleanup - You probably don't want this, feel free to delete it.*/


tt { 
color: #DBD56E;
background: #0094C6; 
}

citation needed { 
color: #DBD56E;
background: #0094C6;
}