-
Notifications
You must be signed in to change notification settings - Fork 0
/
styloj.css
73 lines (61 loc) · 1.26 KB
/
styloj.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
html{
height:100%;
}
body{
background-color: white;
font-size:20px;
position:relative;
height:97%;
font-family: Verdana,"Geneva CE",lucida,sans-serif;
font-size: 13px;
}
div.eta{
font-family: Arial;
font-size:12px;
color:gray;
}
h1{
margin:0px auto 5px 0px;
font-size: 23px;
color:#04B45F;
font-weight: normal;
font-family: Trebuchet MS,"Geneva CE",lucida,sans-serif
}
input#nomo{
font-size: 23px;
color:#04B45F;
font-family: Trebuchet MS,"Geneva CE",lucida,sans-serif
}
#mesagxoj{
float:right;
width:400px;
}
#sxargilo{
display:none;
}
/* bazita de http://css.dzone.com/news/css-message-boxes-different-me */
.msg{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #00529B;
background-color: #BDE5F8;
background-image: url('bild/informo.png');
}
.sukceso {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('bild/sukceso.png');
}
.atentigo {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('bild/atentigo.png');
}
.eraro {
color: #D8000C;
background-color: #FFBABA;
background-image: url('bild/eraro.png');
}