czf4bfu |
Subversion Repositories: |
Rev 1 | Rev 12 | |
---|---|---|
Line 3... | Line 3... | |
padding: 0; |
padding: 0; | |
} |
} | |
html, body { |
html, body { | |
width: 100%; |
width: 100%; | |
height: 100%; |
height: 100%; | |
} | ||
body { | ||
background: #d4d0c8; | ||
} |
} | |
h1 { |
h1 { | |
font: 16pt verdana; |
font: 16pt verdana; | |
margin: 0; |
margin: 0; | |
text-align: center; |
text-align: center; | |
padding-top: 5px; | ||
} |
} | |
.icon { |
.icon { | |
width: 70px; |
width: 70px; | |
height: 75px; |
height: 75px; | |
_height: 80px; |
_height: 80px; | |
Line 38... | Line 42... | |
.icon a, .icon2 a { |
.icon a, .icon2 a { | |
color: black; |
color: black; | |
} |
} | |
#copy { |
#copy { | |
text-align: right; |
text-align: right; | |
padding-bottom: 8px; | ||
} |
} | |
.title, .title a { |
.title, .title a { | |
display: block; |
display: block; | |
font: 10pt verdana; |
font: 10pt verdana; | |
margin: 20px 0px 0px; |
margin: 15px 0px 0px; | |
background: #ffffff url('pozadi/bg_blue.jpg') repeat-x; |
background: #ffffff url('pozadi/bg_blue.jpg') repeat-x; | |
color: #000000; |
color: #000000; | |
padding: 2px; |
padding: 2px; | |
padding-left: 5px; |
padding-left: 5px; | |
text-decoration: none; |
text-decoration: none; | |
Line 121... | Line 126... | |
float: left; |
float: left; | |
padding: 10px 17px 10px 10px; |
padding: 10px 17px 10px 10px; | |
position: absolute; |
position: absolute; | |
} |
} | |
.info_det { |
.info_det { | |
padding-left: 60px; |
padding-left: 60px; | |
padding-bottom: 2px; |
padding-bottom: 2px; | |
} |
} | |
.info_cut |
.info_cut { | |
{ |
||
clear: both; |
clear: both; | |
} |
} | |
.sizer |
.sizer { | |
{ |
||
border: 0px none; |
border: 0px none; | |
margin: 0px; |
margin: 0px; | |
padding: 0px; |
padding: 0px; | |
|
||
float: none; |
float: none; | |
clear: both; |
clear: both; | |
|
||
width: 0px; |
width: 0px; | |
height: 0px; |
height: 0px; | |
line-height: 0px; |
line-height: 0px; | |
font-size: 0px; |
font-size: 0px; | |
} | ||
.info { | ||
background-color: white; | ||
margin-left: 10px; | ||
margin-right: 10px; | ||
} | ||
.pad { | ||
padding-left: 7px; | ||
padding-bottom: 2px; | ||
border: 1px solid silver; | ||
} |
} |