-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·126 lines (103 loc) · 1.9 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·126 lines (103 loc) · 1.9 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
body {
//background-color: #f5a;
margin: 0px;
padding: 0px 0px;
}
#firstView {
position: absolute;
width: 100%;
height: 100%;
margin: 0px 0px;
padding: 0px;
background-image: url('img/ime.jpg');
background-size: cover;
background-repeat: no-repeat;
// cor legal! :D; background-color: #2e3c47;
}
#bottom {
position: absolute;
top: 100%;
}
#downButton {
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
}
a[ id= "bottom" ]:target ~ #bottom article.divisao {
-webkit-transform: translateY( -500px);
transform: translateY( -500px );
}
.divisao {
padding-left: 15%;
padding-right: 15%;
margin: 0px 0px;
min-width: 500px;
overflow: hidden;
}
h1 {
color: #95f;
font-family: "Trebuchet MS";
font-weight: lighter;
font-size: 35px;
margin: 0px;
}
h2 {
font-family: "Lucida Console", Monaco, monospace;
color: #999;
font-size: 24px;
margin: 0px 0px;
}
p {
font-family: "Lucida Console", Monaco, monospace;
font-size: 20px;
color: #ddd;
text-align: justify;
margin: 0px 0px;
}
/* HEADER STYLE */
header {
right: 0px;
top: 0px;
background-color: rgb(68, 68, 68);
background-color: rgba(68, 68, 68, 0.85);
}
header h1 {
color: #af5;
font-size: 70px;
}
header p {
color: #5af;
}
header .special {
color: #a5a5a5;
}
header ul {
margin-left: 50px;
margin-top: 10px;
list-style: none;
}
header #content {
margin: 20px 0px;
display: block;
float: left;
}
header figure {
margin: 0px;
padding: 0px;
float: right;
height: 234px; /* Poderia usar uma variavel no javascript */
}
header #myImage {
height: 100%;
}
/* END HEADER STYLE *;
/* ARTICLE STYLE */
article {
padding-top: 20px;
padding-bottom: 20px;
background-color: #2e3c47;
}
article p {
margin-left: 30px;
}