-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtagger.css
More file actions
82 lines (74 loc) · 1.1 KB
/
Copy pathtagger.css
File metadata and controls
82 lines (74 loc) · 1.1 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
.highlight {
background-color:#FFA;
}
.yellow_border {
border:3px solid red;
}
.save {
float:right;
padding-top:12px;
}
.col3 .title {
float:left;
}
/* deactivate the weird coloring for links for the articles. */
.col1 .content a{
text-decoration: none;
color : black;
}
.col1 .content a:hover{
background: inherit;
}
/* display the Tags in articles */
.col1 .content .article h4{
margin-bottom: 0;
}
/* indenting for tag list, depending of depth in taxonomy hierarchy*/
.depth-1{
text-indent: 2em;
}
.depth-2{
text-indent: 4em;
}
.depth-3{
text-indent: 6em;
}
.depth-4{
text-indent: 8em;
}
.depth-5{
text-indent: 10em;
}
.depth-6{
text-indent: 12em;
}
.instructions{
display: inline;
}
.col3 .title{
width: 185px;
}
.col3 .title h3{
margin: 0.5em;
}
.logout-button{
position:absolute;
right: 45px;
top: 35px;
}
.close-button{
}
.open-button{
}
.openclose-buttons{
margin: 8px 15px;
}
.openclose-buttons a{
margin: 10px;
}
#page-wrapper {
overflow-y: hidden;
margin-left: auto;
margin-right: auto;
min-width: 960px;
}