Upload style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ul: {
|
| 2 |
+
font-weight:bold;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
.cover {
|
| 6 |
+
width: 100%;
|
| 7 |
+
margin-bottom: 5pt
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.highlight-container, .highlight {
|
| 11 |
+
position: relative;
|
| 12 |
+
text-decoration:none
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
.highlight-container {
|
| 16 |
+
display: inline-block;
|
| 17 |
+
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
.highlight{
|
| 21 |
+
color:white;
|
| 22 |
+
text-transform:uppercase;
|
| 23 |
+
font-size: 16pt;
|
| 24 |
+
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.highlight-container{
|
| 28 |
+
padding:5px 10px
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.highlight-container:before {
|
| 32 |
+
content: " ";
|
| 33 |
+
display: block;
|
| 34 |
+
height: 100%;
|
| 35 |
+
width: 100%;
|
| 36 |
+
margin-left: 0px;
|
| 37 |
+
margin-right: 0px;
|
| 38 |
+
position: absolute;
|
| 39 |
+
background: #e80909;
|
| 40 |
+
transform: rotate(2deg);
|
| 41 |
+
top: -1px;
|
| 42 |
+
left: -1px;
|
| 43 |
+
border-radius: 20% 25% 20% 24%;
|
| 44 |
+
padding: 10px 18px 18px 10px;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
div.grb, #zastava>table {
|
| 48 |
+
position:absolute;
|
| 49 |
+
top:0px;
|
| 50 |
+
left: 0px;
|
| 51 |
+
margin:0px
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
div.grb>img, #zastava>table{
|
| 55 |
+
margin:0px
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
#zastava {
|
| 59 |
+
position: relative;
|
| 60 |
+
margin-bottom:120px
|
| 61 |
+
}
|