1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Merge branch 'prosilverhistory'

versuch live und prosilver 3.2.1 zu mergen, teilweise erfolgreich
This commit is contained in:
eggy
2017-07-18 18:03:33 +02:00
105 changed files with 210 additions and 202 deletions

View File

@@ -97,10 +97,18 @@ b, strong {
font-weight: bold;
}
.text-strong {
font-weight: bold;
}
i, em {
font-style: italic;
}
.text-italics {
font-style: italic;
}
u {
text-decoration: underline;
}
@@ -133,6 +141,7 @@ a:hover { text-decoration: underline; }
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 0px 7px 0px 7px;
}
@@ -159,15 +168,15 @@ a:hover { text-decoration: underline; }
}
@media only screen and (min-width: 680px) {
.page-body {
margin: 4px 0;
clear: both;
.page-body {
margin: 4px 0;
clear: both;
float:right;
/* margin-left: 160px;
margin-right: 16px;
padding-left: 15px; */
width:85%;
}
}
.debianforumde-sidebar {
margin-top:4px;
@@ -227,8 +236,6 @@ a:hover { text-decoration: underline; }
margin-left: 2px;
overflow: hidden;
}
/* Site description and logo */
.site-description {
@@ -263,14 +270,15 @@ a:hover { text-decoration: underline; }
border-style: solid;
border-width: 1px 1px 1px 3px;
color: #000000;
clear: both;
margin-bottom: 4px;
padding: 5px;
clear: both;
/* clear: both; */
margin-right: 3px;
padding: 0 5px;
border-radius: 7px;
}
.forumbg {
margin-bottom: 4px;
padding: 5px;
@@ -947,6 +955,11 @@ fieldset.fields1 dl.pmlist dd.recipients {
.row .pagination {
display: block;
margin-top: -0.8em; /*TODO: macht evtl woanders was kaputt */
/*
margin-top: 0.3em;
margin-top: -12px;
*/
}
.row .pagination > ul {
@@ -959,6 +972,8 @@ fieldset.fields1 dl.pmlist dd.recipients {
font-size: 9px;
}
/* TODO: .topic-poster ist raus aus 3.2.1, benutzen wir das irgendwo? */
.topic-poster {
float: left;
padding-right: 0.5em;
@@ -1316,7 +1331,7 @@ ul.linklist:after,
margin: 0 7px 0 0;
}
.linklist.compact .rightside > a > span span {
.linklist.compact .rightside > a > span {
display: none;
}