1
0
Fork 0

Made h1 bgcolours pink, but topic h1 bgcolours yellow

This commit is contained in:
ryliejamesthomas 2018-01-22 07:33:09 +11:00
parent cae6a8a962
commit 23db1e28dc
1 changed files with 25 additions and 20 deletions

View File

@ -36,6 +36,13 @@ hr {
margin:1.5em 0;
}
/* Page titles: front, posts, etc. */
h1 {
background-color:#ffaec9;
border:1px solid #ffaec9;
padding:.5em !important;
}
/*
Input field stuffs - - - - - - - - -
*/
@ -84,15 +91,13 @@ blockquote.Quote, blockquote.UserQuote {
}
/* Thread title */
h1 {
background:#fff200;
border:1px solid #ffaec9;
padding:.5em !important;
.PageTitle h1 {
background-color:#fff200!important;
}
.ItemDiscussion, .DataList .Item {
padding: 1em;
border: 1px solid #ffaec9;
padding:1em;
border:1px solid #ffaec9;
}
.DataList {
@ -100,18 +105,18 @@ h1 {
}
.DataList .Item {
background:#fdfdfd !important;
background-color:#fdfdfd !important;
margin-bottom:5px;
}
.DataList .Read {
background:#fdfdfd !important;
background-color:#fdfdfd !important;
}
/* Post author info. */
.DiscussionHeader, div.Item-Header.CommentHeader {
margin:0;
background:#ffaec9;
background-color:#ffaec9;
}
/*
@ -130,7 +135,7 @@ h1 {
.BreadcrumbsWrapper {
font-size:13px;
padding:6px 10px;
background:#fafafa;
background-color:#fafafa;
border:1px dashed #eee;
margin-bottom:10px;
}
@ -150,7 +155,7 @@ h1 {
text-align:center;
box-shadow:0 1px 4px rgba(0,0,0,0.3);
border-bottom:2px solid #fff200;
background:#ffaec9;
background-color:#ffaec9;
z-index:11;
}
@ -242,7 +247,7 @@ ul.token-input-list input {
.TagCloud li {
width:100%;
background:#fdfdfd !important;
background-color:#fdfdfd !important;
float:left;
padding:6px 0;
border-radius:0 !important;
@ -263,7 +268,7 @@ ul.token-input-list input {
.Button {
padding:8px 12px;
text-shadow:0 0 0 transparent !important;
background:#fdfdfd !important;
background-color:#fdfdfd !important;
box-shadow:0 0 0 transparent !important;
border-radius:0 !important;
border-color:#ddd !important;
@ -281,7 +286,7 @@ body.Profile.EditMode #Content form {
#Panel {
float:right;
width:240px;
background:#fdfdfd;
background-color:#fdfdfd;
box-shadow:0 1px 1px rgba(0,0,0,0.1);
padding:10px;
border-radius:3px;
@ -307,7 +312,7 @@ body.Profile.EditMode #Content form {
#Body .ContentColumn {
margin:0 270px 0 0;
background:#fdfdfd;
background-color:#fdfdfd;
box-shadow:0 1px 1px rgba(0,0,0,0.1);
padding:10px;
border-radius:3px;
@ -363,7 +368,7 @@ body.Profile.EditMode #Content form {
border:0;
padding:4px;
margin:0 6px 0 0;
background:#fdfdfd;
background-color:#fdfdfd;
-moz-border-radius:2px;
-webkit-border:2px;
border-bottom:2px;
@ -380,7 +385,7 @@ body.Profile.EditMode #Content form {
#cke_Form_Body {
border:1px solid #ddd !important;
background:#fdfdfd;
background-color:#fdfdfd;
}
.cke_editable {
@ -389,7 +394,7 @@ body.Profile.EditMode #Content form {
background-color:transparent !important;
}
.cke_inner {background:#f0f0f0 !important;}
.cke_inner {background-color:#f0f0f0 !important;}
.cke_chrome {
border:0 !important;
@ -630,7 +635,7 @@ body.Profile.EditMode #Content form {
z-index:9999;
box-shadow:0 1px 4px rgba(0,0,0,0.3);
border-bottom:1px solid #333;
background:#373c4a;
background-color:#373c4a;
-webkit-transition:top 0.3s 0s;
-moz-transition:top 0.3s 0s;
transition:top 0.3s 0s;
@ -743,7 +748,7 @@ body.Profile.EditMode #Content form {
width:75%;
height:100%;
top:0;
background:#f0f0f0;
background-color:#f0f0f0;
z-index:1;
transition-property:transform;
-webkit-transition-property:-webkit-transform;