-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterface.css
More file actions
70 lines (65 loc) · 1.17 KB
/
interface.css
File metadata and controls
70 lines (65 loc) · 1.17 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
body{
font-size: 100%
}
h3{
margin-top: 0;
}
th, td {
padding: 15px;
}
#atomInfo{
font-size: 24px;
text-align: center;
padding: 15px 25px;
}
#left{
float:left;
width:75%;
}
#right{
padding: 5px 15px;
float:left;
width:20%;
}
p.unit {
padding: 6px 3px;
width: 50%;
border-style: solid;
border-width: thin;
}
div.achievement {
width: 25%;
border-style: solid;
border-width: thin;
}
ul.tab {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
ul.tab li a:focus, .active {
background-color: #ccc;
}
/* Float the list items side by side */
ul.tab li {float: left;}
/* Style the links inside the list items */
ul.tab li a {
display: inline-block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}