Användare:StefanB/myskin.css

Den här artikeln kommer att ta upp ämnet Användare:StefanB/myskin.css, som har varit föremål för intresse och debatt inom olika områden. Användare:StefanB/myskin.css är ett ämne som har skapat stora förväntningar och har väckt nyfikenhet hos både experter och fans. Genom historien har Användare:StefanB/myskin.css haft en betydande inverkan på olika aspekter av samhället, och dess relevans fortsätter att vara föremål för studier och forskning idag. Genom en detaljerad och uttömmande analys kommer olika tillvägagångssätt och perspektiv på Användare:StefanB/myskin.css att utforskas, i syfte att ge en heltäckande och berikande vision om detta ämne.
/*
** Inspired by Jason Pearce's fraternalrelief.org skin
** http://jasonpearce.com/blog/2005/08/31/fraternalrelieforg/
*/

/* zero padding and margins  */
* {margin:0;padding:0;}

/* blocks */
address,blockquote,body,center,/*dd*/,dir,div,/*dl*/,dt,frameset,h1,h2,h3,h4,h5,h6,hr,html,isindex,listing,map,marquee,menu,multicol,ol,p,plaintext,/*pre*/,ul,xmp {display:block;}
blockquote {margin:1em 40px;}
blockquote {border-color:blue;border-left:solid;border-width:thin;margin:1em 0px;padding-left:1em;}
listing {font-size:medium;margin:1em 0;white-space:pre;}
p,/*dl*/,multicol {margin:1em 0;}
plaintext,xmp,/*pre*/ {margin:1em 0;white-space:pre;}


/* headings */
h1,h2,h3,h4,h5,h6 {font-weight:bold;}
h1 {font-size:1.75em;}
h2 {font-size:1.5em;}
h3 {font-size:1.33em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.85em;}
h1,h2,h3,h4,h5,h6 {margin:1.5em 0 0.25em 0;} 
h1 {margin-top:0;}

/* link pseudo-classes */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

/* inlines */
b,strong {font-weight:bolder;}
big {font-size:larger;}
blink {text-decoration:blink;}
i,address,cite,dfn,em,var {font-style:italic;}
nobr {white-space:nowrap;}
q:after {content:close-quote;}
q:before {content:open-quote;}
s,strike,del {text-decoration:line-through;}
small {font-size:smaller;}
sub {font-size:smaller;line-height:normal;vertical-align:sub;}
sup {font-size:smaller;line-height:normal;vertical-align:super;}
u,ins {text-decoration:underline;}

/* titles */
abbr,acronym {border-bottom:dotted 1px;}

/* lists */
ul,menu,dir {list-style-type:disc;margin:1em 2em;}
ol {list-style-type:decimal;margin:1em 2em;}
li {display:list-item;}

/* nested lists have no top/bottom margins */
ul ul,ul ol,ul dir,ul menu,ul dl,ol ul,ol ol,ol dir,ol menu,ol dl,dir ul, dir ol, dir dir, dir menu, dir dl,menu ul,menu ol,menu dir,menu menu,menu dl,dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0;margin-bottom:0;}

/* 2 deep unordered lists use a circle */
ol ul,ul ul,menu ul,dir ul,ol menu,ul menu,menu menu,dir menu,ol dir, ul dir, menu dir, dir dir {list-style-type:circle;}

/* 3 deep (or more) unordered lists use a square */
ol ol ul,  ol ul ul,  ol menu ul,  ol dir ul,ol ol menu,ol ul menu,ol menu menu,ol dir menu,ol ol dir, ol ul dir, ol menu dir, ol dir dir,ul ol ul,  ul ul ul,  ul menu ul,  ul dir ul,ul ol menu,ul ul menu,ul menu menu,ul dir menu,ul ol dir, ul ul dir, ul menu dir, ul dir dir,menu ol ul,menu ul ul,menu menu ul,menu dir ul,menu ol menu,menu ul menu,menu menu menu,menu dir menu,menu ol dir, menu ul dir, menu menu dir, menu dir dir,dir ol ul, dir ul ul, dir menu ul, dir dir ul,dir ol menu, dir ul menu, dir menu menu, dir dir menu,dir ol dir,dir ul dir,dir menu dir,dir dir dir {list-style-type:square;}

/* leafs */
/* hr {border:1px;height:2px;margin:0.5em auto 0.5em auto;} */
/* Horisontal rule from http://bits.wikimedia.org/skins-1.5/vector/main-ltr.css */
hr {
	height: 1px;
	color: #aaaaaa;
	background-color: #aaaaaa;
	border: 0;
	margin: .2em 0 .2em 0;
}
/* End of HR */

/* print settings */
@media print {
  @page {margin:10%;}
  blockquote,fieldset,pre {page-break-inside:avoid;}
  h1,h2,h3,h4,h5,h6 {page-break-after:avoid;page-break-inside:avoid;}
  ul,ol,dl {page-break-before:avoid;}
}


/* Indent from http://sv.wikipedia.org/skins-1.5/monobook/main.css */
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

body {
	background-color: #ffffff; /* white */
	color: #333; /* dark grey */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size: 62.5%; /* Resets 1em to 10px */
	}

#jump-to-nav {
        display: none;
        }

#firstHeading {
	background: #000055;
        background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Wikipedia-logo-v2-200px.png/120px-Wikipedia-logo-v2-200px.png);
        background-repeat: no-repeat;
	color: #fff; 
	font-size: 2em;
	margin-left: -8em;
	margin-bottom: 0;
        margin-top: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 8em;
	border: 0;
        margin-right: 0;
        height: 2em;
	}


#content {
	font-size: 1.25em;
	line-height: 1.5em;
	}

#contentSub {
	color: #aaaaaa;
        font-size:90%;
}

#bodyContent {
	margin-top: 1em;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#toc { /* table of contents */
	background: #FFF6EB; /* very light orange */
	border: 1px solid #FEBA63; /* light orange */
	}
	
#toctitle {
	background: #FEBA63; /* light orange */
	color: #3F290C; /* very dark orange */
	}
	
#footer {
	border-top: 1px solid #666666;
	color: #999999;
	}
	

/* Links -------------------------------------------------------------*/
a {color: #000064;} /* blue */
a:hover {color: #00004B;} /* dark blue */

p a:visited {color: #40408B;} /* purple */
#content a.new {color: green;} /* green */

#column-one a {color: #000064;} /* blue */
#column-one a:hover {color: #00004B;} /* dark blue */
#column-one .selected a {
	color: #000064; /* blue */
	font-weight: bolder;
	}
#column-one .new a {color: green;} /* green */


#toc a {color: #2153B0;} /* blue */
#toc a:hover {color: #173A7B;} /* dark blue */
#toc p a:visited {color: #2153B0;} /* blue */

#footer a {color: #999999;}
#footer a:hover {color: #173A7B;} /* dark blue */

/* Structure & Frame -------------------------------------------------*/
body {
	text-align: center;
	}

#globalWrapper {
	margin: 1em;
	text-align: left;
	}

#column-content {
	margin-left: 200px;
	}

#column-one {
	position: absolute;
	top: 80px;
	width: 185px;
	background: #E6E6F0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #444444;
	}



#footer {
	clear: both;
	height: 5em;
	margin: 3em 0 3em 200px;
	}


/* Headers -----------------------------------------------------------*/
h1, h2, h3, h4 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;}
h1 {border-bottom: 1px solid #333333;  line-height: 1.1em; padding-bottom: 0.2em;}
h2 {border-bottom: 1px dotted #333333;  line-height: 1.1em; padding-bottom: 0.2em;}

.editsection {/* margin-top: 1em;*/
	float: right;
	color: #aaaaaa;
	font-weight: normal;
	font-size: 12px;
}

.editsection a {/* margin-top: 1em;*/
	color: #aaaaaa;
}

.portlet h5 { /* blocks within #column-one */
	border-top: 5px solid #8080B2;
	margin-top: 0;
	padding-top: 0.25em;
	}


/* Images */
img {
	border: none !important;
       }

div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
}
div.floatleft p { font-style: italic; }
/* Thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
	background-color: transparent;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}
.hiddenStructure {
	display: none;
}

/* Gallery */
table.gallery {
        border:  1px solid #cccccc;
        margin:  2px;
        padding: 2px;
        background-color:#ffffff;
}

table.gallery tr { 
        vertical-align:top;
}

div.gallerybox {
        border: 1px solid #cccccc;
        margin: 2px;
        background-color:#f9f9f9;
        width:  150px;
}

div.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #cccccc;
        margin: 2px;
}       

div.gallerytext {
        font-size: 94%;
        padding: 2px 4px;
}       

/* End of thumbs */


.tright {
	float: right;
	}

.tleft {
	float: left;
}

/* Lists -------------------------------------------------------------*/
.portlet ul {
	margin-bottom: 2em;
	}

.portlet li {
	margin: 0.5em 0;
	}

/* Special stylized non-IE bullets
   Does not work in Internet Explorer, which merely default to normal bullets. */
html>body .portlet ul {
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .portlet li {
	margin-left: 10px;
	}

html>body .portlet ul li:before {
	content: "\00BB \0020";
	}


/* Form Elements -----------------------------------------------------*/
/*
.portlet #searchform {
	margin-left: 10px;
	margin-bottom: 2em;

	}

.portlet #searchform input {
	margin: 0.15em 0;
	width: 10.9em;
	}
*/

input.searchButton {
	margin-top: 1px;
	font-size: 95%;
}
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
	font-weight: bold;
}
#searchInput {
	width: 10.9em;
	margin: 0;
	font-size: 95%;
}
#p-search .pBody {
	padding: .5em .4em .4em .4em;
	text-align: center;
}
#p-search #searchform div div {
	margin-top: .4em;
	font-size: 95%;
}


/* Various Tags & Classes --------------------------------------------*/
#siteSub, .urlexpansion, .printfooter {
	display: none;
	}

.visualClear {
	clear: both;
	}

/* BEGIN user notifications */
.usermessage {
    background-color: #ffce7b; /* yellow */
    border: 1px solid #ffa500; /* orange */
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
	}

.error {color: red; font-size: larger;}

#catlinks {
    /* background-color: #F2F6FF;*/ /* very light blue */
    /* border: 1px solid #CBDDFF; */ /* light blue */
    border: 1px solid #aaaaaa;
    clear: both;
    margin: 1em 0;
	}

#catlinks p {margin: 0.5em;}
/* END user notifications */



/* Content -----------------------------------------------------------*/
/* BEGIN Table of Contents */
#toc {
	margin: 0 0 1em 1em;
	}
#toc td {padding: 0.5em;}
#toc .tocindent {margin-left: 1em;}
#toc .tocline {margin-bottom: 0px;}
#toc p {margin: 0}
#toc .editsection {margin-top: 0.7em;}
/* END Table of Contents */

/* BEGIN Page history styling */
.autocomment {color: gray;}
#pagehistory span.user {margin-left: 1.4em; margin-right: 0.4em;}
#pagehistory span.minor {font-weight: bold;}
#pagehistory input {margin: 0.2em;}
#pagehistory li {border: 1px solid #ffffff; margin-top: 1px; margin-bottom: 1px;}
#pagehistory li.selected {
	background-color: #CBDDFF; /* light blue */
	border:1px dashed #FDA32F; /* orange */
	}
/* END Page history styling */

/* BEGIN Diff rendering */
table.diff {background: #FEFEFE; border: 1px solid #cccccc; padding: 0.5em}
table.diff td {vertical-align: top;}
td.diff-otitle a, td.diff-ntitle a, td.diff-otitle a:visited, td.diff-ntitle a:visited {color: #2153B0;}
td.diff-otitle a:hover, td.diff-ntitle a:hover {text-decoration: underline;}
td.diff-otitle {}
td.diff-ntitle {}
td.diff-addedline {background:#F2F6FF;}
td.diff-addedline span.diffchange {
	background: #CDDEFF;
	border: 1px dashed #676F80;
	color: green;
	font-weight: bold;
	}
td.diff-deletedline {background:#FFF9F2;}
td.diff-deletedline span.diffchange {
	background: #FFE9CB;
	border: 1px dashed #B3A38E;
	color: red;
	font-weight: bold;
	text-decoration: line-through;
	}
td.diff-context {background:#eeeeee;}
.newpage {color: green;	font-weight: bolder;}
/* END Diff rendering */

/* BEGIN forms */
fieldset {
	background: #FAFCFF;
	border: 1px solid #CBDDFF;
	margin: 1em;
	padding: 0.5em 1em;
	}

fieldset div {
	margin: 0.25em 0;
	}

fieldset input {
	margin: 0 0.5em;
	}

legend {
	color: #2153B0;
	font-size: 1.25em;
	font-weight: bolder;
	padding: 0.2em 0.5em;
	}
/* END forms */




/* Footer ------------------------------------------------------------*/
#footer ul {
	list-style: none;
	margin: 0;
	}

#footer ul li {
	margin: 0.1em;
	margin-right: 1em;
	}

#f-poweredbyico, #f-copyrightico {
	margin: 0;
	position: relative;
	top: 0.2em;
}
#f-poweredbyico {
	float: right;
	height: 1%;
}

p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}

pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

textarea {
	width: 100%;
	padding: .1em;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
** http://bits.wikimedia.org/skins-1.5/monobook/main.css
*/
#bodyContent a.external,
#bodyContent a.external {
	background: url(http://bits.wikimedia.org/skins-1.5/monobook/external.png) center right no-repeat;
	padding: 0 13px;
}
.rtl #bodyContent a.external,
.rtl #bodyContent a.external {
	background-image: url(http://bits.wikimedia.org/skins-1.5/monobook/external-rtl.png);
}
#bodyContent a.external,
.link-https {
	background: url(http://bits.wikimedia.org/skins-1.5/monobook/lock_icon.gif) center right no-repeat;
	padding: 0 16px;
}
#bodyContent a.external,
.link-mailto {
	background: url(http://bits.wikimedia.org/skins-1.5/monobook/mail_icon.gif) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external {
	background: url(http://bits.wikimedia.org/skins-1.5/monobook/news_icon.png) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external,
.link-ftp {
	background: url(http://bits.wikimedia.org/skins-1.5/monobook/file_icon.gif) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external,
.link-irc {
	background: url(http://bits.wikimedia.org/skins-1.5/monobook/discussionitem_icon.gif) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
.link-audio {
	background: url("http://bits.wikimedia.org/skins-1.5/monobook/audio.png") center right no-repeat;
	padding: 0 13px;
}
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
.link-video {
	background: url("http://bits.wikimedia.org/skins-1.5/monobook/video.png") center right no-repeat;
	padding: 0 13px;
}
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
#bodyContent a.external, #bodyContent a.external,
.link-document {
	background: url("http://bits.wikimedia.org/skins-1.5/monobook/document.png") center right no-repeat;
	padding: 0 12px;
}

/* for rtl wikis */
.rtl #bodyContent a.external {
	background-position: left;
	padding-right: 0;
}
.rtl a.feedlink {
	background-position: right;
	padding-right: 16px;
	padding-left: 0;
}

/* correction for ltr wikis */
.ltr #bodyContent a.external {
	padding-left: 0;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
}
#bodyContent a.external {
	color: #36b;
}

/* Tables from http://bits.wikimedia.org/skins-1.5/vector/main-ltr.css */
table {
	font-size: 100%;
	color: black;
	/* we don't want the bottom borders of <h2>s to be visible through
	 * floated tables */
	background-color: white;
}
fieldset table {
	/* but keep table layouts in forms clean... */
	background: none;
}
.toccolours {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}

/* Från MediaWiki:Vector.css */
#coordinates {  
    position: absolute;
    top: 4em;
    right: 1.5em;
    float: right;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    text-transform: none;
    white-space: nowrap;
}

#coordinates, #coordinates a, #coordinates .plainlinksneverexpand a, #coordinates .geo-default {
    color: #FFF6EB;
    font-size: 90%;
}

div.topicon {
    float: right;
    right: 1.2em;
    position: absolute; 
    top: 1em;
    display: block !important;
}

#p-lang {
    max-height:150px;
    overflow:auto;
}

#siteNotice {
        position: fixed;
        bottom: 0;
}

/* Dölj onödiga länkar */
#pt-prefswitch-link-on, #pt-prefswitch-link-anon {
    display: none;
}