Skip to content

Commit

Permalink
иновационные нано-теги; фикс курсива в black/white2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Mar 30, 2012
1 parent bdc85d4 commit 4288451
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 17 deletions.
12 changes: 12 additions & 0 deletions src/main/webapp/black/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,18 @@ div.quote {
content: "[";
}

.tag a {
font-style: italic;
}

.message-table .tag:after {
content: "]";
}

.message-table .tag:before {
content: "[";
}

@media screen and (max-width:360px) {

#head-main {
Expand Down
14 changes: 1 addition & 13 deletions src/main/webapp/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ pre {
text-align: center;
}

.tag {
font-style: italic;
}

input.error {
margin: inherit;
padding: inherit;
Expand Down Expand Up @@ -454,12 +450,4 @@ article, aside, details, figcaption, figure, footer, header, hgroup, nav, sectio

.hideon-desktop {
display: none;
}

.message-table .tag:after {
content: "]";
}

.message-table .tag:before {
content: "[";
}
}
10 changes: 6 additions & 4 deletions src/main/webapp/tango/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ p {
font-size: 0.8em;
}

.tag {
font-style: normal;
}

div.msg_body h1 {
font-weight: bold;
font-size: medium;
Expand Down Expand Up @@ -366,6 +362,12 @@ div.quote {
zoom: 1;
}

.message-table .tag {
border-radius: 3px;
font-size: 0.8em;
padding: 1px 4px 2px;
}

@media screen and (max-width: 800px) {
.hideon-tablet {
display: none;
Expand Down
4 changes: 4 additions & 0 deletions src/main/webapp/tango/tango-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,8 @@ fieldset legend {

.message-table a.secondary {
color: #babdb6 !important;
}

.message-table .tag {
background-color: #555753;
}
4 changes: 4 additions & 0 deletions src/main/webapp/tango/tango-swamp.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ fieldset legend {

#bd .nav li a:visited {
color: #3F77FF;
}

.message-table .tag {
background-color: #C7CBB1;
}
12 changes: 12 additions & 0 deletions src/main/webapp/white2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,15 @@ div#hd a, div#hd a:visited {
margin-top: 0.5em;
list-style: none;
}

.tag a {
font-style: italic;
}

.message-table .tag:after {
content: "]";
}

.message-table .tag:before {
content: "[";
}

0 comments on commit 4288451

Please sign in to comment.