Version Differences for StyleSheet

(Automatically updated by system upgrade)
(Automatically updated by system upgrade)
Line 1:
- /* blue theme */      
       
  /* defaults */    /* defaults */ 
       
Line 25:
  content:url("../images/external.png");    content:url("../images/external.png"); 
   
    + a.interwikilink:after {  
    + content:url("../images/external.png");  
    + }  
  a.edit {    a.edit { 
  color: #aa1111;    color: #aa1111; 
Line 53:
  text-align: left;    text-align: left; 
   
    + h1, h2 {  
    + margin-bottom: 0.5em;  
    + }  
    + h3, h4, h5 {  
    + margin-bottom: 0.2em;  
    + }  
  h1 {    h1 { 
  border-bottom: 1px solid #D8D8E7;    border-bottom: 1px solid #D8D8E7; 
Line 76:
   
  pre {    pre { 
- background-color: #FBFBFD;   + background-color: #fbfbfd;  
- border: 1px dashed #7E7ECB;   + border: 1px dashed #7e7ecb;  
  color: black;    color: black; 
  font-size: 110%;    font-size: 110%; 
Line 130:
  .red {    .red { 
  font-weight: bold;    font-weight: bold; 
- color: #ff0000;   + color: #f00;  
   
  .green {    .green { 
Line 136:
- color: #009900;   + color: #090;  
   
  div.message {    div.message { 
Line 147:
  clear: both;    clear: both; 
   
    + .hidden {  
    + display: none;  
    + }  
       
  /* global positioning */    /* global positioning */ 
Line 189:
  margin-bottom: 0.1em;    margin-bottom: 0.1em; 
   
- #contents-subheader {   + #contentSub {  
- font-size: 100%;      
- line-height: 1.2em;      
- margin: 0 0 1.4em 1em;      
  color: #7d7d7d;    color: #7d7d7d; 
- width: auto;   + margin: 0 0 1em 1em;  
   
       
Line 205:
  vertical-align: middle;    vertical-align: middle; 
   
- #nav-menu {   + .portlet {  
  background: white;    background: white; 
  border: 1px solid #D8D8E7;    border: 1px solid #D8D8E7; 
- border-bottom: 0;      
  font-size: 90%;    font-size: 90%; 
- margin: 2px 0 8px 0;   + margin: 16px 0 8px;  
    + padding: 0 8px 8px;  
   
    + .portlet h5 {  
    + font-size: 90%;  
    + font-weight: normal;  
    + padding: 5px 0 0;  
    + }  
    + #nav-menu {  
    + border-bottom: 0;  
    + margin-top: 2px;  
    + padding: 0;  
    + }  
  #nav-menu hr {    #nav-menu hr { 
  display: none;    display: none; 
Line 223:
   
  #nav-search {    #nav-search { 
- background: white;      
- margin: 18px 0 8px 0;      
- padding: 8px;      
- padding-top: 0;      
  text-align: center;    text-align: center; 
- border: 1px solid #D8D8E7;      
   
  #nav-search form {    #nav-search form { 
Line 248:
  /* diff page */    /* diff page */ 
       
    + #diff_heading {  
    + margin-top: 10px;  
    + width: 98%;  
    + }  
    + #diff_heading td {  
    + text-align: center;  
    + vertical-align: top;  
    + width: 50%;  
    + }  
    + #left_revision, #right_revision {  
    + font-weight: bold;  
    + }  
    + table#diff {  
    + table-layout: fixed;  
    + width: 98%;  
    + }  
    + table#diff col.diff-marker {  
    + width: 2%;  
    + }  
    + table#diff col.diff-content {  
    + width: 48%;  
    + }  
  .diff-delete {    .diff-delete { 
- float: left;      
- position: relative;      
  background: #eeee88;    background: #eeee88; 
  font-weight: bold;    font-weight: bold; 
Line 256:
- width: 48%;      
  overflow: hidden;    overflow: hidden; 
   
Line 260:
- float: left;      
- position: relative;      
  background: #88ee88;    background: #88ee88; 
  font-weight: bold;    font-weight: bold; 
Line 265:
- width: 48%;      
  overflow: hidden;    overflow: hidden; 
   
Line 269:
- float: left;      
- position: relative;      
  background: #dddddd;    background: #dddddd; 
  padding: 0.1em;    padding: 0.1em; 
- width: 48%;      
  overflow: hidden;    overflow: hidden; 
   
Line 277:
- float: left;      
- position: relative;      
  font-weight: bold;    font-weight: bold; 
  padding: 0.1em;    padding: 0.1em; 
Line 283:
   
  .diff-line {    .diff-line { 
- clear: both;      
  padding: 0.5em 0.1em 0.1em 0.1em;    padding: 0.5em 0.1em 0.1em 0.1em; 
  font-weight: bold;    font-weight: bold; 
-      
-      
- clear: both;      
  margin: 1px;    margin: 1px; 
  padding: 1px;    padding: 1px; 
Line 330:
  /* tab menu */    /* tab menu */ 
       
- ul#tab-menu {   + ul.tab-menu {  
- padding: 0;      
- margin: 0;      
- margin-left: 6px;      
  display: inline-block;    display: inline-block; 
  list-style: inherit;    list-style: inherit; 
  list-style-type: none;    list-style-type: none; 
   
- ul#tab-menu li {   + ul.tab-menu li {  
  float: left;    float: left; 
- background: white;   + background-color: #fff;  
  color: blue;    color: blue; 
  border: 1px solid #D8D8E7;    border: 1px solid #D8D8E7; 
Line 346:
    + min-width: 40px;  
    + text-align: center;  
    + }  
    + ul.tab-menu li.active {  
    + margin-bottom: -1px !important;  
    + border-bottom: 1px solid #fff;  
    + font-weight: bold;  
    + }  
    + ul.tab-menu li.active a:hover {  
    + border-bottom: none;  
    + }  
    + ul#tab_menu {  
    + padding: 0;  
    + margin: 0;  
    + margin-left: 6px;  
    + }  
    + ul#tab_menu li {  
  padding: 0 0.5em;    padding: 0 0.5em; 
  margin: 0;    margin: 0; 
Line 349:
- min-width: 40px;      
  font-size: 85%;    font-size: 85%; 
- text-align: center;      
   
- ul#tab-menu li.active {   + ul#tab_menu li.active {  
- margin-bottom: -1px;      
- border-bottom: 1px solid #fff;      
  font-size: 90%;    font-size: 90%; 
- font-weight: bold;      
   
    + ul#tab_submenu {  
    + margin: 10px 0 0;  
    + }  
    + ul#tab_submenu li {  
    + background-color: #f9f9f9;  
    + padding: 5px 7px;  
    + margin: 0 0 0 8px;  
    + -moz-border-radius-topleft: 5px;  
    + -webkit-border-top-left-radius: 5px;  
    + -moz-border-radius-topright: 5px;  
    + -webkit-border-top-right-radius: 5px;  
    + }  
    + ul#tab_submenu li.active {  
    + background-color: #fff;  
    + }  
    + .submenu-tab-content {  
    + background: white;  
    + padding: 14px;  
    + padding-bottom: 25px;  
    + border: 1px solid #D8D8E7;  
    + }  
       
  /* user menu */    /* user menu */ 
Line 424:
  position: relative;    position: relative; 
   
    + #shared-image-message {  
    + border: 1px solid red;  
    + font-size: 125%;  
    + font-weight: bold;  
    + margin: 10px 50px;  
    + padding: 10px;  
    + text-align:center;  
    + }  
       
  /* images */    /* images */ 
Line 477:
   
  div.thumbinner {    div.thumbinner { 
- background-color:#F9F9F9;   + background-color:#f9f9f9;  
  border: 1px solid #ccc;    border: 1px solid #ccc; 
  font-size:94%;    font-size:94%; 
Line 517:
  border-color: #D8D8E7;    border-color: #D8D8E7; 
   
    + table.categories {  
    + width: 100%;  
    + }  
    + table.categories td {  
    + vertical-align: top;  
    + width: 33%;  
    + }  
       
  /* search results */    /* search results */ 
Line 546:
  clear: both;    clear: both; 
   
- .lightbg {      
- background-color: #ffffff;      
- }      
- .mediumbg {      
- background-color: #e9e9f8;      
- }      
  .darkbg {    .darkbg { 
  background-color: #d8d8e7;    background-color: #d8d8e7; 
Line 571:
  height: 60px;    height: 60px; 
   
    + table.wiki-admin {  
    + border: 1px solid #fff;  
    + border-collapse: collapse;  
    + border-spacing: 0;  
    + margin: 0 auto;  
    + width: 99%;  
    + }  
    + table.wiki-admin th {  
    + background-color: #d8d8e7;  
    + border: 1px solid #fff;  
    + text-align: center;  
    + padding: 5px;  
    + }  
    + table.wiki-admin th.first {  
    + width: 250px;  
    + }  
    + table.wiki-admin td {  
    + border-bottom: 1px solid #fff;  
    + padding: 5px;  
    + }  
    + .noborder {  
    + border: none !important;  
    + }  
    + .center {  
    + text-align: center;  
    + }  
  div.row {    div.row { 
  clear: right;    clear: right; 
Line 613:
  width: auto;    width: auto; 
  font-weight: inherit;    font-weight: inherit; 
    + }  
    + div.callout {  
    + border: 1px solid #e9e9e9;  
    + margin: 10px;  
    + padding: 10px;  
    + }  
    + div.callout input {  
    + margin-right: 20px;  
   
  #manage div.row label, #move div.row label, #register div.row label {    #manage div.row label, #move div.row label, #register div.row label {