User:Kohuda/monobook.css: Difference between revisions
Appearance
Blanked the page |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the MonoBook skin */ | |||
a:link {color:#799ee0;} /* unvisited link */ | |||
a:visited {color:#799ee0;} /* visited link */ | |||
a:hover {color:#00baff;} /* mouse over link */ | |||
a:active {color:#0000FF;} /* selected link */ | |||
.white a { | |||
color:white; | |||
} | |||
.white a:hover { | |||
color:#799ee0; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
color:white; | |||
} | |||
body{ | |||
background: #0A0523 url("images/BG.jpg"); | |||
background-position: center center; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
background-attachment:fixed; | |||
background-color: black; | |||
} | |||
div#content { | |||
margin:35px auto 0px; | |||
border-style:solid; | |||
border-width:3px; | |||
border-color:black; | |||
background: rgba(5, 5, 5, 0.9); | |||
color:lightgray; | |||
border-bottom:none; | |||
} | |||
div#column-content { | |||
margin: 0px; | |||
} | |||
#mw-content-text { | |||
width:100%; | |||
} | |||
.monobook_mainpage { | |||
display:block; | |||
} | |||
.vector_mainpage { | |||
} | |||
.mw-body { | |||
padding-top:0px; | |||
} | |||
.mw-body a.external { | |||
color: #36B !important; | |||
} | |||
#content { | |||
width:1000px; | |||
border-top-left-radius: 1em; | |||
border-top-right-radius: 1em; | |||
} | |||
div#footer { | |||
background: none repeat scroll 0 0 rgba(45, 45, 47, 0.95); | |||
border-bottom: 0px; | |||
border-top: 0px; | |||
font-size: 90%; | |||
margin: -11px auto 25px; | |||
padding: 0 1em 1em 1em; | |||
width: 1003px; | |||
border-bottom-left-radius: 1em; | |||
border-bottom-right-radius: 1em; | |||
border-style: solid; | |||
border-width: 3px; | |||
border-color: black; | |||
height: 60px; | |||
border-top:none; | |||
} | |||
body.page-Starbound_Wiki h1.firstHeading, body.page-Starbound_Wiki #contentSub, body.page-Starbound_Wiki #contentSub2 { | |||
} | |||
#bottombar { | |||
background: none repeat scroll 0 0 rgba(132, 132, 132, 0.3); | |||
border-bottom-left-radius: .75em; | |||
border-bottom-right-radius: .75em; | |||
padding: 15px 15px 30px; | |||
margin: 2em -1em -1em -1em; | |||
width: auto; | |||
} | |||
#bottombar * { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
#bottombar > #footer { | |||
position: relative; | |||
top: 0.75em; | |||
} | |||
#footer > #f-poweredbyico { | |||
postion: relative; | |||
top: -0.5em; | |||
padding-top: 25px; | |||
} | |||
#f-list { | |||
color:white; | |||
font-family: StarbounD; | |||
font-size: 11px; | |||
padding-top: 25px; | |||
width: 770px; | |||
} | |||
#column-one h2 { | |||
#p-personal h3 { | |||
#p-navigation { | |||
#p-search { | |||
#p-tb { | |||
.catlinks { | |||
background-color:#171717; | |||
border-width:0px; | |||
} | |||
#pagehistory li.selected { | |||
color: #FFFFFF; | |||
border-color: #2A5B7F; | |||
border-style: solid; | |||
border-width: 1px 1px 1px 4px; | |||
background-color: #1E1E1E; | |||
} | |||
#pagehistory li { | |||
color: #7B7B7B; | |||
border-color: #1E1E1E; | |||
border-style: solid; | |||
border-width: 1px 1px 1px 4px; | |||
background: none repeat scroll 0 0 transparent; | |||
padding: 0 4px; | |||
margin: 0; | |||
} | |||
#profile-toggle-button { | |||
padding-top: 4px; | |||
margin-top: 15px; | |||
background-color: #505151; | |||
} | |||
.pBody { | |||
background-color:transparent; | |||
border: 0px; | |||
padding: 0 0 0 0; | |||
} | |||
/* TOP USER MENU BAR */ | |||
#p-personal ul { | |||
padding: 4px 8px 0; | |||
} | |||
#p-personal .portlet, #p-personal .pBody { | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
} | |||
#p-personal a:link { | |||
font-family: StarbounD; | |||
color:#475f89; | |||
font-size: 17px; | |||
} | |||
#p-personal a:visited { | |||
color:#475f89; | |||
} | |||
#p-personal li a:hover { | |||
background-color: transparent; | |||
color: white; | |||
text-shadow: | |||
-1px -1px 0 #000000, | |||
1px -1px 0 #000000, | |||
-1px 1px 0 #000000, | |||
1px 1px 0 #000000; | |||
} | |||
li#pt-userpage, li#pt-anonuserpage, li#pt-login { | |||
background: url("images/9/91/Usericon.png") no-repeat scroll left center rgba(0, 0, 0, 0); | |||
padding-left: 15px; | |||
} | |||
#firstHeading { | |||
width:100%; | |||
padding-top:0px; | |||
} | |||
#preferences { | |||
color: #000000; | |||
} | |||
pre { | |||
color: #FFA500; | |||
background-color: #1E1E1E; | |||
border: 1px dashed #2A5B7F; | |||
} | |||
#p-cactions li a { | |||
background-color: black; | |||
color: white; | |||
padding-bottom: 0.1em; | |||
} | |||
input.searchButton { | |||
width:100px; | |||
cursor: pointer; | |||
color:transparent; | |||
background:transparent; | |||
border:none; | |||
} | |||
#searchGoButton { | |||
} | |||
#searchBody { | |||
background: transparent none repeat scroll 0% 0% !important; | |||
margin-right: 100px; | |||
width: 190px; | |||
margin-top: -2px; | |||
} | |||
#searchInput { | |||
width: 191px; | |||
background-color: transparent; | |||
color: white; | |||
height: 18px; | |||
border: none; | |||
margin-right:-2px; | |||
-webkit-appearance: none; | |||
} | |||
#searchbar { | |||
background:url(skins/starbounder/images/seachbar.png) 0 0 no-repeat; | |||
width:293px; | |||
height:22px; | |||
position: absolute; | |||
z-index: 1; | |||
top: 0px; | |||
right: 0px; | |||
margin-top:6px; | |||
} | |||
#siteNotice { | |||
padding:0px; | |||
width:100%; | |||
} | |||
div#navmenu_recentchanges{ | |||
background:url(skins/starbounder/images/sitenav/recentchanges.png) 0 0 no-repeat; | |||
width: 22px; | |||
height: 22px; | |||
} | |||
#navmenu_recentchanges a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#navmenu_recentchanges a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
div#navmenu_newfiles { | |||
background:url(skins/starbounder/images/sitenav/newfiles.png) 0 0 no-repeat; | |||
width: 22px; | |||
height: 22px; | |||
} | |||
#navmenu_newfiles a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#navmenu_newfiles a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
div#navmenu_random { | |||
background:url(skins/starbounder/images/sitenav/random.png) 0 0 no-repeat; | |||
width: 22px; | |||
height: 22px; | |||
} | |||
#navmenu_random a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#navmenu_random a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
div#navmenu_uploadimage { | |||
background:url(skins/starbounder/images/sitenav/uploadimage.png) 0 0 no-repeat; | |||
width: 22px; | |||
height: 22px; | |||
} | |||
#navmenu_uploadimage a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#navmenu_uploadimage a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
div#sitenavtable { | |||
width:105px; | |||
position: absolute; | |||
right: 296px; | |||
margin-top:3px; | |||
} | |||
#p-cactions { | |||
margin: -158px auto 0px; | |||
position: relative; | |||
width: 800px; | |||
} | |||
#p-cactions h3 { | |||
#p-cactions li { | |||
border-color: #000000 #000000 #4a4a4a; | |||
border-width: 3px 3px 0; | |||
padding:0px; | |||
} | |||
#p-cactions li.selected { | |||
background-color: #4a4a4a; | |||
border-color: #799ee0; | |||
top: -22px; | |||
} | |||
#p-cactions li.selected a { | |||
background-color: #4a4a4a; | |||
border-color: #799ee0; | |||
} | |||
#p-cactions li a:hover { | |||
color:black; | |||
background-color: #4a4a4a; | |||
border-color: #799ee0; | |||
} | |||
#profile-top { | |||
background-color: #171717; | |||
} | |||
.#mw-content-text { | |||
color:Black; | |||
} | |||
.user-board-message { | |||
border: 1px solid #171717; | |||
} | |||
.user-board-message-from { | |||
background-color: #171717; | |||
} | |||
td.diff-deletedline .diffchange { | |||
color: #9D3D42; | |||
background: none repeat scroll 0 0 transparent; | |||
border-radius: 0; | |||
padding: 0; | |||
border-bottom: 2px dotted #9D3D42; | |||
font-weight: bolder; | |||
} | |||
td.diff-context { | |||
background: none repeat scroll 0 0 rgba(132, 132, 132, 0.7); | |||
border-color: #1E1E1E; | |||
color: #000000; | |||
} | |||
td.diff-deletedline, td.diff-addedline { | |||
background-color: #1E1E1E; | |||
color: #FFFFFF; | |||
} | |||
td.diff-deletedline { | |||
border-color: #792F33; | |||
} | |||
td.diff-addedline { | |||
border-color: #2A5B7F; | |||
} | |||
.no-info-container { | |||
background-color: #171717; | |||
} | |||
div#userloginForm table, div#userlogin table { | |||
background-color: #171717; | |||
} | |||
div#userloginForm, div#userlogin { | |||
background-color: #171717; | |||
} | |||
div.thumbinner { | |||
background-color: #171717; | |||
border: 1px solid #171717; | |||
} | |||
ul#filetoc { | |||
background-color: #171717; | |||
border: 1px solid #171717; | |||
} | |||
table.wikitable { | |||
background-color: #171717; | |||
border: 1px solid #171717; | |||
} | |||
table.mw_metadata td { | |||
background-color: #171717; | |||
border: 1px solid #171717; | |||
} | |||
table.mw_metadata th { | |||
background-color: #171717; | |||
border: 1px solid #171717; | |||
} | |||
table.wikitable > tr > th, table.wikitable > * > tr > th { | |||
background-color: #494949; | |||
border: 1px solid #171717; | |||
} | |||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | |||
border: 1px solid #000000; | |||
color:white; | |||
} | |||
li.gallerybox div.thumb { | |||
background-color: #171717; | |||
border: 1px solid #000000; | |||
} | |||
div#userlogin .captcha, div#userloginForm .captcha { | |||
background-color: #171717; | |||
border: 1px solid #171717; | |||
} | |||
/* MAIN MENU STYLING */ | |||
#mainmenu_tools { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_tools a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_tools a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_weapons { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_weapons a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_weapons a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_quests { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_quests a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_quests a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_armor { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_armor a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_armor a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_blocks { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_blocks a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_blocks a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_objects { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_objects a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_objects a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_vehicles { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_vehicles a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_vehicles a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_tech { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_tech a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_tech a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_costume { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_costume a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_costume a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_planets { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_planets a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_planets a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_monsters { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_monsters a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_monsters a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_bosses { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_bosses a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_bosses a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_biomes { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_biomes a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_biomes a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_ships { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_ships a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_ships a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_races { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_races a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_races a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_crafting { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_crafting a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_crafting a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_cooking { | |||
width:72px; | |||
height:72px; | |||
} | |||
#mainmenu_cooking a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#mainmenu_cooking a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#main_menu_labels { | |||
color:white; | |||
font-family:StarbounD; | |||
font-size:15px; | |||
text-align:center; | |||
} | |||
#other_options { | |||
color:black; | |||
} | |||
.fieldBox { | |||
background-color:transparent; | |||
} | |||
div.graybox { | |||
} | |||
div.topbanner { | |||
background: url("/mediawiki/skins/starbounder/images/top_banner2.png") no-repeat scroll 0 0 rgba(132, 132, 132, 0.3); | |||
margin: 0 -1.05em; | |||
height: 97px; | |||
border-top-left-radius: .75em; | |||
border-top-right-radius: .75em; | |||
text-align: right; | |||
} | |||
#toc, .toc, .mw-warning { | |||
background-color: transparent; | |||
border: none; | |||
font-size: 95%; | |||
padding: 5px; | |||
} | |||
div.countdownbanner { | |||
} | |||
div.boxbottombar { | |||
} | |||
.plainlinkswhite a { | |||
background: none !important; | |||
padding: 0 !important; | |||
color: white !important; | |||
} | |||
.ltr code { | |||
color: #FFA500; | |||
background-color: #1E1E1E; | |||
} | |||
div.commentsbanner { | |||
; | |||
width: 869px; | |||
height:52px; | |||
} | |||
div.monstersbanner { | |||
); | |||
width: 869px; | |||
height:52px; | |||
} | |||
div.objectsbanner { | |||
); | |||
width: 869px; | |||
height:52px; | |||
} | |||
div.topplanetbanner { | |||
; | |||
height: 90px; | |||
width: 869px; | |||
} | |||
div.tiers { | |||
; | |||
height: 22px; | |||
width: 322px; | |||
float: right; | |||
margin-right: 15px; | |||
margin-top: 57px; | |||
} | |||
td.diff-addedline .diffchange { | |||
background: none; | |||
} | |||
table.diff { | |||
background-color: rgba(132, 132, 132, 0.3); | |||
} | |||
td.diff-otitle, td.diff-ntitle { | |||
background-color: #1E1E1E; | |||
} | |||
.not-patrolled { | |||
background-color: #0000FF; | |||
} | |||
fieldset#mw-searchoptions { | |||
background-color: black; | |||
} | |||
.mw-search-formheader { | |||
background-color: black; | |||
} | |||
#monstercollectionno { | |||
position:absolute; | |||
font-size:24px; | |||
top:65px; | |||
right:10px; | |||
} | |||
#buy_official { | |||
width:72px; | |||
height:72px; | |||
} | |||
#buy_official a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#buy_official a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#buy_steam { | |||
width:72px; | |||
height:72px; | |||
} | |||
#buy_steam a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#buy_steam a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#buy_humble { | |||
width:72px; | |||
height:72px; | |||
} | |||
#buy_humble a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
#buy_humble a:hover { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
text-decoration: none; | |||
} | |||
div.weaponcell { | |||
transform:rotate(90deg); | |||
-ms-transform:rotate(90deg); /* IE 9 */ | |||
-webkit-transform:rotate(90deg); /* Safari and Chrome */ | |||
} | |||
#tabletitle{ | |||
font-size:24px; | |||
} | |||
#tablesubtitle{ | |||
font-size:18px; | |||
} | |||
/*small adjustments for readability*/ | |||
.minoredit, .newpage { | |||
color: #893EC5; | |||
} | |||
.unpatrolled { | |||
color: #C53E42; | |||
} | |||
span.mw-plusminus-neg { | |||
color: #A33637; | |||
} | |||
strong.mw-plusminus-neg { | |||
color: #C53E42; | |||
} | |||
span.mw-plusminus-pos { | |||
color: #37A336; | |||
} | |||
strong.mw-plusminus-pos { | |||
color: #42C53E; | |||
} | |||
.status a { | |||
color:#D3D3D3; | |||
} | |||
.status a:hover { | |||
color:white; | |||
} | |||
div#tags { | |||
padding-left: 5px; | |||
padding-top: 5px; | |||
width: 99.5%; | |||
background: rgb(23, 23, 23) none repeat scroll 0% 0%; | |||
margin-bottom: -13px; | |||
line-height: 1.5em; | |||
margin-top: 8px; | |||
text-transform: capitalize; | |||
} | |||
table.frogg { | |||
background: rgba(132, 132, 132, 0.1) none repeat scroll 0% 0%; | |||
border-radius: 10px; | |||
padding: 15px; | |||
width: 100%; | |||
margin: 5px; | |||
text-align:left; | |||
} | |||
#navbox { | |||
text-align:center; | |||
font-size:11.5px; | |||
width:1000px; | |||
} | |||
div#p-Official_Links.generated-sidebar.portlet { | |||
} | |||
/* Crafting Tables */ | |||
.recipelearnedby { | |||
background-color: #494949; | |||
width: 350px; | |||
height: 7px; | |||
border-top-left-radius: 5px; | |||
border-top-right-radius: 5px; | |||
font-family: StarbounD; | |||
font-size: 16px; | |||
padding-top: 3px; | |||
padding-bottom: 1px; | |||
} | |||
.headerroundedleft { | |||
border-top-left-radius: 5px; | |||
} | |||
.headerroundedright { | |||
border-top-right-radius: 5px; | |||
} | |||
.numberrequired { | |||
font-size:20px; | |||
text-alignment:center; | |||
} | |||
.numberrequired { | |||
font-size:20px | |||
text-alignment:center; | |||
} | |||
.editOptions { | |||
background: none repeat scroll 0 0 transparent; | |||
border:none; | |||
} | |||
li#about { | |||
} | |||
#p-logo { | |||
} | |||
#stationpieces tr { | |||
border-style: solid; | |||
border-width: 1px; | |||
} | |||
.stationpicture { | |||
text-align:center; | |||
} | |||
.stationpicture img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
/* Semantic Edit Notice */ | |||
.smw-editpage-help { | |||
} | |||
/* Login Button Color */ | |||
.mw-ui-button.mw-ui-constructive { | |||
background: #7292CA; | |||
border: 1px solid #7292CA; | |||
} | |||
/* Social Profile Topbar */ | |||
#profile-top { | |||
background: none; | |||
} | |||
/* Help Button to mediawiki.org */ | |||
.mw-indicators { | |||
} | |||
/* Semantic Form Styling */ | |||
.multipleTemplateInstance { | |||
background-color: transparent; | |||
} | |||
/* Header Tabs Styling */ | |||
div#headertabs.large.ui-widget { | |||
background-color: #171717; | |||
border-color: #171717; | |||
} | |||
.ui-tabs .ui-tabs-nav { | |||
border-color: #1E1E1E; | |||
background: #1E1E1E; | |||
font-family: StarbounD; | |||
font-size: 14px; | |||
} | |||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | |||
background: #2E2E2E; | |||
border-color: #171717; | |||
} | |||
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { | |||
color:white; | |||
cursor:pointer; | |||
} | |||
.ui-widget-content { | |||
background: transparent; | |||
} | |||
.ui-tabs .ui-tabs-nav li.ui-tabs-active { | |||
background-color: #494949; | |||
} |
Latest revision as of 00:30, 23 June 2024
/* CSS placed here will affect users of the MonoBook skin */ a:link {color:#799ee0;} /* unvisited link */ a:visited {color:#799ee0;} /* visited link */ a:hover {color:#00baff;} /* mouse over link */ a:active {color:#0000FF;} /* selected link */ .white a { color:white; } .white a:hover { color:#799ee0; } h1, h2, h3, h4, h5, h6 { color:white; } body{ background: #0A0523 url("images/BG.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment:fixed; background-color: black; } div#content { margin:35px auto 0px; border-style:solid; border-width:3px; border-color:black; background: rgba(5, 5, 5, 0.9); color:lightgray; border-bottom:none; } div#column-content { margin: 0px; } #mw-content-text { width:100%; } .monobook_mainpage { display:block; } .vector_mainpage { } .mw-body { padding-top:0px; } .mw-body a.external { color: #36B !important; } #content { width:1000px; border-top-left-radius: 1em; border-top-right-radius: 1em; } div#footer { background: none repeat scroll 0 0 rgba(45, 45, 47, 0.95); border-bottom: 0px; border-top: 0px; font-size: 90%; margin: -11px auto 25px; padding: 0 1em 1em 1em; width: 1003px; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; border-style: solid; border-width: 3px; border-color: black; height: 60px; border-top:none; } body.page-Starbound_Wiki h1.firstHeading, body.page-Starbound_Wiki #contentSub, body.page-Starbound_Wiki #contentSub2 { } #bottombar { background: none repeat scroll 0 0 rgba(132, 132, 132, 0.3); border-bottom-left-radius: .75em; border-bottom-right-radius: .75em; padding: 15px 15px 30px; margin: 2em -1em -1em -1em; width: auto; } #bottombar * { margin: 0; padding: 0; } #bottombar > #footer { position: relative; top: 0.75em; } #footer > #f-poweredbyico { postion: relative; top: -0.5em; padding-top: 25px; } #f-list { color:white; font-family: StarbounD; font-size: 11px; padding-top: 25px; width: 770px; } #column-one h2 { #p-personal h3 { #p-navigation { #p-search { #p-tb { .catlinks { background-color:#171717; border-width:0px; } #pagehistory li.selected { color: #FFFFFF; border-color: #2A5B7F; border-style: solid; border-width: 1px 1px 1px 4px; background-color: #1E1E1E; } #pagehistory li { color: #7B7B7B; border-color: #1E1E1E; border-style: solid; border-width: 1px 1px 1px 4px; background: none repeat scroll 0 0 transparent; padding: 0 4px; margin: 0; } #profile-toggle-button { padding-top: 4px; margin-top: 15px; background-color: #505151; } .pBody { background-color:transparent; border: 0px; padding: 0 0 0 0; } /* TOP USER MENU BAR */ #p-personal ul { padding: 4px 8px 0; } #p-personal .portlet, #p-personal .pBody { position: absolute; top: 0; right: 0; } #p-personal a:link { font-family: StarbounD; color:#475f89; font-size: 17px; } #p-personal a:visited { color:#475f89; } #p-personal li a:hover { background-color: transparent; color: white; text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; } li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url("images/9/91/Usericon.png") no-repeat scroll left center rgba(0, 0, 0, 0); padding-left: 15px; } #firstHeading { width:100%; padding-top:0px; } #preferences { color: #000000; } pre { color: #FFA500; background-color: #1E1E1E; border: 1px dashed #2A5B7F; } #p-cactions li a { background-color: black; color: white; padding-bottom: 0.1em; } input.searchButton { width:100px; cursor: pointer; color:transparent; background:transparent; border:none; } #searchGoButton { } #searchBody { background: transparent none repeat scroll 0% 0% !important; margin-right: 100px; width: 190px; margin-top: -2px; } #searchInput { width: 191px; background-color: transparent; color: white; height: 18px; border: none; margin-right:-2px; -webkit-appearance: none; } #searchbar { background:url(skins/starbounder/images/seachbar.png) 0 0 no-repeat; width:293px; height:22px; position: absolute; z-index: 1; top: 0px; right: 0px; margin-top:6px; } #siteNotice { padding:0px; width:100%; } div#navmenu_recentchanges{ background:url(skins/starbounder/images/sitenav/recentchanges.png) 0 0 no-repeat; width: 22px; height: 22px; } #navmenu_recentchanges a { display: block; height: 100%; width: 100%; text-decoration: none; } #navmenu_recentchanges a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } div#navmenu_newfiles { background:url(skins/starbounder/images/sitenav/newfiles.png) 0 0 no-repeat; width: 22px; height: 22px; } #navmenu_newfiles a { display: block; height: 100%; width: 100%; text-decoration: none; } #navmenu_newfiles a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } div#navmenu_random { background:url(skins/starbounder/images/sitenav/random.png) 0 0 no-repeat; width: 22px; height: 22px; } #navmenu_random a { display: block; height: 100%; width: 100%; text-decoration: none; } #navmenu_random a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } div#navmenu_uploadimage { background:url(skins/starbounder/images/sitenav/uploadimage.png) 0 0 no-repeat; width: 22px; height: 22px; } #navmenu_uploadimage a { display: block; height: 100%; width: 100%; text-decoration: none; } #navmenu_uploadimage a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } div#sitenavtable { width:105px; position: absolute; right: 296px; margin-top:3px; } #p-cactions { margin: -158px auto 0px; position: relative; width: 800px; } #p-cactions h3 { #p-cactions li { border-color: #000000 #000000 #4a4a4a; border-width: 3px 3px 0; padding:0px; } #p-cactions li.selected { background-color: #4a4a4a; border-color: #799ee0; top: -22px; } #p-cactions li.selected a { background-color: #4a4a4a; border-color: #799ee0; } #p-cactions li a:hover { color:black; background-color: #4a4a4a; border-color: #799ee0; } #profile-top { background-color: #171717; } .#mw-content-text { color:Black; } .user-board-message { border: 1px solid #171717; } .user-board-message-from { background-color: #171717; } td.diff-deletedline .diffchange { color: #9D3D42; background: none repeat scroll 0 0 transparent; border-radius: 0; padding: 0; border-bottom: 2px dotted #9D3D42; font-weight: bolder; } td.diff-context { background: none repeat scroll 0 0 rgba(132, 132, 132, 0.7); border-color: #1E1E1E; color: #000000; } td.diff-deletedline, td.diff-addedline { background-color: #1E1E1E; color: #FFFFFF; } td.diff-deletedline { border-color: #792F33; } td.diff-addedline { border-color: #2A5B7F; } .no-info-container { background-color: #171717; } div#userloginForm table, div#userlogin table { background-color: #171717; } div#userloginForm, div#userlogin { background-color: #171717; } div.thumbinner { background-color: #171717; border: 1px solid #171717; } ul#filetoc { background-color: #171717; border: 1px solid #171717; } table.wikitable { background-color: #171717; border: 1px solid #171717; } table.mw_metadata td { background-color: #171717; border: 1px solid #171717; } table.mw_metadata th { background-color: #171717; border: 1px solid #171717; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #494949; border: 1px solid #171717; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px solid #000000; color:white; } li.gallerybox div.thumb { background-color: #171717; border: 1px solid #000000; } div#userlogin .captcha, div#userloginForm .captcha { background-color: #171717; border: 1px solid #171717; } /* MAIN MENU STYLING */ #mainmenu_tools { width:72px; height:72px; } #mainmenu_tools a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_tools a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_weapons { width:72px; height:72px; } #mainmenu_weapons a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_weapons a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_quests { width:72px; height:72px; } #mainmenu_quests a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_quests a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_armor { width:72px; height:72px; } #mainmenu_armor a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_armor a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_blocks { width:72px; height:72px; } #mainmenu_blocks a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_blocks a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_objects { width:72px; height:72px; } #mainmenu_objects a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_objects a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_vehicles { width:72px; height:72px; } #mainmenu_vehicles a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_vehicles a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_tech { width:72px; height:72px; } #mainmenu_tech a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_tech a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_costume { width:72px; height:72px; } #mainmenu_costume a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_costume a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_planets { width:72px; height:72px; } #mainmenu_planets a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_planets a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_monsters { width:72px; height:72px; } #mainmenu_monsters a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_monsters a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_bosses { width:72px; height:72px; } #mainmenu_bosses a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_bosses a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_biomes { width:72px; height:72px; } #mainmenu_biomes a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_biomes a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_ships { width:72px; height:72px; } #mainmenu_ships a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_ships a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_races { width:72px; height:72px; } #mainmenu_races a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_races a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_crafting { width:72px; height:72px; } #mainmenu_crafting a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_crafting a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_cooking { width:72px; height:72px; } #mainmenu_cooking a { display: block; height: 100%; width: 100%; text-decoration: none; } #mainmenu_cooking a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #main_menu_labels { color:white; font-family:StarbounD; font-size:15px; text-align:center; } #other_options { color:black; } .fieldBox { background-color:transparent; } div.graybox { } div.topbanner { background: url("/mediawiki/skins/starbounder/images/top_banner2.png") no-repeat scroll 0 0 rgba(132, 132, 132, 0.3); margin: 0 -1.05em; height: 97px; border-top-left-radius: .75em; border-top-right-radius: .75em; text-align: right; } #toc, .toc, .mw-warning { background-color: transparent; border: none; font-size: 95%; padding: 5px; } div.countdownbanner { } div.boxbottombar { } .plainlinkswhite a { background: none !important; padding: 0 !important; color: white !important; } .ltr code { color: #FFA500; background-color: #1E1E1E; } div.commentsbanner { ; width: 869px; height:52px; } div.monstersbanner { ); width: 869px; height:52px; } div.objectsbanner { ); width: 869px; height:52px; } div.topplanetbanner { ; height: 90px; width: 869px; } div.tiers { ; height: 22px; width: 322px; float: right; margin-right: 15px; margin-top: 57px; } td.diff-addedline .diffchange { background: none; } table.diff { background-color: rgba(132, 132, 132, 0.3); } td.diff-otitle, td.diff-ntitle { background-color: #1E1E1E; } .not-patrolled { background-color: #0000FF; } fieldset#mw-searchoptions { background-color: black; } .mw-search-formheader { background-color: black; } #monstercollectionno { position:absolute; font-size:24px; top:65px; right:10px; } #buy_official { width:72px; height:72px; } #buy_official a { display: block; height: 100%; width: 100%; text-decoration: none; } #buy_official a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #buy_steam { width:72px; height:72px; } #buy_steam a { display: block; height: 100%; width: 100%; text-decoration: none; } #buy_steam a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } #buy_humble { width:72px; height:72px; } #buy_humble a { display: block; height: 100%; width: 100%; text-decoration: none; } #buy_humble a:hover { display: block; height: 100%; width: 100%; text-decoration: none; } div.weaponcell { transform:rotate(90deg); -ms-transform:rotate(90deg); /* IE 9 */ -webkit-transform:rotate(90deg); /* Safari and Chrome */ } #tabletitle{ font-size:24px; } #tablesubtitle{ font-size:18px; } /*small adjustments for readability*/ .minoredit, .newpage { color: #893EC5; } .unpatrolled { color: #C53E42; } span.mw-plusminus-neg { color: #A33637; } strong.mw-plusminus-neg { color: #C53E42; } span.mw-plusminus-pos { color: #37A336; } strong.mw-plusminus-pos { color: #42C53E; } .status a { color:#D3D3D3; } .status a:hover { color:white; } div#tags { padding-left: 5px; padding-top: 5px; width: 99.5%; background: rgb(23, 23, 23) none repeat scroll 0% 0%; margin-bottom: -13px; line-height: 1.5em; margin-top: 8px; text-transform: capitalize; } table.frogg { background: rgba(132, 132, 132, 0.1) none repeat scroll 0% 0%; border-radius: 10px; padding: 15px; width: 100%; margin: 5px; text-align:left; } #navbox { text-align:center; font-size:11.5px; width:1000px; } div#p-Official_Links.generated-sidebar.portlet { } /* Crafting Tables */ .recipelearnedby { background-color: #494949; width: 350px; height: 7px; border-top-left-radius: 5px; border-top-right-radius: 5px; font-family: StarbounD; font-size: 16px; padding-top: 3px; padding-bottom: 1px; } .headerroundedleft { border-top-left-radius: 5px; } .headerroundedright { border-top-right-radius: 5px; } .numberrequired { font-size:20px; text-alignment:center; } .numberrequired { font-size:20px text-alignment:center; } .editOptions { background: none repeat scroll 0 0 transparent; border:none; } li#about { } #p-logo { } #stationpieces tr { border-style: solid; border-width: 1px; } .stationpicture { text-align:center; } .stationpicture img { max-width: 100%; height: auto; } /* Semantic Edit Notice */ .smw-editpage-help { } /* Login Button Color */ .mw-ui-button.mw-ui-constructive { background: #7292CA; border: 1px solid #7292CA; } /* Social Profile Topbar */ #profile-top { background: none; } /* Help Button to mediawiki.org */ .mw-indicators { } /* Semantic Form Styling */ .multipleTemplateInstance { background-color: transparent; } /* Header Tabs Styling */ div#headertabs.large.ui-widget { background-color: #171717; border-color: #171717; } .ui-tabs .ui-tabs-nav { border-color: #1E1E1E; background: #1E1E1E; font-family: StarbounD; font-size: 14px; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #2E2E2E; border-color: #171717; } .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { color:white; cursor:pointer; } .ui-widget-content { background: transparent; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { background-color: #494949; }