зеркало из https://github.com/mozilla/kitsune.git
Move forums CSS from main.css to forums.css and clean it up
This commit is contained in:
Родитель
dd9d4211b4
Коммит
7f8b30e481
|
@ -10,7 +10,8 @@ ol.posts {
|
|||
}
|
||||
|
||||
ol.forums-columns li,
|
||||
ol.threads-columns li {
|
||||
ol.threads-columns li,
|
||||
ol.posts-columns li {
|
||||
background-color: #f0f0f0;
|
||||
border-bottom: 2px solid #e4e4e4;
|
||||
color: #afaba3;
|
||||
|
@ -28,7 +29,7 @@ ol.forums-columns li {
|
|||
|
||||
ol.posts-columns li {
|
||||
font-size: 10px;
|
||||
padding: 1.1em 1% 1% 1%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ol.threads-columns a {
|
||||
|
@ -137,6 +138,56 @@ ol.posts li div.author a {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
ol.posts li div.author a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ol.posts li div.author a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ol.posts li div.author span.posts {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ol.posts li div.content {
|
||||
float: left;
|
||||
padding: 0 1% 1em 1%;
|
||||
width: 72.9%;
|
||||
}
|
||||
|
||||
ol.posts li div.info {
|
||||
clear: left;
|
||||
border-top: 1px solid #e4e4e4;
|
||||
padding: 1em 1em 1em 1%;
|
||||
}
|
||||
|
||||
ol.posts li div.info a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ol.posts li:hover div.info a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ol.posts li div.info span.post-action {
|
||||
float: right;
|
||||
}
|
||||
|
||||
div#thread-reply {
|
||||
background-color: #edf7fA;
|
||||
}
|
||||
|
||||
div#thread-reply h3 {
|
||||
padding: .5em 0 0 .5em;
|
||||
font-weight: normal;
|
||||
font-size: 180%;
|
||||
}
|
||||
|
||||
p#thread-locked {
|
||||
padding: .5em 0 1.2em 1em;
|
||||
}
|
||||
|
||||
a#new-thread {
|
||||
background: url(../img/forums/arrow.png) no-repeat scroll left center transparent;
|
||||
float: left;
|
||||
|
@ -145,10 +196,6 @@ a#new-thread {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
ol.posts li div.author a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.thread-actions {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
@ -285,10 +332,6 @@ form.new-thread div.form-widget label {
|
|||
float: left;
|
||||
}
|
||||
|
||||
form.new-thread div.form-widget div.forum-editor-tools {
|
||||
margin: 0 0 0 10em;
|
||||
}
|
||||
|
||||
/* Delete Thread/Post Confirmation */
|
||||
div.thread-to-delete label,
|
||||
div.post-to-delete label {
|
||||
|
@ -337,3 +380,43 @@ span.locked {
|
|||
background: #fff0cb url(../img/forums/type/locked.png) no-repeat 8px center;
|
||||
color: #a4813b;
|
||||
}
|
||||
|
||||
/* Forums markup editor */
|
||||
form.new-thread div.form-widget div.forum-editor-tools {
|
||||
margin: 0 0 0 10em;
|
||||
}
|
||||
|
||||
div.forum-editor {
|
||||
float: left;
|
||||
width: 65%;
|
||||
padding: 1em 0 1em 1em;
|
||||
}
|
||||
|
||||
div.forum-editor textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.forum-editor-notes {
|
||||
float: left;
|
||||
padding: 1em 0 0 1em;
|
||||
}
|
||||
|
||||
div.forum-editor-notes p {
|
||||
margin-top: .8em;
|
||||
}
|
||||
|
||||
div.forum-editor-actions {
|
||||
clear: both;
|
||||
border-top: 2px solid #fff;
|
||||
padding: 1em 2em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.forum-editor-tools img {
|
||||
margin: 0 0.3em 0 0;
|
||||
}
|
||||
|
||||
img.markup-toolbar-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* End markup editor */
|
||||
|
|
|
@ -478,122 +478,3 @@ ol.pagination li {
|
|||
ol.pagination li.selected a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* Discussion forums, viewing posts in a thread. */
|
||||
ol.posts-columns,
|
||||
ol.posts {
|
||||
list-style-type: none;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
ol.posts-columns li {
|
||||
float: left;
|
||||
background: #f0f0f0;
|
||||
color: #afaba3;
|
||||
border-bottom: 2px solid #e4e4e4;
|
||||
padding: 2.5em 0 1% 2%;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ol.posts-columns li.author {
|
||||
width: 20%;
|
||||
margin-right: 1%;
|
||||
}
|
||||
|
||||
ol.posts-columns li.message {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
ol.posts li {
|
||||
border-color: #e4e4e4;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
ol.posts li:nth-child(even) {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
ol.posts li div.author {
|
||||
float: left;
|
||||
width: 21%;
|
||||
padding: 0 0 1em 2%;
|
||||
}
|
||||
|
||||
ol.posts li div.author a {
|
||||
font-weight: bold;
|
||||
color: green;
|
||||
display: block;
|
||||
}
|
||||
|
||||
ol.posts li div.author a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ol.posts li div.author span.posts {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ol.posts li div.content {
|
||||
float: left;
|
||||
padding: 0 1% 1em 1%;
|
||||
width: 72.9%;
|
||||
}
|
||||
|
||||
ol.posts li div.info {
|
||||
clear: left;
|
||||
border-top: 1px solid #e4e4e4;
|
||||
padding: 1em 1em 1em 1%;
|
||||
}
|
||||
|
||||
ol.posts li div.info a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ol.posts li:hover div.info a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ol.posts li div.info span.post-action {
|
||||
float: right;
|
||||
}
|
||||
|
||||
div#thread-reply {
|
||||
background-color: #edf7fA;
|
||||
}
|
||||
|
||||
div#thread-reply h3 {
|
||||
padding: .5em 0 0 .5em;
|
||||
font-weight: normal;
|
||||
font-size: 180%;
|
||||
}
|
||||
|
||||
p#thread-locked {
|
||||
padding: .5em 0 1.2em 1em;
|
||||
}
|
||||
|
||||
div.forum-editor {
|
||||
padding: 1em 0 1em 1em;
|
||||
}
|
||||
|
||||
div.forum-editor textarea {
|
||||
width: 654px;
|
||||
}
|
||||
|
||||
div.forum-editor-actions {
|
||||
clear: both;
|
||||
border-top: 2px solid #fff;
|
||||
padding: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.forum-editor-tools img {
|
||||
margin: 0 0.3em 0 0;
|
||||
}
|
||||
|
||||
img.markup-toolbar-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче