Version Differences for StyleSheet

(Automatically updated by system upgrade)
Line 1:
- /* defaults */   + <pre>  
       
  body {    body { 
  background: #f9f9f9 url(../images/denalibg.jpg) 0 0 no-repeat;    background: #f9f9f9 url(../images/denalibg.jpg) 0 0 no-repeat; 
Line 12:
  a {    a { 
  text-decoration: none;    text-decoration: none; 
- color: #5555bb;   + color: #0000CF;  
   
  a:hover {    a:hover { 
- border-bottom: 1px dotted #5555bb;   + border-bottom: 1px dotted #0000FF;  
   
  a.logo {    a.logo { 
Line 41:
  content:url("../images/redirect-arrow.png");    content:url("../images/redirect-arrow.png"); 
   
- a.interwiki:after {      
- content:url("../images/external.png");      
- }      
  p {    p { 
  margin: .4em 0 .5em 0;    margin: .4em 0 .5em 0; 
Line 61:
   
  h1 {    h1 { 
- border-bottom: 1px solid #D8D8E7;   + border-bottom: 1px solid #0095DA;  
  font-size: 200%;    font-size: 200%; 
  font-weight: normal;    font-weight: normal; 
   
  h2 {    h2 { 
- border-bottom: 1px solid #D8D8E7;   + border-bottom: 1px solid #0095DA;  
  font-size: 175%;    font-size: 175%; 
  font-weight: normal;    font-weight: normal; 
Line 181:
   
  #wiki-footer {    #wiki-footer { 
- clear: both;      
- font-size: 80%;      
  color: gray;    color: gray; 
- padding: 15px 0 5px 0;   + font-size: 80%;  
- text-align: right;   + margin-left: 185px;  
    + padding: 15px 10px;  
   
       
Line 217:
  font-size: 90%;    font-size: 90%; 
  margin: 16px 0 8px;    margin: 16px 0 8px; 
    + overflow: hidden;  
  padding: 0 8px 8px;    padding: 0 8px 8px; 
   
Line 427:
  /* footer */    /* footer */ 
       
- #wiki-footer hr, #wiki-footer br {   + #footer-logo {  
- display: none;   + font-size: 0.9em;  
    + padding-top: 10px;  
    + text-align: right;  
   
    + #footer-custom {  
    + font-size: 0.9em;  
    + text-align: center;  
    + }  
       
  /* recent changes, user contributions, history */    /* recent changes, user contributions, history */ 
Line 493:
   
  img.thumbborder {    img.thumbborder { 
- border: 1px solid #ddd;   + border: 1px solid black;  
   
  div.thumbcaption {    div.thumbcaption { 
Line 536:
   
  div.thumbinner {    div.thumbinner { 
- background-color:#f9f9f9;   + background-color:#0095DA;  
- border: 1px solid #ccc;   + border: 1px solid black;  
  font-size:94%;    font-size:94%; 
  overflow:hidden;    overflow:hidden; 
  padding: 3px !important;    padding: 3px !important; 
  text-align:center;    text-align:center; 
- min-width:100px;   + min-width:10px;  
   
  table.gallery {    table.gallery { 
Line 550:
  background-color: white;    background-color: white; 
   
- table.gallery tr {   + table.gallery caption {  
- vertical-align: middle;   + font-weight: bold;  
    + padding-bottom: 5px;  
   
  table.gallery td {    table.gallery td { 
Line 557:
  border: solid 2px white;    border: solid 2px white; 
  text-align: center;    text-align: center; 
    + vertical-align: top;  
    + }  
    + table.gallery-cat td {  
  vertical-align: middle;    vertical-align: middle; 
- width: 150px;   + padding: 2px;  
   
  img.gallery {    img.gallery { 
Line 564:
  padding: 0.3em;    padding: 0.3em; 
   
- #toolbar a {   + div.gallerytext {  
- border: none;   + font-size: 94%;  
- text-decoration: none;   + overflow: hidden;  
    + padding: 2px 4px  
   
- #toolbar a img {   + div.gallerytext p {  
- padding: 0;   + line-height: auto;  
- margin: 0 1px 0 0;   + margin: auto;  
- border: 1px solid #7E7ECB;      
   
- #toolbar a img:hover {   + div.gallerybox {  
- border-color: #D8D8E7;   + margin: 2px;  
   
    + table.gallery-cat div.gallerybox {  
    + width: 155px;  
    + }  
    + #edit-toolbar {  
    + margin: 3px 0;  
    + }  
    + .toolbar-group {  
    + -moz-border-radius:5px;  
    + -webkit-border-radius: 5px;  
    + background-color: #e9e9e9;  
    + border-radius: 5px;  
    + display: inline-block;  
    + margin: 3px 5px 3px 0;  
    + padding-left: 3px;  
    + }  
    + .toolbar-button a {  
    + border-radius: 3px;  
    + cursor: default;  
    + display: inline-block;  
    + outline: none;  
    + padding: 2px 3px;  
    + }  
    + .toolbar-button {  
    + border-right: 1px solid #fff;  
    + cursor: pointer;  
    + display: inline-block;  
    + padding: 2px 2px 2px 0;  
    + -moz-border-radius: 3px;  
    + -webkit-border-radius: 3px;  
    + }  
    + .toolbar-button a:hover, .toolbar-button a:focus, .toolbar-button a:active {  
    + background-color: #bfd1ff;  
    + border-bottom: none;  
    + }  
    + .toolbar-icon {  
    + background: url(../images/toolbar-icons.png) 0 0 no-repeat;  
    + cursor: default;  
    + display: inline-block;  
    + height: 22px;  
    + width: 22px;  
    + }  
    + #button-bold .toolbar-icon {  
    + background-position: 0 -66px !important;  
    + }  
    + #button-italic .toolbar-icon {  
    + background-position: 0 -88px !important;  
    + }  
    + #button-underline .toolbar-icon {  
    + background-position: 0 -110px !important;  
    + }  
    + #button-strike .toolbar-icon {  
    + background-position: 0 -132px !important;  
    + }  
    + #button-subscript .toolbar-icon {  
    + background-position: 0 -154px !important;  
    + }  
    + #button-superscript .toolbar-icon {  
    + background-position: 0 -176px !important;  
    + }  
    + #button-nowiki .toolbar-icon {  
    + background-position: 0 0 !important;  
    + }  
    + #button-orderedlist .toolbar-icon {  
    + background-position: 0 -198px !important;  
    + }  
    + #button-unorderedlist .toolbar-icon {  
    + background-position: 0 -220px !important;  
    + }  
    + #button-indent .toolbar-icon {  
    + background-position: 0 -242px !important;  
    + }  
    + #button-wikilink .toolbar-icon {  
    + background-position: 0 -264px !important;  
    + }  
    + #button-link .toolbar-icon {  
    + background-position: 0 -22px !important;  
    + }  
    + #button-image .toolbar-icon {  
    + background-position: 0 -286px !important;  
    + }  
    + #button-signature .toolbar-icon {  
    + background-position: 0 -44px !important;  
    + }  
    + #button-hr .toolbar-icon {  
    + background-position: 0 -308px !important;  
    + }  
    + #button-heading1 .toolbar-icon {  
    + background-position: 0 -330px !important;  
    + }  
    + #button-heading2 .toolbar-icon {  
    + background-position: 0 -352px !important;  
    + }  
    + #button-heading3 .toolbar-icon {  
    + background-position: 0 -374px !important;  
    + }  
  table.categories {    table.categories { 
  width: 100%;    width: 100%; 
Line 608:
       
  .formhelp {    .formhelp { 
- font-size: 85%;   + font-size: 90%;  
  color: #5f5f5f;    color: #5f5f5f; 
  clear: both;    clear: both; 
Line 708:
  margin-right: 20px;    margin-right: 20px; 
   
    + .expander {  
    + padding: 5px;  
    + }  
    + .expander-open {  
    + height: auto !important;  
    + }  
    + .expander > label {  
    + cursor: pointer;  
    + font-weight: bold;  
    + }  
    + .expander > label:before {  
    + content:url("../images/arrow-right.png");  
    + }  
    + .expander-open > label:before {  
    + content:url("../images/arrow-down.png");  
    + }  
    + .expander > ul {  
    + display: none;  
    + margin-top: 10px;  
    + }  
    + .expander-open > ul {  
    + display: block !important;  
    + }  
    + .captcha {  
    + padding: 5px 0;  
    + }  
    + .captcha-label {  
    + padding: 5px 0;  
    + }  
  #manage div.row label, #move div.row label, #register div.row label {    #manage div.row label, #move div.row label, #register div.row label { 
  width: 180px;    width: 180px; 
Line 723:
  margin-left: 100px;    margin-left: 100px; 
   
       
    + /* Opticon */  
       
    + table.download {  
    + border: 2px solid Black;  
    + width: 100%;  
    + border-collapse: collapse;  
    + text-align: left;  
    + empty-cells: show;  
    + }  
    + table.download th, table.download td {  
    + border: 2px solid Black;  
    + padding: 10px;  
    + }  
    + table.download tr {  
    + vertical-align: top;  
    + }  
    + table.download th {  
    + background-color: #0095DA;  
    + text-align: left;  
    + font-weight: normal;  
    + font-size: 1.4em;  
    + }  
    + table.download th.title {  
    + width: 15em;  
    + }  
    + table.download th.version {  
    + width: 6em;  
    + text-align: center;  
    + }  
    + table.download th.download {  
    + width: 6em;  
    + text-align: center;  
    + }  
    + table.order {  
    + border: 2px solid Black;  
    + border-collapse: collapse;  
    + empty-cells: show;  
    + }  
    + table.order th, table.order td{  
    + border: 2px solid Black;  
    + padding: 1em;  
    + }  
    + table.order tr {  
    + vertical-align: top;  
    + }  
    + table.order th {  
    + font-size: 1.2em;  
    + background-color: #0095DA;  
    + font-size: 1.4em;  
    + font-weight: normal;  
    + }  
    + table.eula {  
    + border: 2px solid Black;  
    + background-color: #0095DA;  
    + margin-left: auto;  
    + margin-right: auto;  
    + text-align: center;  
    + border-collapse: collapse;  
    + }  
    + table.eula th, table.eula td {  
    + padding: .5em;  
    + }  
    + table.eula th {  
    + font-weight: bold;  
    + font-size: 1.1em;  
    + padding-bottom: 0em;  
    + }  
    + table.fvh {  
    + border: none;  
    + margin-left: 1em;  
    + vertical-align: bottom;  
    + empty-cells: hide;  
    + }  
    + table.fvh th, table.fvh td {  
    + border: none;  
    + padding: .2em;  
    + vertical-align: top;  
    + }  
    + table.fvh th {  
    + width: 10em;  
    + border-bottom: 1px solid Black;  
    + border-right: 1px solid Black;  
    + border-top: 3px solid #0095DA;  
    + font-weight: normal;  
    + font-size: 1em;  
    + text-align: left;  
    + padding-left: .5em;  
    + background-color: #0095DA;  
    + }  
    + table.fvh td {  
    + background-color: none;  
    + width: auto;  
    + vertical-align: bottom;  
    + }  
    + table.generic {  
    + padding: .5em;  
    + border: 2px solid black;  
    + border-collapse: collapse;  
    + text-align: left;  
    + }  
    + table.generic th, table.generic td {  
    + border: 2px solid black;  
    + padding: .5em;  
    + }  
    + table.generic th {  
    + font-weight: bold;  
    + text-align: center;  
    + background-color: #0095DA;  
    + }  
       
    + div.faq {  
    + margin-left: 1em;  
    + }  
    + div.faq li {  
    + font-weight: bold;  
    + }  
    + div.faq dd {  
    + font-style: italic;  
    + margin-bottom: 1em;  
    + }  
    + div.fvh {  
    + margin-left: 1em;  
    + }  
    + div.fvh dt {  
    + font-weight: bold;  
    + border-right: 1px solid Black;  
    + border-bottom: 1px solid Black;  
    + width: 6em;  
    + text-align: center;  
    + padding: .25em;  
    + background-color: #0095DA;  
    + margin-top: .75em;  
    + margin-bottom: .25 em;  
    + }  
    + div.fvh li {  
    + margin-left: 2em;  
    + margin-top: 0;  
    + }  
    + div.indent {  
    + margin-left: 1em;  
    + }  
    + div.h1notoc, div.h2notoc, div.h3notoc, div.h4notoc, div.h5notoc {  
    + color: black;  
    + margin: 0;  
    + padding: 0.5em 0em 0.2em 0em;  
    + text-align: left;  
    + width: 100%;  
    + }  
    + div.h1notoc, div.h2notoc {  
    + margin-bottom: 0.5em;  
    + }  
    + div.h3notoc, div.h4notoc, div.h5notoc {  
    + margin-bottom: 0.2em;  
    + }  
    + div.h1notoc {  
    + border-bottom: 1px solid #0095DA;  
    + font-size: 200%;  
    + font-weight: normal;  
    + }  
    + div.h2notoc {  
    + border-bottom: 1px solid #0095DA;  
    + font-size: 175%;  
    + font-weight: normal;  
    + }  
    + div.h3notoc {  
    + font-size: 150%;  
    + font-weight: normal;  
    + }  
    + div.h4notoc {  
    + font-size: 125%;  
    + font-weight: bold;  
    + }  
    + div.h5notoc {  
    + font-size: 110%;  
    + font-weight: bold;  
    + }  
    + div.divider {  
    + width: 65%;  
    + border-bottom: 1px solid #0095DA;  
    + margin-left: auto;  
    + margin-right: auto;  
    + }  
    + div.spec table {  
    + border: none;  
    + margin-left: 1em;  
    + vertical-align: bottom;  
    + empty-cells: hide;  
    + }  
    + div.spec th, div.spec td {  
    + border: none;  
    + padding: .2em;  
    + }  
    + div.spec th {  
    + width: 16em;  
    + border-bottom: 1px solid Black;  
    + border-right: 1px solid Black;  
    + font-weight: normal;  
    + text-align: left;  
    + padding-top: .4em;  
    + padding-left: .5em;  
    + background-color: #0095DA;  
    + }  
    + div.spec td {  
    + background-color: none;  
    + width: auto;  
    + vertical-align: bottom;  
    + }  
    + div.toctitle {  
    + text-align: center;  
    + }  
    + div.toctitle h2 {  
    + text-align: center;  
    + border: none;  
    + }  
    + table.toc {  
    + border: 1px solid #D8D8E7;  
    + margin: 0.2em auto 0.2em 0em;  
    + padding: 0.5em 0.8em 0.5em 0.8em;  
    + background-color: #fff;  
    + }  
    + table.toc ul {  
    + list-style-type: none;  
    + list-style-image: none;  
    + margin-left: 0;  
    + }  
    + table.toc ul ul {  
    + margin-left: 1em;  
    + }  
    + table.toc li.toclevel-1 {  
    + magin-left: 1em;  
    + }  
    + table.toc li.toclevel-2 {  
    + margin-left: 2em;  
    + }  
    + table.toc li.toclevel-3 {  
    + margin-left: 3em;  
    + }  
    + table.toc h2 {  
    + font-size: 100%;  
    + font-weight: bold;  
    + border: none;  
    + text-align: center;  
    + }  
    + div.homeplate {  
    + width: 800px;  
    + height: 300px;  
    + border: none;  
    + padding: 50px;  
    + margin-left: auto;  
    + margin-right: auto;  
    + }  
    + div.inner-plate {  
    + width: 175px;  
    + height: 300px;  
    + border: 1px solid black;  
    + margin: 0 auto 0 auto;  
    + padding: 0;  
    + }  
    + div.inner-plate a {  
    + color: #0095DA;  
    + }  
    + div.inner-plate div.h3notoc {  
    + text-align: center;  
    + color: #0095DA;  
    + border: none;  
    + margin: 0 auto 0 auto;  
    + padding: 1em 0 0 0;  
    + }  
    + span.footnote {  
    + font-size: .8em;  
    + font-style: italic;  
    + margin-left: 1em;  
    + }  
    + span.keyword {  
    + font-style: italic;  
    + font-weight: bold;  
    + }  
    + </pre>