Files
@ f43d1a4680a9
Branch filter:
Location: hot67beta/templates/beez/css/position.css
f43d1a4680a9
3.4 KiB
text/css
menubar 0 to 10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | /**
* @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $
* @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
* @package Joomla
* @subpackage Accessible-Template-Beez
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
* details.
*/
*
{
margin: 0;
padding: 0;
}
body
{
background: #F2E3ED;
color: #000000;
font-family: arial, helvetica, sans-serif;
font-size: 100.1%;
padding: 0px;
text-align: center;
}
/* ################ Position ################ */
#all
{
background: #FFFFFF;
border: solid 1px #DBB0CD;
color: #000000;
font-size: 0.8em;
margin: 0 auto;
max-width: 1000px;
padding: 0 3px 3px 3px;
text-align: left;
}
#page { }
#header
{
background: #fff;
color: #000000;
margin: 0;
position: relative;
text-align: right;
border-bottom: solid 4px #ccc;
}
#contentarea,#contentarea2
{
border: solid 0px #000;
margin: 0;
padding: 0px 0px 0px 0px;
position: relative;
overflow: hidden;
}
#wrapper { margin: 0 0 0 21%}
#left
{
background: #FFFFFF;
border-right: solid 0px #EEEEEE;
float: left;
margin: 20px 0 0 0;
width: 21%;
}
#right
{
color: #000;
float:left;
width: 28%;
padding-top:10px
}
#main2
{
background: #fff;
width:64%;
padding: 25px 20px 20px 20px;
position: relative;
min-height:520px;
float:left;
}
#main
{
background: #fff;
margin: 0 0px 0 0;
padding: 25px 20px 20px 20px;
position: relative;
}
/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
display: inline;
height: 0px;
left: -3000px;
position: absolute;
top: -2000px;
width: 0px;
z-index: 200;
}
.wrap
{
border: 0;
clear: both;
float: none;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden;
}
#logo
{
font-size: 1em !important;
font-weight: bold !important;
position: relative;
text-align: left;
text-transform: none !important;
z-index: 0;
margin-top: 1em;
}
#logo img { display: block; }
#logo span
{
display: block;
margin: 0px 0 0 100px !important;
border-bottom: solid 1px #666;
}
/* ############### main * ########################### */
/* position */
.leading
{
background: #EFDEEA url(../images/biene.gif) no-repeat top left;
border: solid 1px #CCCCCC;
color: #000000;
margin: 30px 0px 10px 0px;
padding: 20px 20px 40px 120px;
position: relative;
}
.leading_separator
{
border-bottom: solid 0px #333333;
display: block;
height: 10px;
margin: 0 0 0px 0;
}
.article_separator
{
border: solid 1px #333333;
display: none;
margin: 0px 0 0px 0;
}
.blog { padding: 0; }
.cols1
{
display: block;
float: none !important;
margin: 0 !important;
}
.cols2 { width: 45%; }
.cols3 { width: 30%; }
.column1 , .column2
{
border: solid 0px #D4A7C5;
margin: 0 5px 0 0;
position: relative;
}
.column2 , .column1
{
float: left;
margin: 0;
}
.column2
{
float: right;
margin: 0;
width: 45%;
}
.article_row
{
margin: 0px 0 0px 0;
padding: 0;
overflow: hidden;
}
.article_column
{
border: solid 0px #ccc;
padding: 10px 10px 10px 0;
}
.row_separator2
{
display: block;
clear: both;
margin: 0;
border: solid 0px;
}
|