source: main/kwarapoly.theme/trunk/kwarapoly/theme/browser/stylesheets/main.css @ 10866

Last change on this file since 10866 was 10866, checked in by Henrik Bettermann, 11 years ago

Fill trunk

File size: 2.1 KB
Line 
1/* Stylesheet for the 'KwaraPoly Theme' Plone theme */
2
3
4.content-container img {
5    border: 0px solid #E0E0E0;
6    margin: 5px;
7}
8
9#partners-tile table{
10        width:100%;
11        height:100%;
12        border-collapse:separate;
13}
14#partners-tile td div{
15        padding-right:0%;
16}
17#partners-tile td{
18        display:table-cell;
19        vertical-align:middle;
20        height:120px;
21        text-align:center;
22}
23
24#partners-tile table tr td:first-child div{
25        padding-left:0%;
26        }
27#partners-tile table tr td:last-of-type div{
28        padding-right:0%;
29        }
30       
31#partners-tile .title{
32        display:none;
33}
34
35
36#content .documentDescription, #content #description {
37    color: #333333;
38    font-family: 'Open Sans',sans-serif;
39    font-size:14px;
40    margin-bottom:20px;
41    font-weight:bold;
42}
43
44.image-left{
45        margin-right:15px !important;
46}
47.image-right{
48        margin-left:15px !important;
49}
50
51body#content ul, body#content ol {
52    margin: 0 0 10px 25px !important;
53    padding: 0;
54}
55body#content,
56body#content h1,
57body#content h2,
58body#content h3,
59body#content h4,
60body#content h5{
61    font-family: 'Open Sans',sans-serif;
62}
63body#content {
64        color:#333;
65        font-size:14px;
66}
67
68body#content h3 {
69    color: #006633;
70    font-size: 22.5px;
71}
72.mceIframeContainer iframe{
73        height:400px !important;
74}
75.highlight{
76        color: #006633;
77        font-weight: bold;
78        text-shadow: none;
79}
80
81
82#viewlet-below-content{
83        display:block;
84        clear:both;
85}
86#user-options{
87        max-width:330px;
88        text-align:right;
89}
90
91
92.label:empty, .badge:empty {
93        display:inline-block;
94}
95
96#content div.newsImageContainer p.discreet {
97    background-color: rgba(40, 40, 40, 0.7);
98    color: White;
99    font-weight: bold;
100    left: 5px;
101    margin: 0;
102    padding: 0.5em;
103    position: relative;
104    top: -38px;
105    width: 189px;
106}
107
108
109/** responsive Banners **/
110@media(min-width:768px) and (max-width:979px){
111#user-options{
112                max-width:100%;
113                width:auto;
114                text-align:right;
115        }
116
117}
118@media(max-width:767px){
119        #user-options{
120                max-width:100%;
121                width:auto;
122                text-align:right;
123        }
124        #partners-tile td {
125                display: block;
126                height: 150px;
127                width:100%;
128        }
129        #partners-tile td div{
130                padding:0px !important;
131                margin:0px !important;
132                text-align:center;
133    }
134}
135@media(max-width:480px){
136        .navbar-form input[type="text"] {
137                width: 66%;
138        }
139}
Note: See TracBrowser for help on using the repository browser.