forked from fegemo/cefet-web-coral-55
-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
123 lines (104 loc) · 1.81 KB
/
estilo.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
@import "fonts/stylesheet.css";
body{
margin: 0px;
}
#recipiente{
/*width - border*/
width: 800px;
background: linear-gradient(#f6f1b2, #4599b2); /* Standard syntax */
border: solid 1px #d3d3d3;
position: relative;
box-sizing: border-box;
margin: 0 auto;
}
#cabecalho{
text-align: center;
}
#cabecalho h1{
font-family: "Ravie", serif;
font-size: 34px;
color: #e90c0c;
margin-bottom: 0px;
}
#cabecalho h2{
font-family: "Trebuchet MS", sans-serif;
font-size: 24px;
color: #333;
margin-top: 0px;
margin-left: 155px;
}
#cabecalho h2 span{
color: #d027aa;
}
#cardapio{
margin-left: 153px;
/*width - border -padding*/
width: 634px;
border: solid 1px #aac0ae;
background-color: rgba(255,255,255,0.2);
padding-left: 10px;
padding-bottom: 45px;
}
#cardapio h3, #cardapio p{
font-family: "Verdana", sans-serif;
color: #333;
}
#cardapio h3{
font-size: 18px;
font-weight: bold;
}
#cardapio p{
font-size: 14px;
position: relative;
}
#cardapio p span{
position: absolute;
right: 20px;
}
#lateral{
/*width - borderRecipiente - borderCardapio*/
width: 152px;
float: left;
}
#lateral h2{
font-family: "Verdana", sans-serif;
font-size: 48px;
color: #333;
font-weight: bold;
transform: rotatez(-90deg);
margin-top: 200px;
}
#rodape{
margin-top: 46px;
margin-bottom: 25px;
width: 95px;
/*Recipiente - borda - imageSize -15spec*/
margin-left: 689px;
margin-right: 15px;
}
.bubbles-image,.header-image,.fish-image{
position: absolute;
}
.header-image{
top: 0px;
left: -10px;
}
.bubbles-image{
/*Colocado no olhomêtro*/
top: 450px;
/*152 - image-size - 20 spec*/
left: 42px;
}
.fish-image{
/*topBubbles + Bubblessize + 14 spec*/
top: 644px;
left: -44px;
}
#ticket{
left: -89px;
top: 295px;
position:fixed;
}
#ticket:hover{
left: 0;
}