Latest Neocron News and Information

  • New test server patch #547 has been released to Vedeena

Difference between revisions of "MediaWiki:Common.css"

From Neocron Wiki
Jump to: navigation, search
m
 
(77 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
+
/* Experimental or new stuff by Bram - to be merged in to the base CSS */
  
/* Map CSS settings */
+
div.thumbinner
 
 
#map_key
 
 
{
 
{
margin-top:20px;
+
    background-color: #606060;
margin-bottom:5px;
+
    border: 1px solid #00446A;
margin-left:0px;
+
    font-size: 94%;
padding:5px;
+
    overflow: hidden;
border:1px solid #00446A;
+
    padding: 3px;
background-color:#040404;
+
    text-align: center;
width:250px;
 
text-align:left;
 
 
 
 
 
 
}
 
}
  
#map_key ul.map_key
+
#filetoc {
{
+
    border: 1px solid #00446A;
list-style-type: none;
+
    background-color: #606060;
 
}
 
}
  
#map_key li.map_key
 
{
 
list-style-type: none;
 
}
 
  
#map_layout_right
+
#p-search
 
{
 
{
float:right;
+
    margin: 5px;
padding:10px;
+
    margin-top: 0px;
border:1px solid #00446A;
 
background-color:#1A2424;
 
margin-left:5px;
 
 
}
 
}
  
#map_layout_world
+
.thn-items-fixed-height-list {
{
+
    display: flex;
padding:10px;
+
    flex-wrap: wrap;
border:1px solid #00446A;
 
background-color:#1A2424;
 
width:100%;
 
display: block;
 
 
}
 
}
  
#map_layout_rpos
+
table.wikitable
 
{
 
{
padding:10px;
+
    background-color: black;
border:1px solid #00446A;
+
    border: 1px solid #00446A;
background-color:#1A2424;
+
    color: #EEEEEE;
width:100%;
+
    border-collapse: separate;
display: block;
+
    border-spacing: 2px;
 
}
 
}
  
#map_layout_example
+
table.wikitable > * > tr
 
{
 
{
padding:10px;
+
    background-color: #303030;
border:1px solid #00446A;
+
    border: none;
background-color:#1A2424;
+
    padding: 3px;
/* float:right; */
 
display: block;
 
width:270px;
 
 
}
 
}
  
#map_layout_cyberdyne
+
table.wikitable > * > tr > th
 
{
 
{
padding:10px;
+
    padding: 2px;
border:1px solid #00446A;
+
    background-color: #00446A;
background-color:#1A2424;
+
    font-weight: bold;
display: block;
+
    text-align: center;
width:800px;
+
    padding-left: 5px;
 +
    padding-right: 5px;
 +
    border: none;
 
}
 
}
  
/* Custom Template CSS commands */
+
table.wikitable > * > tr > td
 
 
.dablink
 
 
{
 
{
        font-style:italic;
+
    padding: 3px;
        padding-left:2em;
+
    padding-left: 5px;
 +
    padding-right: 5px;
 +
    border: none;
 
}
 
}
  
.template-documentation
+
/* Wiki fixes for the Items DB SDK */
{
+
h1.thn-item
        /*background-color:#ECFCF4;*/
+
        background-color:#101010;
+
    border-bottom: none;
        border:1px solid #FF9933;
+
    margin-top: 5px;
        clear:both;
+
    margin-bottom: 5px;
        margin:1em 0pt 0pt;
 
        padding:5px;
 
 
}
 
}
  
/* Api documentation class for API documentation */
+
.thn-item-details-raw
 
 
.api-documentation
 
 
{
 
{
        background-color:#202020;
+
  border: 1px solid #00446A !important;
        border:1px solid #00446a;
+
  padding-top: 1px !important;
        clear:both;
 
        margin:1em 0pt 0pt;
 
        padding:5px;
 
 
}
 
}
  
/** Fix for Tex backgroug colour */
+
.thn-items-fixed-height-list {
 
+
    display: flex;
img.tex
+
    flex-wrap: wrap;
{
 
border:1px solid #00446A;
 
background-color:#FFFFFF;
 
padding:5px;
 
}
 
 
 
/** Flowplayer styles */
 
 
 
div.flowplayer_default
 
{
 
display:block;
 
width:425px;
 
height:300px;
 
}
 
 
 
div.flowplayer_center
 
{
 
display:block;
 
width:425px;
 
height:300px;
 
margin-left:auto;
 
margin-right:auto;
 
}
 
 
 
div.flowplayer_soundclip
 
{
 
display:block;
 
width:200px;
 
height:24px;
 
}
 
 
 
div.flowplayer
 
{
 
        1px solid #606060
 
 
}
 
}

Latest revision as of 19:25, 27 April 2020

/* Experimental or new stuff by Bram - to be merged in to the base CSS */

div.thumbinner
{
    background-color: #606060;
    border: 1px solid #00446A;	
    font-size: 94%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}

#filetoc {
    border: 1px solid #00446A;
    background-color: #606060;
}


#p-search 
{
    margin: 5px;
    margin-top: 0px;
}

.thn-items-fixed-height-list {
    display: flex;
    flex-wrap: wrap;
}

table.wikitable
{
    background-color: black;
    border: 1px solid #00446A;
    color: #EEEEEE;
    border-collapse: separate;
    border-spacing: 2px;
}

table.wikitable > * > tr
{
    background-color: #303030;
    border: none;
    padding: 3px;
}

table.wikitable > * > tr > th
{
    padding: 2px;
    background-color: #00446A;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

table.wikitable > * > tr > td
{
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

/* Wiki fixes for the Items DB SDK */
h1.thn-item 
{  
     border-bottom: none;
     margin-top: 5px;
     margin-bottom: 5px;
}

.thn-item-details-raw
{
  border: 1px solid #00446A !important;
  padding-top: 1px !important;
}

.thn-items-fixed-height-list {
    display: flex;
    flex-wrap: wrap;
}