mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 14:41:53 +00:00
Merge commit 'refs/pull/7/head' of https://github.com/raa-eruanna/zdoom-styles
This commit is contained in:
commit
cc801c775e
4 changed files with 30 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -593,9 +593,9 @@ li.pagination {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
.reported {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
/*.reported {
|
||||
background-color: #f7eceF;
|
||||
}*/
|
||||
|
||||
li.reported:hover {
|
||||
background-color: #ececec;
|
||||
|
|
|
@ -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%;
|
||||
|
|
|
@ -268,7 +268,7 @@ fieldset.submit-buttons input {
|
|||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
font-size: 1.2em;
|
||||
color: #888888;
|
||||
color: #bfbfbf;
|
||||
}
|
||||
|
||||
/* Emoticons panel */
|
||||
|
|
Loading…
Reference in a new issue