MediaWiki:Vector.css: differenze tra le versioni

Da WikiBound.
Vai alla navigazione Vai alla ricerca
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 27: Riga 27:


body {
body {
background: #def9f2 url(https://it.wikibound.info/w/images/6/6d/Skin-sfondo-winters.png);
background: #def9f2 url(https://it.wikibound.info/w/images/6/6d/Skin-sfondo-winters.png?);
}
}
   
   
Riga 128: Riga 128:
height: 23px;
height: 23px;
padding: 2px 10px 2px 2px;
padding: 2px 10px 2px 2px;
}
#pt-userpage, #pt-anonuserpage {
background: none;
padding-left: 20px !important;
position: relative;
}
#pt-userpage:before, #pt-anonuserpage:before {
content: '';
display: inline-block;
background: url(https://it.wikibound.info/w/images/6/6e/Skin-fuzzy-pickles.png);
height: 16px;
width: 16px;
position: absolute;
left: -2px;
top: -2px;
}
}


Riga 144: Riga 159:
border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
padding: 10px 5px 0 15px;
padding: 10px 5px 0 15px;
margin-top: 15px;
margin-top: 10px;
margin-bottom: 15px;
margin-bottom: 10px;
}
}

Versione delle 19:31, 8 feb 2019

.mw-body-content {
	line-height: 25px !important;
}
 .blacklink a, .blacklink a:hover, .blacklink a:visited {
 	color: #000 !important;
}
 .whitelink a, .whitelink a:hover, .whitelink a:visited {
 	color: #fff !important;
}
 .navtemplate.white tr:first-child th, .navtemplate.white tr:first-child th a {
 	color: #fff !important;
 }
 .navtemplate.black tr:first-child th, .navtemplate.black tr:first-child th a {
 	color: #000 !important;
 }
.navtemplate tr th a, .navtemplate tr th a:visited, .navtemplate tr th a.new, .navtemplate tr th a.new:visited {
	color: #000000;
}
 .navigazione.white tr th, .navigazione.white tr th a {
 	color: #fff !important;
 }
 .navigazione.black tr th, .navigazione.black tr th a {
 	color: #000 !important;
 }
 
/* Sfondo */

body {
	background: #def9f2 url(https://it.wikibound.info/w/images/6/6d/Skin-sfondo-winters.png?);
}
 
/* Menu laterale */
 
#mw-page-base {
	background: none;
}
#mw-panel .portal .body {
	background: none;
	margin-left: 0 !important;
}
#mw-panel .portal {
	margin: 0 2px;
}
#mw-panel .portal .body ul {
	width: 123px;
	background: url(https://it.wikibound.info/w/images/7/75/Skin-box.png?);
	padding: 8px 8px 2px 25px;
	position: relative;
	list-style: disc;
	color: #fff;
}
#mw-panel .portal .body ul:after {
	content: '';
	background: url(https://it.wikibound.info/w/images/5/57/Skin-box-inferiore.png?);
	position: absolute;
	height: 5px;
	bottom: -5px;
	left: 0;
	right: 0;
}
#mw-panel .portal .body li a, #mw-panel .portal .body li a:visited, #mw-panel .portal .body li a:active {
	color: #fff;
	margin-left: -4px;
}
#mw-panel .portal h3 {
	background: #170038;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	border: 2px solid #43305d;
	border-left: 0;
	border-radius: 0 5px 5px 0;
	margin: 5px 10px 5px -10px;
	padding: 5px 0 4px 10px;
}
#mw-panel #p-logo + .portal h3 {
	display: block;
	font-size: 0;
	color: #170038;
}
#mw-panel #p-logo + .portal h3:before {
	font-size: 12px;
	content: 'NAVIGAZIONE';
	color: #fff;
}

/* Tab in cima alla pagina */

div#mw-head div.vectorMenu h3, div.vectorTabs span, 
div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs ul {
	background: none;
}
div.vectorTabs span a {
	padding-top: 1.1em;
}
div.vectorTabs {
	background: #fff;
	border: 1px solid #a7d7f9;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	height: 39px;
	overflow: hidden;
}
div.vectorTabs ul li {
	background: #f7fffd;
	border-right: 1px solid #a7d7f9;
	border-bottom: 1px solid #a7d7f9;
	height: 38px;
	line-height: normal;	
}
div.vectorTabs li.selected {
	border-bottom: 1px solid #fff;
}
div.vectorTabs ul li:last-child {
	border-right: none;
}

/* Menu in alto a destra */

#p-personal {
	right: 0 !important;
}
#p-personal ul {
	background: #fff;	
	border: 1px solid #a7d7f9;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	height: 23px;
	padding: 2px 10px 2px 2px;
}
#pt-userpage, #pt-anonuserpage {
	background: none;
	padding-left: 20px !important;
	position: relative;
}
#pt-userpage:before, #pt-anonuserpage:before {
	content: '';
	display: inline-block;
	background: url(https://it.wikibound.info/w/images/6/6e/Skin-fuzzy-pickles.png);
	height: 16px;
	width: 16px;
	position: absolute;
	left: -2px;
	top: -2px;
}

/* Contenuto */

.mw-body {
	border-bottom-left-radius: 10px;
}

/* Footer */

#footer {
	background: #fff;
	border: 1px solid #a7d7f9;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	padding: 10px 5px 0 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}