Skyrim Wiki
No edit summary
No edit summary
Line 140: Line 140:
   
 
/* actions menu */
 
/* actions menu */
#mw-head div.vectorMenu h5 {
 
background-image: none;
 
}
 
 
 
div.vectorMenu ul {
 
div.vectorMenu ul {
border-style: solid;
+
background-color: #000000;
border-color: #3c3c3c;
+
border: 1px solid #3c3c3c;
 
}
 
}
   
div.vectorMenu h5 a,
 
 
div.vectorMenu h3 a {
 
div.vectorMenu h3 a {
 
background-image: none;
 
background-image: none;
 
}
 
}
   
div.vectorMenu li a {
+
div#mw-head div.vectorMenu li a {
color:#000000;
+
color: #aaaaaa;
 
}
 
}
   

Revision as of 12:17, 4 February 2016

/* CSS placed here will affect users of the Vector skin */

/* For items that only display in the mobile view */
.mobileonly {
    display: none;
}

/* Removes the header from the main page */
body.page-Skyrim_Wiki h1.firstHeading {
   display:none;
}

body {
    background: url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/f/f8/Bg-top.jpg) repeat-x scroll top #010101;
}

#pageWrapper {
    margin-right: 10px;
}

#mw-page-base {
    background: transparent !important;   
}

#mw-head-base {
    background-image: url("http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png");
    background-color: transparent;
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    border-top: 1px solid #676767;
    bottom: 0;
    height: 42px;
    margin-right: 10px;
    margin-top: -42px;
}

/* sidebar */
div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav div.portal {
    background-image: none;
}

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #DDDDDD;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #ABABAB;
}

div#mw-panel div.portal div.body ul li a:hover {
    color: #ffffff;
}

div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* tabs */
#right-navigation {
    float: right;
    margin-right: 16px;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs span {
    background-image: none;
    border-right: medium none;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited,
div.vectorTabs li.selected a:visited span {
    color: #CCCCCC !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 1px black;
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
div.vectorTabs li a,
.vectorTabs li a span {
    color: #AAAAAA;
}

div#mw-head a:hover,
div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color:#6ABEC3;
}

div.vectorTabs li a {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
    border-bottom: medium none;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

/* removing "share" menu */
#p-sharing {
    display: none;
}

/* actions menu */
div.vectorMenu ul {
    background-color: #000000;
    border: 1px solid #3c3c3c;  
}

div.vectorMenu h3 a {
    background-image: none;
}

div#mw-head div.vectorMenu li a {
    color: #aaaaaa;
}

div.vectorMenu {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFsbGxmpqa3d3deXl58/n79CzHcQAAAAV0Uk5T/////wD7tg5TAAAAMklEQVR42mJgwQoYBkqYiZEZAhiZUFRDxWGicEPA4nBRhNlAcYQokpVMDEwD6kuAAAMAyGMFQVv5ldcAAAAASUVORK5CYII=");
	border: medium none;
}

div#mw-head div.vectorMenu h3,
div.vectorMenu h3 > a {
    background-image: none;
}

div.vectorMenu h3 span {
    color: #aaaaaa;
}

/* article content area */
div#content {
    background: rgba(0, 0, 0, 0.7);
    border-right: 1px solid #676767;
    border-top: 0px solid #676767;
    border-bottom: 1px solid #676767;
    border-left: 1px solid #676767;
    box-sizing: border-box;
    color: #CCCCCC;
}

.catlinks {
    background-color: #222222;
    border: 1px solid #6ABEC3;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}

/* anchors and titles */
a,
a:hover,
div#content a.external,
div#content a.external:hover,
div#content a.extiw,
div#content a.extiw:active {
    color: #6ABEC3;
}

a:visited,
div#content a.external:visited,
div#content a.extiw:visited {
    color: #3E9DA3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6ABEC3;
}

h1,
h2 {
    border-bottom: 1px solid #6ABEC3;
}

h3,
h4,
h5,
h6 {
    border-bottom: 0px solid #262626;
}


/* lists */
ul {
    list-style-image: url('http://hydra-media.cursecdn.com/skyrim.gamepedia.com/7/7a/Bullet.png');
}

/* footer */
div#footer {
    background-image: none;
}

div#footer ul li {
    color: #E0E0E0;
}

div#footer a { 
    color: #6ABEC3; 
}

div#footer a:hover { 
    color: #ffffff; 
}

div#footer a:visited {
    color: #6ABEC3;
}

/* other screen elements */
abbr,
acronym,
.explain {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted black;
    color: #6ABEC3;
    cursor: help;
}

fieldset {
    border: 1px solid #676767;
}

h2.mw-specialpagesgroup {
    background-color: #222222;
    border: 1px solid #676767;
    padding: 4px;
}

code {
    background-color: #333333;
    color: #c0c0c0;
}

pre, .skin-hydradark .mw-code {
    background-color: #333333;
    border: 1px solid #676767;
    color: #c0c0c0;
}

div#mw-js-message {
    background-color: #000000 !important;
}

.not-patrolled {
    background-color: #EFEFEF;
    color: black;
}

.CategoryTreeToggle {
    color: #6ABEC3;
}

/* tables of contents */
div#toc,
div.toc,
div.mw-warning {
    background-color: #222222;
    border: 1px solid #676767;
    font-size: 95%;
    padding: 5px;
}

ul#filetoc {
    background-color: transparent;
    border: 1px solid #676767;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

/* Page history */
#pagehistory li {
    background-color: transparent;
    border: 0px solid white;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: #000000;
    background-image: none;
    border: 1px solid #676767;
    padding: 3px;
}

.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background-color: rgba(0, 0, 0, 0);
}

td.diff-context {
    background: none repeat scroll 0 0 #282828;
    color: #c0c0c0;
}

.mw-plusminus-pos {
    color: #7DBA84;
}

.mw-plusminus-neg {
    color: #CC2200;
}

/* tables */
.mw-collapsible-toggle {
    -moz-user-select: none;
    float: right;
    font-size: 90%;
    font-weight: normal;
}

table {
    color: #CCCCCC;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.skin-hydradark table.wikitable {
    border: 1px solid #676767;
    border-collapse: collapse;
}

.skin-hydradark table.wikitable > tr > th,
table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px solid #676767;
    padding: 3px;
    color: #c0c0c0;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #282828;
    text-align: center;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    background: none repeat scroll 0 0 #000000;
}

.skin-hydradark .wikitable td
    border: 1px solid #404040;
    color: #ffffff;
    padding: 0.2em;
}

.TablePager th {
    background-color: #222222;
}

.TablePager td {
  background-color:transparent;
}

.TablePager tr:hover td {
  background-color: #343434;
}

.mw-datatable th {
    background-color: #222222 !important;
}

#mw-allmessagestable .allmessages-customised td.am_default {
    background-color: #000000;
}

#mw-allmessagestable td.am_actual {
    background-color: #1F383D;
}

/* colour fix for metadata box (mostly for the image file pages) */
table.mw_metadata th {
    background-color: #222222;
}

table.mw_metadata td {
    background-color: #222222;
}

/* preferences */
.skin-hydradark #preferences {
    background-color: transparent;
    background-image: none;
    border: 1px solid #AAAAAA;
    clear: both;
    float: left;
    margin: -2px 0 0;
    width: 100%;
}

.skin-hydradark #preftoc {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.skin-hydradark #preftoc li.selected a {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #CCCCCC;
    text-decoration: none;
}

.skin-hydradark #preftoc li a {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #6ABEC3;
    text-decoration: none;
}

.skin-hydradark #preferences legend {
    color: #6ABEC3;
}

.skin-hydradark #preftoc li {
    background-image: none;
}

/* thumbnails */
div.thumb {
    background-color: #0F0F0F;
    border-color: transparent;
}

div.thumbinner {
    background-color: #0F0F0F;
    border: 1px solid #676767;
}

.skin-hydradark img.thumbborder {
    border: 1px solid #676767;
    padding: 2px;
}

html .thumbimage {
    border: 0px solid #CCCCCC;
}

.highlight img,
.highlight a img {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}

/* Tables */
table.gallery {
    background-color: transparent;
    border: 1px solid #676767;
    margin: 2px;
    padding: 2px;
}

table.gallery td {
    background-color: #202020;
    border: 2px solid #CCCCCC;
}

div.gallerybox div.thumb {
    border: 0px solid #CCCCCC;
}

/* colour fix for thumbnail galleries */
li.gallerybox div.thumb {
    background-color: transparent;
    border: medium none;
}

li.gallerybox {
    border: 1px solid #6ABEC3;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: #0F0F0F;
    border-color: #6ABEC3 !important;
}

.mw-search-formheader {
    background-color: #0F0F0F;
    border: 1px solid #6ABEC3;
    margin-top: 1em;
}

.mw-search-formheader div.search-types ul li.current a {
    color: #C0C0C0;
}

/* colour fix for file history page */
table.filehistory th {
    color: white;
}


/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #676767;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs {
    background-color: #676767;
    border-left: 1px solid #000000;
    border-top: 1px solid #676767;
}

div.wikiEditor-ui-tabs div {
    background-color: #1D1D1D;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs div a {
    background: #676767; 
    color: #CCCCCC;
}

div.wikiEditor-ui-tabs div.current {
	background-color: #676767;
	border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-tabs div.current a {
   color: #ffffff;
}

div.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid #676767;
}

div.wikiEditor-ui-toolbar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #676767;
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #676767;
   border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
   color: #E0E0E0;
}

.tab {
   border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: #E0E0E0;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: #ffffff;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #676767;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #6abec3;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
	background-color: #0A0B0C;
	color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #0a0b0c;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #676767;
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #676767;
    color: #6abec3;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #676767;
    color: #E0E0E0;
}

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: transparent;
}

div.editOptions {  
    background-color: #0A0B0C;
    border-color: -moz-use-text-color #676767 #676767;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

/* should add a middle section to the new header*/
.capsmid {
    background: url("http://hydra-media.cursecdn.com/skyrim.gamepedia.com/7/75/Newheader_middle.png") repeat-x scroll 0 0 transparent;
}

/* Formerly in common.css */
.contentbox {
   background-color: #1E1E1E;
   padding: 10px;
   border: 1px solid #676767;
}

.contentbox_header {
   padding-bottom: 12px;
   font-size: 13px;
   color: #FFFFEC;
   text-shadow: #000 0px 1px 0px;
   font-weight: bold;
}

div.header-bg {
    background:#282828 url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

th.header-bg {   
    background:#282828 url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

.header-bg.th.headerSort {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/3/36/Sort_both_white.gif), url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: center right, top left;
}

.header-bg.th.headerSortDown {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/5/56/Sort_down_white.gif), url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) !important;
}

.header-bg.th.headerSortUp {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/8/82/Sort_up_white.gif), url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) !important;
}

.skin-hydradark th.header-bg.th.unsortable {
    background-image: url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png);
}

div.header-bg1 {
    background:#282828 url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/7/70/Head-bg1.png) no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 3px;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/3/36/Sort_both_white.gif), url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: center right, top left;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/5/56/Sort_down_white.gif), url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: center right, top left;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-image: url(http://hydra-media.cursecdn.com/commons.cursetech.com/8/82/Sort_up_white.gif), url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: center right, top left;
}

.skin-hydradark table.jquery-tablesorter th.unsortable {
    background-image: url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png);
}

/* INFOBOXES */
.infoboxtable {
    border: 1px solid #676767; 
    background: #0F0F0F; 
    color: #CCCCCC;
    float: right; 
    font-size: 90%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 25em;
}

.infoboxtable img,
.infoboxtable a img {
    background: rgba(0,0,0,0);
    -webkit-filter: drop-shadow(0px 0px 10px #666666);
    filter: drop-shadow(0px 0px 3.5px #666666) drop-shadow(1px 1px 1px #666666);
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background: none repeat scroll 0 0 #282828;
    padding-right: 2px;
    font-weight: bold;
    padding:0.5px 7px;
    text-align: right;
}

.infoboxname {
    font-size: 120%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails, .infoboxdescription {
    padding:0em;
}

.infoboxname, .infoboxdetails, .infoboxdescription {
    background: #282828 url(http://hydra-media.cursecdn.com/skyrim.gamepedia.com/1/15/Head-bg.png) no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
    color: #CCCCCC;
    padding: 3px;
}

/* Controls the color scheme for common tables */
.swtable {
    background-color: #0F0F0F;
}

.swtable th {
    background-color:#282828;
}

.swtable th.header {
    background: transparent;
    border: 1px solid #676767;
    padding: 3px;
}

.swborder {
    border: 1px solid #676767;
    border-collapse: collapse;
}

.swborder td,
.swborder th {
    border: 1px solid #676767;
}

/* Old Navbox template style */
/* .navbox {
    border: 1px solid #676767;
    font-size: 0.9em;
}

.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: right;
    white-space: nowrap;
    width: 1px;
}

.navbox th.header {
    text-align: center;
}

.navboxv {
    border: 1px solid #676767;
    font-size: 0.9em;
    margin: 0px auto;
    text-align: center;
}
*/

/* New Navbox template style */
table.navbox {
    border: 1px solid #67676;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

.navbox-group {
    white-space: nowrap;
    /* @noflip */text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: #0f0f0f;
}

.navbox-list {
    border-color: #0f0f0f;   /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: #151414;
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #1c1b1b;
    color: #fff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #242222;
    color: #fff;
}

/* Even row striping */
.navbox-even {
    background: #0e0c0c;
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    /* @noflip */float: right;
    font-weight: normal;
    /* @noflip */text-align: right;  
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End Navbox styling */

/* This is stuff for tables with alternating coloured lines, aka pyjama paper */
.pyjama tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #1e1e1e;
}

.pyjama tr:nth-child(2n) {
    background: none repeat scroll 0 0 #000000;
}

/* Tabber styling */
.tabberlive,
.tabberlive .tabbertab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: none !important;
    padding: 0px !important;
}

ul.tabbernav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: none !important;
    text-align: center !important;
}

ul.tabbernav li a:link {
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    color: #676767 !important;
}

ul.tabbernav li a:hover {
    background-color: #0F0F0F !important;
    border: none !important;
    color: #FFFFFF !important;
}

ul.tabbernav li.tabberactive a {
    background-color: #0F0F0F !important;
    border: 1px solid #676767 !important;
    border-radius: 5px;
    box-shadow: 0 0.1em 0.5em #D5D4D4;
    color: #CCCCCC !important;
}

/* MsUpload text colour tweak */
#upload-list .green {
    color: #000000;
}

#upload-list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload-list .file .file-title,
#upload-list .file .file-size,
#upload-list .file .file-warning {
	color: #cccccc;
}

#upload-list .file-warning p {
    color: #555555;
}

.check-span {
    color: #ffffff;
}