-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
147 lines (140 loc) · 3.1 KB
/
style.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
body{
font-family: "dejavu sans","arial",sans-Serif;
font-size: 100%;
margin: auto;
padding: 0px 5px 0px 5px;
width: 800px;
background: #F6F6F6;
text-align: justify;
}
div.header{
margin: 10px 0px 10px 0px;
width: 100%;
height: 200px;
background-image: url("images/header.jpg");
box-shadow: 0 0 5px 5px #E6E6FA inset;
}
h1.header-title{
font-style: italic;
margin: 0px;
padding: 15px 0px 0px 15px;
}
div.sections{
width: 100%;
text-align: center;
}
div.main{
background: #E6E6FA;
box-shadow: 0 0 15px 10px #E6E6FA;
}
div.eltiempo{
float: right;
margin: 5px;
}
div.footer{
font-size: 80%;
clear: both;
width: 100%;
text-align: center;
padding-bottom: 20px;
}
a:link, a:visited{
text-decoration: none;
}
a:hover, a:active{
text-decoration: underline;
}
img{
padding: 5px;
}
img.favicon{
padding: 0px;
width: 16px;
}
img.w3{
padding: 0px;
}
ul{
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
}
table.wikitable {
margin: 1em 1em 1em 0;
background-color: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: #f2f2f2;
text-align: center;
}
table.wikitable > caption {
font-weight: bold;
}
/* Sortable tables */
table.sortable thead {
background-color:#eee;
color:#666666;
font-weight: bold;
cursor: default;
}
.mw-ui-button.mw-ui-blue {
background: #347bff none repeat scroll 0 0;
border-bottom: 1px solid #347bff;
border-style: solid none;
border-top: 1px solid #347bff;
color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.098);
}
.mw-ui-button.mw-ui-green {
background: #66ff66 none repeat scroll 0 0;
border-bottom: 1px solid #66ff66;
border-style: solid none;
border-top: 1px solid #66ff66;
color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.098);
}
.mw-ui-button.mw-ui-red {
background: #ff5050 none repeat scroll 0 0;
border-bottom: 1px solid #ff5050;
border-style: solid none;
border-top: 1px solid #ff5050;
color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.098);
}
.mw-ui-button.mw-ui-grey {
background: #C0C0C0 none repeat scroll 0 0;
border-bottom: 1px solid #C0C0C0;
border-style: solid none;
border-top: 1px solid #C0C0C0;
color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.098);
}
.mw-ui-button {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #cccccc;
border-radius: 2px;
box-sizing: border-box;
color: #555555;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 1em;
font-weight: bold;
margin-bottom: 5px;
min-width: 80px;
padding: 0.5em 1em;
text-align: center;
transition: background 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
vertical-align: middle;
}