root/html/web/styl.css

Revision 69:7f6193e5fef3, 1.9 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

Návrh oficiálních webových stránek a drobná grafika.

Line 
1body {
2    background-color:#2C2C29;
3    font-size: 11px;
4}
5
6#logo {
7    background: url('grafika/logo-web.png') no-repeat;
8    width: 600px;
9    height: 56px;
10    position: absolute;
11    top: -8px;
12    left: 240px;
13}
14
15#logo span {
16    display: none;
17}
18
19#prostredniPruh {
20    color:#2C2C29;
21    margin:0 auto;
22    text-align:left;
23    width:811px;
24}
25
26#zahlavi {
27    background:transparent url('grafika/zahlavi.png') no-repeat scroll 0 0;
28    height:113px;
29    padding:0;
30}
31
32#obalObsahu {
33    background:#FFFFFF url('grafika/obsah.png') repeat-y scroll 0 0;
34    margin-left:7px;
35    padding:0 10px 0 15px;
36    width:769px;   
37}
38
39#obsah {
40    width:547px;
41}
42
43#pravyPruh {
44    float:right;
45    width:209px;
46}
47
48.pravyPruh-vnitrek {
49    margin-left: 15px;
50}
51.pravyPruh-vnitrek h3 {
52    background: white url('grafika/bocniPanel.png');
53    display:block;
54    font-size:11px;
55    font-weight:700;
56    height:22px;
57    padding:9px 0 0 10px;
58    width:181px;
59}
60
61#zapati {
62    background:transparent url('grafika/zapati.png') no-repeat scroll 0 0;
63    height:60px;
64}
65
66#nabidka {
67    float:left;
68    left:0px;
69    overflow:hidden;
70    position:relative;
71    text-transform:uppercase;
72    top:65px;
73    width:548px;
74}
75
76#nabidka li {
77    float:left;
78    list-style-image:none;
79    list-style-position:outside;
80    list-style-type:none;
81    margin-right:4px;
82}
83
84#nabidka li a {
85    background:transparent url('grafika/nabidka.png') no-repeat scroll left top;
86    color:#2C2C29;
87    cursor:pointer;
88    display:block;
89    -x-system-font:none;
90    font-family:Arial,Helvetica,sans-serif;
91    font-size:0.88em;
92    font-style:normal;
93    font-variant:normal;
94    font-weight:700;
95    line-height:26px;
96    padding-left:15px;
97    text-decoration:none;
98}
99
100#nabidka li a span {
101    background:transparent url('grafika/nabidka.png') no-repeat scroll right top;
102    display:block;
103    line-height:24px;
104    padding-right:15px;
105}
Note: See TracBrowser for help on using the browser.