This repository was archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtagitor_jhtag.css
More file actions
119 lines (107 loc) · 1.84 KB
/
tagitor_jhtag.css
File metadata and controls
119 lines (107 loc) · 1.84 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
.tag {
padding-right: 5px;
text-align: right;
border-radius: 5px 0px 0px 5px;
color: #eee;
float: left;
position: absolute;
cursor: default;
}
.tag:hover {
background-color: #fff;
transition: all 200ms ease-in-out;
}
#mainEditor>*>*>.tag {
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.2);
}
#mainEditor>*>*>.tag:hover{
background-color: rgba(255, 255, 255, 0.4);
}
#mainEditor>div {
margin: 0px;
clear:both;
}
h1, h2, h3, h4, h5, h6{
margin : 5px 0px 0px 0px;
padding: 0px;
}
ol, ul{
margin: 15px 0px 0px 0px;
padding: 0px;
}
.jhTitle>div {
line-height: 50px !important;
min-height: 50px !important;
}
.jhTitle>.tag {
width: 50px;
margin-left: -50px;
padding: 10px 5px 15px 10px;
background-color: #354;
}
.jhTitle>.tag:hover{
background-color:#3c5e4d;
}
.jhTitle>.tag~div{
padding: 10px 0px 15px 10px;
font-size: 16pt;
}
.jhTitle>.tag~div:hover{
background-color: #b8d3c6;
}
.jhNorm>div {
line-height: 35px;
min-height: 35px;
}
.jhNorm .tag{
width: 40px;
margin-left: -40px;
background-color:#834d6f;
}
.jhNorm>.tag:hover {
background-color:#8d597b;
}
.jhNorm>.tag~div {
padding: 0px 0px 5px 35px;
}
.jhNorm>.tag~div:hover {
background-color: #f4caf5;
}
h5, .jhh5>.tag{
font-size: 1em;
min-height: 30px !important;
line-height: 30px !important;
}
.jhh5 .tag{
width: 45px;
margin-left: -45px;
background-color:#465;
}
.jhh5>.tag:hover{
background-color: #4d6f5e;
}
.jhh5>.contents{
padding-left: 10pt;
}
.jhh5>.contents:hover{
background-color: #d9f4e7;
}
.jhOl>div, .jhUl>div{
line-height: 35px;
min-height: 35px;
}
.jhOl>.tag, .jhUl>.tag{
width: 45px;
margin-left: -45px;
background-color: #814E6B;
}
.jhOl>.tag:hover, .jhUl>.tag:hover {
background-color: #9B5C80;
}
.jhOl>.tag~div, .jhUl>.tag~div {
padding-left: 25pt;
}
.jhOl>.tag~div:hover, .jhUl>.tag~div:hover {
background-color: #f4caf5;
}