forked from megamuf/eexcess
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
108 lines (107 loc) · 1.89 KB
/
styles.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
.eexcess-settings{
list-style: none;
margin-left: 10px;
}
.eexcess-settings li{
line-height: 25px;
}
.show-hide-bar{
margin-left: 0;
margin-top: 10px;
width: 97%;
}
.int-category {
border: 0 solid black;
border-radius: 4px;
margin-top: 10px;
padding: 10px;
}
.int-category span h4{
word-wrap: break-word;
}
.int-category label{
float: left;
}
.int-category .active{
margin-top: 13px;
margin-left: 38px;
}
ul.tagit{
margin:0;
border-radius: 4px;
}
.title_interests, .img_licenses input{
border-radius: 4px;
}
.active-cat{
background-color:rgba(202, 249, 219, 0.29);
}
.inactive-cat{
background-color:rgba(252, 200, 200, 0.23);
}
.new-cat{
background-color: transparent !important;
}
.delete_interests{
float: right;
}
.delete_interests:hover{
text-decoration: none;
}
.area_for_tags, .class_area_for_img_license_button, .area_for_img_license, .img_licenses{
margin-top: 10px;
}
.img_licenses{
background-color:rgba(202, 249, 219, 0.29);
border: 0;
border-radius: 10px;
}
.img_licenses input{
width: 98%;
margin: 10px 0px 10px 10px;
}
.added_img_license_buttons{
padding-top: 10px;
}
.added_img_license_text{
padding-bottom: 10px;
}
.added_img_license_text span,.added_img_license_text a{
word-wrap: break-word;
}
.added_img_license_buttons span{
margin-left: 10px;
border-radius: 4px;
}
.added_img_license_buttons span:hover{
cursor: pointer;
box-shadow: 0px -1px 4px 1px rgba(0,0,0,0.75);
}
.added_img_license_buttons span a{
text-decoration: none;
color: black;
border-radius: 4px;
}
.added_img_license_text{
font-size: 20px;
margin-top: 10px;
margin-left: 10px;
}
.search-bar-div{
display: none;
position: fixed;
bottom: 3px;
left: 1%;
background-color: #FFF;
width:98%;
height: 56px;
box-shadow: 0px 0px 14px 8px rgba(0,0,0,0.34);
}
.search-bar{
width: 100%;
height: 100%;
border: none;
}
.active{
display: block;
}