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

428 lines
7.2 KiB
CSS
Raw Normal View History

/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: debianforum
Based on style: prosilver (the default phpBB 3.1.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by:
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("colours.css");
@import url("imageset.css");
@import url("df_images.css");
.page-sideb2ar-left {
/*display: flex; */
display:block;
float:left;
overflow:hidden;
background-color: "#ff00ff";
margin-top:120px;
width:10%;
margin-left: 10px; padding: 20px;
}
.head2erbar {
margin-left: 100px;
background-color: #12a3eb;
/* background-image: url("./images/bg_header.gif"); */
display:block;float:left;
padding: 25px;
}
#sides{
margin:0;
}
#left{
float:left;
width:25%;
overflow:hidden;
}
#wrap{
/*float:right; */
/* width:75%; */
overflow:hidden;
}
@media (min-width: 650px) {
#wrapdf{
overflow:hidden;
border: none;
border-radius: 0;
margin: 0;
min-width: 290px;
}
}
.klumpatsch {
float:left;
display:block;
overflow:hidden;
margin-left: 150px;
background-color: #12a3eb;
/* background-image: url("./images/bg_header.gif"); */
padding: 25px;
}
dfnavibar {
order:2;
float: left;
width: 130px;
/* border: 3px solid #C6C6C6; */
}
#wrap {
overflow: hidden;
}
#wrapoverallheader {
background-color: #fff; /*hintergrundfarbe seite */
border: 1px solid transparent;
border-color: #e6e9ed;
border-radius: 8px;
overflow: hidden;
padding: 7px;
}
/*Hauptseite*/
.icon.forum_read {
background-image: url("./images/forum_read.png");
background-repeat: no-repeat;
}
/*Kategorien*/
.icon.topic_read {
background-image: url("./images/forum_read.png");
background-repeat: no-repeat;
}
.icon.topic_read {
background-image: url("./images/forum_read.png");
background-repeat: no-repeat;
}
.forum_read {
background-image: url("./images/forum_read.gif");
}
.page-body {
float:right;
}
/* kann sein dass das tut, noetig fuer order:2 fuer navi und order:3 fuer beitraege ... mal sehn */
body {
padding: 0px 0;
font-size: 10px;
display:flex;
flex-flow: column;
}
/* zitaticon soll nicht aussehn wie der rest */
.quote-icon {
box-shadow: "" ! important;
border:0px;
content:"";
background-image: "" ! important;
background-color: #F3F3F3;
width: 56px;
padding: 50px 0 50px 0;
border-color: "" ! important;
color: "" ! important;
background-repeat: no-repeat;
}
/*
.dfzitatbutton {
background-image:
url("./images/icon_post_quote.gif")
}*/
.quote-icon:after {
background-image: "" ! important;
}
.quote-icon:hover:after {
background-image: "" ! important;
border:0px;
content:"";
/* padding: 50px 0 50px 0; */
}
.quote-icon:hover:before {
background-image: "" ! important;
content:"";
}
.quote-icon:hover{
background-image: "" ! important;
background-image: url("./images/icon_post_quote_r.gif") ;
border:0px;
content:"";
width: 55px;
/* padding: 50px 0 50px 0; */
}
/* dads */
.forabg {
border-radius: 5px;
margin-right: 3px;
}
.forabg {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors:none;
-moz-border-top-colors: none;
background-color: #dbdbdb;
border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 3px;
color: #000000;
}
.forabg {
clear: both;
margin-bottom: 4px;
padding: 0 5px;
}
* {
margin: 0;
padding: 0;
}
2017-07-04 13:58:58 +02:00
.newPMarrived, .newPMarrived:hover {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #d70751;
border-color: #d70751 #d70751 #d70751 #d70751;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 1px;
color: #000000;
margin: 0.0em 0em 0em;
font-size: 0.8rem;
margin: 0em 1.0em 0em 1.4em;
padding: 0 0 0 6px !important;
}
.menuitem {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f0f0f0;
border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 3px;
color: #000000;
margin: 0.5em 0 0;
padding: 0.1em 0.2em;
text-transform: uppercase;
width: 80%;
border-radius: 3px;
font-size: 0.8rem;
}
.menusubitem {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
/* background-color: #f0f0f0; */
border-color: #d0d0d0 #d0d0d0 #d0d0d0 #dd0d0d0;
border-image: none;
border-style: solid;
color: #000000;
margin: 0.5em 0.2em 0;
padding: 0.1em 0.2em;
border-radius: 3px;
width: 80%;
font-size: 0.75rem;
}
.forumbg {
border-radius: 5px;
margin-right: 3px;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors:none;
-moz-border-top-colors: none;
background-color: #dbdbdb;
border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 3px;
color: #000000;
clear: both;
margin-bottom: 4px;
padding: 0 5px;
}
.headerbar {
background-color: #f0f0f0;
border-bottom: 1px solid #b0b0b0;
color: #707070;
margin-bottom: 4px;
padding: 0 5px;
}
#site-description {
padding-left: 40px;
}
#site-description h1 {
/*
margin-right: 0;
*/
}
h1 {
color: #606060;
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
font-size: 40px;
font-weight: 100;
margin: 14px 0 0 69px;
}
.logo{
/* float:none; */
padding-left: -40px;
}
.imageset.site_logo {
padding-top: 80px;
background-image: url("./images/site_logo.gif");
padding-left: 80px;
/* background: transparent none no-repeat scroll 0 0; */
display: inline-block !important;
height: 0;
margin-left: -20px;
overflow: hidden;
width: 0;
}
ul.forums {
background-color: #f0f0f0;
}
a.forumtitle {
color: #4d4d4d;
font-family: Arial,sans-serif,"Lucida Grande","Trebuchet MS",Helvetica,Verdana;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
.postbody.fist {
font-size: 5em;
}
li.header dt, li.header dd {
color: #000000;
}
.forumbg .header a, .forabg .header a, th a {
color: #000000;
}
.button {
/*color: #d3111a;*/
color: #aa0040;
font-weight: bold;
}
.site-description p {
color: #606060;
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
font-size: 40px;
font-weight: 100;
margin: 14px 200px 30px 69px;
padding-left: 50px;
}
.icon-button::before {
margin: 2px 0 0 2px;
}
.post-buttons .icon-button {
padding: 1px 5px;
}
.quote-icon:before {
background-image: "" ! important;
}