MediaWiki:Common.css

From #openttdcoop wiki

Revision as of 14:01, 15 July 2007 by Thgergo (Talk | contribs) (lights for gamearchive)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/** CSS placed here will be applied to all skins */
.mainpagetable {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 100%;
}
.mainpagetable td { 
	
	border-collapse:collapse;
	 vertical-align: top;
	 background-color: transparent;
	 padding: 5px 5px 2px;
	border: 1px  dashed #3e4243;
}

.unclaimed {background-color: #CC0033;}
 font-weight: normal
	/*color: #ffa200; orange theme*/
   float: right;
   margin-left: 6px;
   margin-bottom: 10px;

   width: 18%;
   min-width: 100px;
   max-width: 200px;

   border: 1px solid black;
   border-collapse: collapse;
   /*background: #4b4b4b; orange theme*/
   background: #b3ff00;
   color: #b3ff00;
   padding: 0;
}

.gamearchive_menu td {
   border: 1px solid black;
   padding: 0px 0px;
   margin: 0px 0px;
}

.gamearchive_menu td a:hover {
	/*color: #ffa200; orange theme*/
        color: #b3ff00;
        background-color: #b3ff00;
}

.gamearchive_menu td a {
	/*color: #ffa200; orange theme*/
        color: #3670BC;
        background-color: #3670BC;
}

.gamearchive_menu th {
   /*background: #303030; orange theme*/
   background-color: #213689;
   padding: 0px;
   margin: 0px;
   border-bottom: 1px solid black;
   color: #659cda;
}

.gamearchive_menu th a {
        background-color: #213689;
        color: ffffff;
}

.gamearchive_menu th:hover {
        background-color:#253d9a;
        color: 659cda;
}
.gamearchive_menu th a:hover{
        background-color: #253d9a;
        color: ffffff;
}

.gamearchive_menu tr:hover {
   color: #4477CB;
   background-color: #4477CB;
}
/* defines the right header for the gamearchives */

.gamearchive_menu_header th {
   font-weight: normal
   /*background: #303030; orange theme*/
   background-color: #002564;
   padding: 0px;
   margin: 0px;
   border-bottom: 1px solid black;
   color: #659cda;
}

.gamearchive_menu_header th a {
        background-color: #002564;
        color: ffffff;
}

.gamearchive_menu_header th:hover {
        background-color: #002c73;
        color: 659cda;
}
.gamearchive_menu_header th a:hover{
        background-color: #002c73;
        color: ffffff;
}
Powered by MediaWiki