MediaWiki:Hmufo.css

De Hackmeeting

(Diferencias entre revisiones)
m
m
Línea 445: Línea 445:
textarea.createboxInput {
textarea.createboxInput {
width: 99% !important;
width: 99% !important;
 +
}
 +
 +
div.smwpre {
 +
font-size:small;
 +
overflow: auto;
 +
background: rgb(30, 30, 30);
 +
color: white;
 +
border: white dotted 1px
}
}

Revisión de 15:30 14 nov 2013

* {
	margin:  0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: rgb(200, 200, 0);
}

ul {
	list-style-image:none;
}

ul.circle {list-style-type:circle}

h1, h2 {
	color: rgb(230, 230, 230);
	border-bottom-color: rgb(200, 200, 0);
}

h3, h4, h5, h6 {
	color: rgb(230, 230, 230);
	font-weight: normal;
}

/* Logo de la wiki */

#p-logo {
	margin-top: 5px;
	left: 12px;
	width: 5.4em;
	height: 7.4em;
}

#p-logo > a {background-image: url("/hackmeeting/images/8/8a/Logo_wiki.png") !important;}

#p-logo a, #p-logo a:hover {
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	background-position: left top !important;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

li#pt-anontalk, li#pt-anonuserpage {
	display: none;
}

body {
	background-color: black;
}

#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 12.5em;
}

div#column-content {
	z-index: 1;
	margin: 8.2em auto 0px;
	max-width: 100em;
	width: auto;
}

#p-wiki-navigation ul {
	padding: 0;
}

#p-wiki-navigation {
	position: absolute;
	padding: 0;
	left: 6.2em;
	top: 6.2em;
	width: auto;
	z-index: 5;
}
#p-wiki-navigation a {
	color: grey;
}

#p-wiki-navigation a:hover {
	text-decoration: underline;
}

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	background: url("/hackmeeting/images/2/2c/Space-invader.png") no-repeat scroll left top transparent;
}

#p-personal ul {
	float: right;
	padding-top: 0;
	margin-top: .2em;
	padding-right: 1em;
	white-space: normal;
	width: 83%;
}

#p-personal ul a {
	color: grey;
}

#p-personal ul a:hover {
	text-decoration: underline;
}

#p-search {
	display: none;
}

div#p-project-navigation {
	top: 8.1em;
	text-align: center;
	white-space: normal;
}

#p-project-navigation .pBody {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0;
	border: 0px none;
	border-color: inherit;
	border-style: solid solid solid;
	border-width: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#p-project-navigation ul {
	/* Para centrar las pestañas Infopoint, Nodos, etc */
	background-color: black;
	text-align: center;
	padding: 3px 0px 6px;
	width: 100%;
}

#p-project-navigation li {
	line-height: 2.3em;
}

#p-project-navigation li, #p-project-navigation li a, #p-project-navigation li a:hover {
	top: 0;
	left: 0;
}

#p-project-navigation li a {
	background-color: rgb(30, 30, 30);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: lowercase;
	font-weight: normal;
	color: rgb(255, 255, 255);
	padding: 3px 8px 5px;
	border: 1px solid rgb(200, 200, 0);
}

#p-project-navigation li a:hover {
	border: 1px solid rgb(255, 255, 0);
	color: black;
	background-color: rgb(200, 200, 0);
	font-weight: normal;
}

#p-project-navigation li.selected a {
	background-color: rgb(200, 200, 0);
} 

#bodyContent {
	text-align: left !important;
	margin-top: 0;
	color: rgb(230, 230, 230);
}

#p-cactions {
	top: 13.8em;
	white-space: normal;
	text-align: center;
}

#p-cactions li a {
	/* fallo en el padding de las pestañas artículo, discusión, etc. */
	color: grey;
	background-color: transparent;
}
#p-cactions li a:hover {
	background-color: rgb(200, 200, 0);
}

#p-cactions li a:active {
	background-color: rgb(200, 200, 0);
}

#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
	padding: 0 !important;
	border-radius: 0;
}

#p-cactions li a:hover, #p-cactions li.selected a {
	background-color: rgb(157, 196, 0);
}

#p-cactions div.pBody {max-width: 103em;}

.firstHeading {display:none;}

#p-tb ul {
	/* Para centrar los enlaces: Lo que enlaza aquí, Cambios en enlazadas, Subir archivo y Páginas especiales. */
	padding: 4em 0px 0px 0px !important;
	text-align: center;
}

#p-tb ul a,#p-tb ul a:hover {
	color: black;
	text-decoration: none;
}

div#content {
	/* Para que las páginas sean negras */
	background-color: black;
	top: 4em;
}

table.smwtable {
	background-color: rgb(50, 50, 0);
	color: black;
}

.smwtable a, .smwtable a.external, .smwtable a:visited, .smwtable a.external:visited { color:black !important; }

table.smwtable th {
	background-color: transparent;
}

table.smwtable td {
	background-color: rgb(150, 150, 0);
}

table.parrilla {
	background-color: rgb(50, 50, 0);
	color: black;
}

table.parrilla a {
	color: black;
}

table.parrilla th {
	background-color: transparent;
}

table.parrilla td {
	background-color: rgb(150, 150, 0);
}

.catlinks {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#p-tb > .pBody {
	background: none;
	white-space: normal;
}

#p-tb ul a {
	color: grey;
}

#p-tb ul a:hover {
	color: grey;
	text-decoration: underline;
}

#mw_content {
	text-align: left;
	color: rgb(0, 255, 255);
}

div.thumb {
	margin-bottom: 1em;
	border-style: none;
}

#toc {
	background-color: rgb(20, 20, 0);
	border: 1px rgb(200, 200, 0) solid;
	margin-bottom: 1em;
	margin-left: 1em;
	max-width: 40em;
	float:right;
}

.toc td {background-color: transparent;border:0;}

pre {
	/* prevent ugly horizontal page expansion */ 
	margin-top: 1.5em;
	overflow: auto;
	color: rgb(0, 255, 0);
	background-color: black;
}

hr {
	background-color: rgb(200, 200, 0);
}

.bocadillo {
	border: 1px rgb(200, 200, 0) solid;
	padding: .6em;
	margin: .6em .8em 1em 0em;
	text-align: left;
	background-color: rgb(20, 20, 20)
	
}

.bocadillo > h1 {
	font-size: 160%;
	padding-top: .2em;
	color: black;
	background-color: rgb(200, 200, 0);
	text-align: center;
}

.bocadillo h1 a {
	color: rgb(160, 160, 0);
}

div.columnas {
	float: left;
	width: 20em;
}

div.columnas > ol > li {
	display: block;
	width: 20em;
	text-decoration: none;
}

textarea, select, input {
	background-color: rgb(0, 20, 0);
	color: rgb(0, 255, 0);
	border-color: rgb(0, 130, 0);
}

textarea.mandatoryField {width: 100%;}

#sv-ext th, #sv-hooks th, #sv-software th {
	background-color: rgb(180, 180, 0);
	color: black;
}

tr.smwb-title td {
	background-color: rgb(180, 180, 0);
	border: 0;
	text-align: center;
}

tr.smwb-title td a {
	color: black;
}

table.smwb-factbox {
	border: 1px solid rgb(180, 180, 0);
}

tr.smwb-propvalue td {
	border:1px rgb(180, 180, 0) solid;
	background-color: rgb(0, 0, 0);
}

/* extensión SMW */ 
.smwtable a {color: black;}

div.smwfact {background-color: transparent;}

div.smwfact td,
div.smwfact tr,
div.smwfact table {
	background-color: rgb(30, 0, 30);
}

#bodyContent span.swmfactboxheadbrowse a {
	color: rgb(200, 200, 0); 
}

.multipleTemplate {background-color: rgb(30, 30, 0);}

div#footer {
	margin: 0;
	border: 0;
}

div#footer li {
	color: grey;
	display: inline-block;
}

div#footer li a, div#footer li a:hover {
	color: grey;
}

/* Portada */ 
.page-2013 #p-wiki-navigation,
.page-2013 #p-logo,
.page-2013 #footer,
.page-2013 #p-tb,
.page-2013 div#p-cactions,
.page-2013 .firstHeading,
.page-2013 #p-personal {display: none;}

/* Cambios recientes */ 
.page-Especial_RecentChanges .firstHeading {display: block;}
.page-Especial_RecentChanges div#content {top:3em;}

#wikiPreview > h2:first-child { 
	background-color: rgb(40, 0, 0);
	border: 1px solid rgb(200, 0, 0);
	border-bottom: none;
}
.previewnote {
	background-color: rgb(40, 0, 0);
	border: 1px solid rgb(200, 0, 0);
	border-top: none;
	color: red;
}

tr.smwb-propvalue, tr.smwb-propvalue th, tr.smwb-propvalue td {
	background-color: transparent;
	border: 1px solid rgb(50, 50, 0);
}

textarea.createboxInput {
	width: 99% !important;
}

div.smwpre {
	font-size:small;
	overflow: auto;
	background: rgb(30, 30, 30);
	color: white;
	border: white dotted 1px
}
wiki-navigation
project-navigation