-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
127 lines (103 loc) · 1.54 KB
/
style1.css
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
body {
font-family: arial, helvetica, sans-serif;
background-image: url(Slike/stripe.png);
background-repeat: repeat;
}
#wrapper {
width: 1000px;
height: 500px;
margin: auto;
}
header {
height: 150px;
background-color: #56167A;
margin-bottom: 4px;
border-radius: 5px;
box-shadow: 7px 7px 7px #CCD8F0;
}
#logo {
height: 120px;
width: 170px;
float: left;
padding-top: 10px;
padding-left: 10px;
margin-right: 30px;
}
#baner{
height: 100px;
width: 600px;
}
header ul {
float:right;
margin-top: 10px;
}
header ul li{
display: inline;
padding-right: 35px;
}
#login {
float: right;
margin-top: 30px;
margin-right: 40px;
}
header a {
text-decoration: none;
color: #DAE2E3;
font-size: 120%;
}
header a:hover{
color: #D6A2F5;
}
/*Stilovi za section*/
section {
background-color: #F2F2F2;
width: 690px;
float: left;
margin-top: 4px;
border-color: black;
border-style: solid;
border-radius: 5px;
box-shadow: 7px 7px 7px #CCD8F0;
}
.content {
margin-top: 50px;
margin-left: 80px;
margin-right: 30px;
margin-bottom: 50px;
}
section img {
height: 120px;
width: 100px;
float: left;
margin-right: 30px;
}
section h1 {
margin-left: 80px;
font-size: 200%;
}
section h2, h4 {
margin: 3px;
}
section ul li p {
}
.slike {
height : 130px;
}
#autori{
clear: both;
}
/*Stilovi za aside*/
aside {
background-color: #E3C1F7;
width: 290px;
float: right;
margin-top: 5px;
border-color: black;
border-style: solid;
border-radius: 5px;
box-shadow: 7px 7px 7px #CCD8F0;
}
aside div{
margin-left: 20px;
margin-right: 20px;
}