MediaWiki:Common.css

From Audacity Manual

Jump to: navigation, search

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/** CSS placed here will be applied to all skins */

/* Audacity stuff */

       .menu {
          font-weight: bold;
          background: #ffffcc;
        }

        .key {
          font-weight: bold;
          font-style:italic;
          background: #dddddd;
        }

        .editornote {
          border: 1px solid black;
          padding-left: 12px;
          padding-right: 12px;
          margin: 24px;
          background: #ffeecc;
        }

        .note {
          border: 1px solid black;
          padding-left: 12px;
          padding-right: 12px;
          margin: 24px;
          background: #ddeeff;
        }

        .intro {
          border: 1px solid black;
          padding-left: 12px;
          padding-right: 12px;
          margin: 24px;
          background: #ddffee;
        }

        .alert {
          border: 1px solid #cc0000;
          padding-left: 12px;
          padding-right: 12px;
          margin: 24px;
          background: #ffcccc;
        }

        .transtitle {
          font-size: 188%;
          border-bottom:1px solid #AAAAAA;
          color:green;
          margin:0;
          padding-bottom:0.17em;
          padding-top:0.5em;
        }

        .advice {
          border: 1px solid black;
          padding-left: 12px;
          padding-right: 12px;
          margin: 24px;
          background:#FEFFBF;
        }


/* prettytableb class identical to prettytable except does not disallow 
borders */
table.prettytableb {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
 /*border: 0;*/
    border-collapse: collapse;
    border-style:solid;
/*  border-color: #d0d0d0 #e8e8e8;*/
    border-color: #a0a0a0 #d0d0d0;
}
 
table.prettytableb th, table.prettytableb td {
/* border: 0; */
    padding: 0.2em;
    vertical-align: top;
}
 
table.prettytableb th {
    background: #add8e6;
    text-align: center;
}
 
table.prettytableb caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytableb code {
    background-color: transparent;
}


   table.wikitable {
      margin-left: auto;
      margin-right: auto;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.wikitable th, table.wikitable td {
      border:1px #AAA solid;
      padding:0.4em;
      text-align:center;
      }

   table.wikitable th {
      background:#F2F2F2;
      text-align:center;
      }

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



/* Original skin */

 
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: none;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: none;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #add8e6;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}

/* prettytablerows class identical to prettytable 
except highlights rows 
use with: <table class="prettytablerows" border="2" rules="rows">*/
table.prettytablerows {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
 border: 1;
    border-collapse: collapse;
    border-style:solid;
    border-color: #add8e6 #add8e6;
}
 table.prettytablerows th, table.prettytablerows td {
    border: 2;
    padding: 0.2em;
    vertical-align: top;
    border-bottom:2px solid #add8e6;
}
 table.prettytablerows th {
    background: #add8e6;
    text-align: center;
}
 table.prettytablerows caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 table.prettytablerows code {
    background-color: transparent;
}
/*End prettytable rows*/

/* prettytableindent class identical to prettytable 
except rows are top aligned and indented */
table.prettytableindent {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: none;
    border-collapse: collapse;
}
table.prettytableindent th, table.prettytableindent td {
    border: none;
    padding: 0.2em;
    vertical-align: text-top;
    padding-left:1em;
}
table.prettytableindent th {
    background: #add8e6;
    text-align: center;
}
table.prettytableindent caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
table.prettytableindent code {
    background-color: transparent;
}
/* End prettytableindent */
Views
Help Location