~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to qp_templates/intense/style.css

  • Committer: Tilman Blumenbach
  • Author(s): EdB
  • Date: 2010-07-22 11:40:18 UTC
  • mfrom: (7507.2.4 item-foo_stuff_again)
  • Revision ID: tilman@ax86.net-20100722114018-tdlknsdsi1i2p3ei
MergedĀ item-foo_stuff_again

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
hr{
62
62
        width:100%;
63
63
        border:0;
64
 
        margin:5px 0px !important;
65
 
        margin:2px 0px 5px 0px;
 
64
        margin:5px 0 !important;
 
65
        margin:2px 0 5px 0;
66
66
        height:1px;
67
67
        color:#777;
68
68
        background-color:#777;
106
106
}
107
107
p{
108
108
        line-height:20px;
109
 
        margin:5px 0px 15px 0px;
 
109
        margin:5px 0 15px 0;
110
110
        /*text-align:justify;*/
111
111
}
112
112
 
125
125
        width:50%;
126
126
}
127
127
.left p{
128
 
        padding:0px 10px 0px 0px;
 
128
        padding:0px 10px 0 0;
129
129
}
130
130
.right p{
131
 
        padding:0px 0px 0px 10px;
 
131
        padding:0px 0 0 10px;
132
132
}
133
133
 
134
134
/* rounded corners */
168
168
        height:20em;
169
169
}
170
170
form p{
171
 
        margin:10px 0px;
 
171
        margin:10px 0;
172
172
}
173
173
 
174
174
/* top section */
269
269
}
270
270
#slogan{
271
271
        position:absolute;
272
 
        margin:11px 0px 0px 15px;
 
272
        margin:11px 0 0 15px;
273
273
        font-size:1.1em;
274
274
        font-style:italic;
275
275
}
281
281
        font-size:120%;
282
282
        list-style-type:none;
283
283
        margin:0px;
284
 
        padding:10px 8px 2px 0px;
 
284
        padding:10px 8px 2px 0;
285
285
        font-family: Trebuchet MS, Arial, Serif;
286
286
}
287
287
#navlist li{