Latest Neocron News and Information

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

Difference between revisions of "MediaWiki:Common.css"

From Neocron Wiki
Jump to: navigation, search
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
/** Flowplayer styles */
+
/* Experimental or new stuff by Bram - to be merged in to the base CSS */
  
div.flowplayer_default
+
div.thumbinner
 
{
 
{
display:block;
+
    background-color: #606060;
width:425px;
+
    border: 1px solid #00446A;
height:300px;
+
    font-size: 94%;
 +
    overflow: hidden;
 +
    padding: 3px;
 +
    text-align: center;
 
}
 
}
  
div.flowplayer_center
+
#filetoc {
{
+
    border: 1px solid #00446A;
display:block;
+
    background-color: #606060;
width:425px;
 
height:300px;
 
margin-left:auto;
 
margin-right:auto;
 
}
 
 
 
div.flowplayer_soundclip
 
{
 
display:block;
 
width:200px;
 
height:24px;
 
}
 
 
 
div.flowplayer
 
{
 
        border:1px solid #FF9933
 
}
 
 
 
/* Styles for the RSS reader */
 
div.RSSReader-head
 
{
 
  text-align: center;
 
  padding: 0.2em;
 
  border-bottom: 0.1em solid #aaa;
 
 
}
 
}
  
h3.RSSReader-head
 
{
 
  text-align: center;
 
  padding: 0.2em;
 
  border-bottom: 0.1em solid #aaa;
 
}
 
  
 
+
#p-search
/* Server stats */
 
#thn_stats
 
 
{
 
{
        width: 150px;
+
    margin: 5px;
        border:1px solid #FF9933;  
+
     margin-top: 0px;
     background-color: #202020;
 
    padding:3px;
 
 
}
 
}
  
#thn_stats table th
+
.thn-items-fixed-height-list {
{
+
     display: flex;
     background: none;
+
     flex-wrap: wrap;
     padding-left: 0px;
 
    height:0px;
 
 
}
 
}
  
#thn_stats table th
+
table.wikitable
 
{
 
{
     background: none;
+
     background-color: black;
     padding-left: 0px;
+
    border: 1px solid #00446A;
     height:0px;
+
     color: #EEEEEE;
 +
    border-collapse: separate;
 +
     border-spacing: 2px;
 
}
 
}
  
#thn_stats span.thn_server_status_online
+
table.wikitable > * > tr
 
{
 
{
     color: #33CC00;
+
     background-color: #303030;
     font-weight: bold;
+
    border: none;
 +
     padding: 3px;
 
}
 
}
  
#thn_stats span.thn_server_status_offline
+
table.wikitable > * > tr > th
 
{
 
{
     color: #D00000;
+
     padding: 2px;
 +
    background-color: #00446A;
 
     font-weight: bold;
 
     font-weight: bold;
 +
    text-align: center;
 +
    padding-left: 5px;
 +
    padding-right: 5px;
 +
    border: none;
 
}
 
}
  
#thn_stats span.thn_server_percent
+
table.wikitable > * > tr > td
 
{
 
{
     color: #999966;
+
     padding: 3px;
     font-style: italic;
+
     padding-left: 5px;
 +
    padding-right: 5px;
 +
    border: none;
 
}
 
}
  
#thn_stats p.thn_servers_updated
+
/* Wiki fixes for the Items DB SDK */
{
+
h1.thn-item
    margin: 0px;
+
{
    padding-top:3px;
+
    border-bottom: none;
    font-size: 10px;
+
    margin-top: 5px;
    color: #999966;
+
    margin-bottom: 5px;
    font-style: italic;
 
 
}
 
}
  
/** CSS fixes */
+
.thn-item-details-raw
 
 
fieldset#mw-searchoptions
 
 
{
 
{
    border: 2px solid #00446A;
+
  border: 1px solid #00446A !important;
    background-color: #202020;
+
  padding-top: 1px !important;
 
}
 
}
  
div.mw-search-formheader
+
.thn-items-fixed-height-list {
{
+
     display: flex;
     border: 2px solid #00446A;
+
     flex-wrap: wrap;
     background-color: #202020;
 
 
}
 
}

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;
}