This commit is contained in:
Rachael Alexanderson 2017-06-18 08:43:26 -05:00
commit cc801c775e
4 changed files with 30 additions and 11 deletions

View File

@ -222,9 +222,9 @@ dl.details dd {
color: #BC2A4D;
}
.reported {
background-color: #F7ECEF;
}
/*.reported {
background-color: transparent;
}*/
li.reported:hover {
background-color: #ECD5D8 !important;
@ -239,7 +239,7 @@ div.rules {
}
p.rules {
background-color: #2584a2;
background-color: #2f566b;
color: #d7d7d9;
}
@ -990,7 +990,7 @@ Colours and backgrounds for forms.css
----------------------------------------*/
select {
border-color: #336b99;
background-color: #666666;
background-color: #999999;
border-style: solid;
}
@ -1026,13 +1026,13 @@ fieldset.quick-login input.inputbox {
----------------------------------------*/
message-box textarea {
color: #a7a7a9;
color: #bbbbbb;
}
/* Input field styles
---------------------------------------- */
.inputbox {
background-color: #1c2027;
background-color: #111215;
border-color: #336b99;
border-style: solid;
color: #a7a7a9;

View File

@ -593,9 +593,9 @@ li.pagination {
font-size: 1em;
}
.reported {
background-color: #f7f7f7;
}
/*.reported {
background-color: #f7eceF;
}*/
li.reported:hover {
background-color: #ececec;

View File

@ -295,6 +295,12 @@ div[class].topic-actions {
clear: both;
}
.leftprofile .postbody {
float: right;
border-left: 1px solid #FFFFFF;
padding-left: 10px;
}
.postbody .ignore {
font-size: 1.1em;
}
@ -803,6 +809,15 @@ fieldset.polls dd div {
float: right;
display: inline;
}
.leftprofile .postprofile {
float: left;
border-left: none;
padding-left: 0px;
margin-left: 0px;
width: 150px;
}
.pm .postprofile {
border-left: 1px solid #DDDDDD;
}
@ -828,6 +843,10 @@ fieldset.polls dd div {
background-repeat: no-repeat;
}
.leftprofile .online {
background-position: 100% 0;
}
/* Poster profile used by search*/
.search .postprofile {
width: 30%;

View File

@ -268,7 +268,7 @@ fieldset.submit-buttons input {
min-width: 100%;
max-width: 100%;
font-size: 1.2em;
color: #888888;
color: #bfbfbf;
}
/* Emoticons panel */