User:Oleinad/simple main.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Contendio original en http://debian/mediawiki/skins/simple/main.css?116 */

/* For clarity, explicitly state some recommendations from <http://www.w3.org/
   TR/CSS21/sample.html> to make sure the editsection links scale right */

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
h1, h2, h3, h4, h5, h6 { font-weight: bolder; }

/* Now the custom parts */


/* Make edit sections (which are inside h# tags) normal-sized */
.editsection {
	font-weight: normal;
}
h1 .editsection { font-size: 50% }
h2 .editsection { font-size: 66.7% }
h3 .editsection { font-size: 85.5% }
h5 .editsection { font-size: 120% }
h6 .editsection { font-size: 133% }


#toolbar {
  display: none;
display:inline;
}

div.center {
  text-align: center;
}

#contentSub {
  padding-left: 2em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#column-content {
  width: 100%;
  float: right;
  margin: 0 0 0.6em -12.2em;
  padding:0;  
background:url("http://upload.wikimedia.org/wikipedia/commons/9/9c/Wikibooks_banner_2.png") left top no-repeat ;
}

#content {
    margin: 0em 0 0 12.2em;
    padding: 0em 1em 1.5em 1em;
    /*border-left: 1px solid #959595;*/
    line-height: 1.5em;    
/*   background:url("http://upload.wikimedia.org/wikipedia/commons/f/f4/Background_binary.png") left top repeat;*/
}
#content #bodyContent p {
font-size:12pt;
font-family:arial;
}

#column-one {
  position: absolute;
  top: 0px; left: 0px;
padding-top:6em;
  background:url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Background_blue_column-one.png") right top repeat-y;
  font-size:.75em;
}

#footer {
	display: none;
display:block;
font-size:10px;
margin:1em;
padding-right:10px;
border-top:#b2b2b2 dotted 1px;
border-right:#b2b2b2 dotted 1px;
}
#footer ul {
display:list-item;
text-align:right;
}
#footer ul li {
color:#B2B2B2;
font-family:Verdana;
display:block;
}
#footer a {
font-size:10px;
color:gray;
}
#footer img {
display:none;
}

body {
    margin: 0;
    padding: 0;
    background:url("http://upload.wikimedia.org/wikipedia/commons/a/a2/Bookbar1.png") bottom right no-repeat fixed;
}

#globalWrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background:url("http://upload.wikimedia.org/wikipedia/commons/7/76/Ed_g2s_background.jpg")  left top no-repeat;
}
.visualClear { clear: both; }

img {
    border: none;
}
p {
    margin: 0.4em 0em 0.5em 0em;
    line-height: 1.5em;
font-size:12pt;
font-family:arial;
}
p img { margin: 0; }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}
fieldset {
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
}
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.error {
    color: red;
    font-size: larger;
}

table.rimage {
    float:right;
    position:relative;
    margin-left:1em;
    margin-bottom:1em;
    text-align:center;
}

div.townBox {
    position:relative;
    float:right;
    margin-left:1em;
    padding:0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 0.3em 0;
}
div.townBox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
}
div.townBox dl dd {
    margin: 0.1em 0 0 1.1em;
}
.portlet {
    border: none;
    float: none;
    padding: 0;
    width: 11.8em;
    overflow: hidden;
.width:10em;
}
.portlet * {
font-family:arial;
font-size:12px;
}
.portlet h4 {
    font-weight: normal;
    white-space: nowrap;
}
.portlet h5 {
  padding: 0em 1em 0em 0.5em;
  display: inline;
  height: 1em;
  font-weight: normal;
  white-space: nowrap;
display:block;
text-transform:uppercase;
font-size:10px;
text-align:center;
padding:3px;
font-weight:bold;
font-family:Verdana;
}

.portlet h6 {
    padding: 0em 1em 0em 1em;
    display: block;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}
.pBody {
    border-collapse: collapse;
    padding: 0 0.8em 0.3em 0.5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
  margin: 0;
  padding: 0;
  font-size: small;
}

#p-search .pBody {
    text-align: center;
}

#searchInput {
  width: 100%;
  clear: both;
  margin: 0 0 0 0;
}

input.searchButton {
    margin-top:1px;
    padding: 0 0.4em;
    cursor: pointer;
}

#p-search .pBody {
    padding: 0.5em 0.4em 0.4em 0.4em;
}

textarea {
  width: 100%;
}

.pBody li, .pBody ul {
	padding-left: 0em;
	margin-left: 0.5em;
}

pre {
  margin: 2em;
  border: solid 1px black;
border:gray solid 1px;
background-color:#F9F9F9;
font-size:10pt;
padding:3px;
}

h1.firstHeading {
background-color:#4187FF;
background-color:#4169E1;
color:#fff;
padding-left:.5em;
padding-bottom:5px;
}

h1.firstHeading, h2 {
  border-bottom: solid 1px black;
border-bottom:#a3bdff solid 2px;
}

#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
    background: url("external.png") center right no-repeat;
    padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
    background: url("lock_icon.gif") center right no-repeat;
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    background: url("mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
    background: url("news_icon.png") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    background: url("file_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
    background: url("discussionitem_icon.gif")  center right no-repeat;
    padding-right: 18px;
}

#bodyContent a.extiw,
#bodyContent a.extiw:active {
  color: #5E7CFF;
  background: none;
  padding: 0;
}

td.diff-addedline {
    background-color: #B9FFB0;
}

td.diff-deletedline {
    background-color: #f8ffaa;
}

.diffchange { background-color: #FFCDF3; text-decoration: none; }
.autocomment { color:  grey; }
#pagehistory span.user {
    margin-left: 1.4em;
    margin-right: 0.4em;
}
#pagehistory span.minor { font-weight: bold; }
#pagehistory li.selected {
    background-color:#f9f9f9;
    border:1px dashed #aaaaaa;
}
span.urlexpansion {
  display: none;
}

div.tocindent {
  margin-left: 2em;
}
#toc {
  text-align: left;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
font-size:10pt;
font-family:arial;
border:blue dotted 1px;
background-color:#F4F6FF;
}
#toc a {
color:#8DA8FF;
}
#toc a:hover {
color:blue;
}

div.floatright, table.floatright {
    clear: right;
    float: right;
    margin: 0;
    position: relative;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    clear: left;
    margin: 0.3em 0.5em 0.5em 0;
    position: relative;
    border-width: 0.5em 1.4em 0.8em 0;
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    width: auto;
}
div.thumb div {
    padding: 3px !important;
    text-align: center;
    overflow: hidden;
}

div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4;
    padding: 0.3em 0 0.1em 0;
}
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: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    clear: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}

a.stub { color: #772233; }
a.new,
#p-personal a.new {
	text-decoration: line-through;
}
li.new {
	text-decoration: line-through;
}
p.catlinks {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

#mytabs {
  background-color: inherit;
}
#p-cactions {
  background-color: inherit;
}
div.printfooter {
  display: none;
}


#ca-addsection a:before {
  content: "Add section";
  font-size: 10pt;
}

#ca-addsection a {
  font-size: 0px;
}

#n-portal,
#n-currentevents,
#n-help,
#n-sitesupport {
  display: none;
}

span.searchmatch {
  font-weight: bold;
}

#preftoc {
    float: left;
    margin: 1em;
    width: 13em;
}
#preftoc li {
}
#preftoc li.selected {
    border: 1px dashed #aaa;
}
#preftoc a,
#preftoc a:active {
    display: block;
}
#prefcontrol {
    clear: both;
    float: left;
    margin-top: 1em;
}
div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}

#mw_trackbacks {
	border-style: groove;
	padding: 0.2em;
}

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

table.collapsed tr.collapsable {
	display: none;
}

.editsection {
	float: right;
	margin-left: 5px;
}

.templatesUsed { margin-top: 1.5em; }

/* Recreating-deleted-page/reupload file warning and log entries */
div#mw-upload-deleted-warn ul li,
div#mw-recreate-deleted-warn ul li {
	font-size: 95%;
}
div.mw-recreate-deleted-control {
	float: right;
	font-size: 90%;
}

/* Cosas agregadas que no vienen en main.css*/
#wpTextbox1:hover {
background-color:#FFFFF3;
}
input[type="text"] {
background:#E9EEFF url("http://debian/mediawiki/images/f/f9/Text_b_a.png") bottom repeat;
border:#99f solid 1px;
border-top:#99f dotted 1px;
border-right:#99f dotted 1px;
}
input[type="text"]:hover {
background:#fFF url("http://debian/mediawiki/images/f/f9/Text_b_a.png") bottom repeat;
}
input.searchButton {
border:none;
border-bottom:#99f dotted 1px;
border-left: #99f dotted 1px;
background:none;
background:url("http://debian/mediawiki/images/a/a8/B_a.png") top repeat;
}
input[type='submit'] {
border:none;
border-bottom:#99f dotted 1px;
border-left: #99f dotted 1px;
background:none;
background:url("http://debian/mediawiki/images/a/a8/B_a.png") top repeat;
}
input[type='submit']:hover {
border-bottom:#99f solid 1px;
border-left: #99f solid 1px;
background:#E9EEFF url("http://debian/mediawiki/images/8/87/Bs_a.png") bottom repeat;
}
/*EDICION*/
span.editsection {
background:none;
color:#efefef;
border:none;
font-size:8px;
}
span.editsection a {
color:#A3B8FF;
font-size:8px;
padding:2px;
}
span.editsection a:hover {
background-color:#5EFF76;
}
#editpage-copywarn {
display:none;
}

/* Div de busquedas. Para la pagina de busquedas. */
div.search-types ul li{
display:inline;
list-type:none;
}
div.search-types ul li a {
font-size:80%;
border:#4187FF 1px solid;
padding:3px;
text-transform:capitalize;
margin-left:.5em;
text-decoration:none;
}
div.search-types ul li a:hover {
background-color:#fff;
border-bottom:#4169E1 1px solid;
}
div.results-info {
border:#4169E1 solid 3px;
border:3px 3px 0px 3px;
border-bottom:0;
width:auto;
float:left;
}
fieldset#mw-searchoptions {
width:40%;
float:right:
margin:0 0 0 60%;
background-color:#F9FFD6;
}
fieldset#mw-searchoptions > * {
font-size:70%;
margin:0 0 0 60%;
}
div.searchresults {
text-align:left;
}

/* Busqueda interwiki. */
div#mw-search-interwiki {
border:#999 solid 1px;
background-color:#E9EEFF;
width:40%;
font-size:80%;
float:right;
margin:.5em 0 1em 2em;
}
div#mw-search-interwiki-caption{
background-color:#A3B8FF;
text-align:center;
text-transform:uppercase;
color:#fff;
}
div.mw-search-interwiki-project {
background-color:#eee;
border-bottom:#A3B8FF solid 3px;
}
.mw-search-iwresults {
background-color:#E9EEFF;
}

/* FIN Div de busquedas. Para la pagina de busquedas. */