-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
165 lines (146 loc) · 2.61 KB
/
style.css
File metadata and controls
165 lines (146 loc) · 2.61 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
html, body {
margin: 0;
}
body {
background-color: #f1f1f1;
display: flex;
justify-content: center;
}
.borda{
background-color: rgb(216,216,230);
border-style:inset;
margin: 5px 0;
border-radius: 5px;
border-color: black;
text-align:justify;
}
.dados{
background-color: rgb(215,216,230);
margin: 5px;
}
.wrapper {
width: 1200px;
display: flex;
margin: 0 auto;
background-color: white;
}
.main {
display: flex;
flex-flow: column;
width: 85%;
}
.menu {
width: 15%;
background-color:rgb(220, 221, 221);
padding: 10px 20px 0px;
}
.header {
background-color: rgb(238,239,239);
min-height: 150px;
}
.headat{
background-color: rgb(238,239,239);
min-height: 150px;
}
.header .logo{
margin-left:250px;
opacity: 90%;
}
.header .atendimento{
width: 900px;
height: 250px;
opacity: 40%;
display: inline-block;
position: relative;
}
.header figcaption{
position: absolute;
top: 50px;
right: 300px;
font-size: 80px;
color: black;
text-shadow: 0px 0px 5px black;
}
.headat .atendimento{
width: 900px;
height: 250px;
opacity: 40%;
display: inline-block;
position: relative;
}
.headat figcaption{
position: absolute;
top: 130px;
right: 300px;
font-size: 50px;
color: rgb(50, 50, 230);
text-shadow: 0px 0px 5px black;
}
.headct .atendimento{
width: 900px;
height: 250px;
opacity: 40%;
display: inline-block;
position: relative;
}
.headct figcaption{
position: absolute;
top: 130px;
right: 380px;
font-size: 80px;
color: black;
text-shadow: 0px 0px 5px black;
}
.content {
background-color: rgb(240,240,240);
min-height: 300px;
padding: 20px;
font-family:'Mandali', sans-serif;;
}
.content .sorriso{
width: 90%;
height: 55%;
}
.content .dentista{
height: 450px;
width: 450px;
margin-left: 200px;
}
.content h1{
color: black;
opacity: 90%;
}
.content h2{
text-align: center;
}
.content p{
font-size:small
}
.footer {
background-color: rgb(240, 240, 240);
min-height: 70px;
text-align: center;
text-decoration: underline;
}
table{
background-color: rgb(238,239,239);
height: 375px;
}
table tr:nth-child(even){
background-color: #a1a1a1;
}
table tr:hover td{
background-color: rgb(200,125,125);
}
label{
width: 100px;
text-align: right;
display: inline-block;
padding-right: 5px;
}
fieldset{
background-color: rgb(238,239,239);
margin: 10px 0;
border-radius: 5px;
border-color: black;
}