MediaWiki:Common.css

From solab
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.dablink {
    font-style: italic;
    padding-left: 2em;
}
.dablink i {
    font-style: normal;
}

#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}

.solab {
       font-style: italic;
       text-align:center;
} 

#content { /* use id since Drupal also has content classes */
    padding: 22px 12px 6px;
    margin-top: 13px;
    background-color: #FFF;
    border-color: #ABDCC7;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    min-height: 100px;
}
#content .sidebar {
    float: right;
    padding: 0 50px 24px 20px;
    background-color: #FFF;
    width: 30%;
}
.module {
    margin-bottom: 24px;
}
.module hr {
    border-top: 2px solid #222222;
    border-bottom: 1px solid #CCCCCC;
    border-right: none;
    border-left: none;
    margin: 0 0 12px;
    padding-bottom: 2px;
    background-color: transparent;
    clear: both;
}
.module .module-head {
    margin-bottom: 4px;
    line-height: 1.5em;
    font-size: 1.167em;
    font-weight: bold;
}
.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
    border-bottom: none;
    margin-top: 24px;
}

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}


table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/** Language styles */

span.lang-de {
	padding-right: 25px;
	background: url(images/glang/Lang-De.gif) center right no-repeat;
}

span.lang-fr {
	padding-right: 25px;
	background: url(images/f/f0/Lang-Fr.gif) center right no-repeat;
}

span.lang-en {
	padding-right: 25px;
	background: url(images/glang/Lang-En.gif) center right no-repeat;
}
span.lang-it {
	padding-right: 25px;
	background: url(images/glang/Lang-It.gif) center right no-repeat;
}

span.lang-scn {
	padding-right: 25px;
	background: url(images/glang/Lang-Scn.gif) center right no-repeat;
}

span.lang-el {
	padding-right: 25px;
	background: url(images/glang/Lang-El.gif) center right no-repeat;
}

span.lang-es {
	padding-right: 25px;
	background: url(images/6/61/Lang-Es.gif) center right no-repeat;
}