MediaWiki:Common.css

Fra PerMejdal
Version fra 12. sep. 2018, 21:52 af Pmr (diskussion | bidrag) Pmr (diskussion | bidrag) (Oprettede siden med "pre { font-size: 12.8px; background-color: #ffffe5; background-image: url('/style/background-command.png'); background-position: 50% 2px; background-repeat:no-repeat; }...")
(forskel) ←Ældre version | Nuværende version (forskel) | Nyere version → (forskel)
Spring til navigation Spring til søgning

Bemærk: Efter at have gemt er du måske nødt til at tømme din browsers cache for at kunne se ændringerne.

  • Firefox / Safari: Hold Shift nede og klik på Reload, eller tryk enten Ctrl-F5 eller Ctrl-R (⌘-R på en Mac).
  • Google Chrome: Tryk Ctrl-Shift-R (⌘-Shift-R på en Mac).
  • Internet Explorer / Edge: Hold Ctrl nede og klik på Refresh, eller tryk på Ctrl-F5.
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
pre
{
 font-size: 12.8px;
 background-color: #ffffe5;
 background-image: url('/style/background-command.png');
 background-position: 50% 2px;
 background-repeat:no-repeat;
}

pre.output
{
 background-color: #e4fcff;
 background-image: url('/style/background-output.png');
}

pre.file
{
 background-color: #ffe5e5;
 background-image: url('/style/background-file.png');
}

pre.other
{
 background-color: #F9F9F9;
 background-image: none;
}

.wikitable
{
 border-collapse: collapse;
}

.wikitable td, .wikitable th
{
 text-align: left;
 padding: 1px 10px;
 border-bottom: 1px solid #000;
}

.wikitable tr:first-child
{
 border-top: 1px solid #000;
}

.wikitable th
{
 background-color: #ccc;
 font-weight: bold;
}

.wikitable  tr:nth-child(even)
{
 background-color: #fff;
}

.wikitable  tr:nth-child(odd)
{
 background-color: #eee;
}

pre
{
 white-space: pre-wrap;
}

/* zebratable */
.zebratable
{
 border-collapse:collapse;
}

.zebratable tr:first-child
{
 border-top: 1px solid black;
}

.zebratable tr
{
 border-bottom: 1px solid black;
}

.zebratable tr:nth-child(odd)
{
 background-color:#EEE;
}

.zebratable th
{
 background-color:#CCC;
 font-weight: bold;
 text-align: left;
}

.zebratable th, .zebratable td
{
 padding: 1px 6px;
 margin: 0;
}


/* networktable */
.networktable th
{
 text-align:center;
}

.networktable td:nth-child(2),
.networktable td:nth-child(3)
{
 text-align:right;
}


/* helpdesktable */
.helpdesktable
{
 width: 100%;
}

.helpdesktable td:nth-child(1)
{
 width: 35%;
}

.helpdesktable td:nth-child(2)
{
 width: 15%;
}

.helpdesktable td:nth-child(3)
{
 width: 10%;
}

.helpdesktable td:nth-child(4)
{
 width: 40%;
}

.bbn u
{
 color: red;
 text-decoration: none;
}

.bbn pre
{
 font-size: 12.8px;
 background-color: #000;
 background-image: none;
 color: #ccc;
 white-space: pre-wrap;
 padding: 3px;
}

.bbn .comment
{
 background-color: #cceffa;
}

.bbn .comment .wikitable th
{
 background-color: #a3c6d1;
}

.bbn .comment .wikitable  tr:nth-child(even)
{
 background-color: #cceffa;
}

.bbn .comment .wikitable  tr:nth-child(odd)
{
 background-color: #bee1ec;
}