-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesempio.css
More file actions
143 lines (117 loc) · 2.67 KB
/
Copy pathesempio.css
File metadata and controls
143 lines (117 loc) · 2.67 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* Theme Inforge NET Work in progress */
body {
background-color: #2E3133;
}
#content .pageContent {
background-color: #5c6a70;
border: 1px solid #526066;
}
.sectionMain {
background-color: #bdb9b9;
padding: 8px;
margin: 16px auto;
border: 1px solid #bdb9b9;
border-radius: 4px;
}
.breadcrumb {
background-color: #27292b;
border: 1px solid #212325;
}
.breadcrumb .crust .arrow {
border-right: 1px none #9fb0b7;
}
.breadcrumb .crust a.crumb {
background-color: #27292b;
}
input#QuickSearchQuery {
background: #303233 none repeat scroll 0% 0%;
border-color: #505152;
color: rgb(255,255,255);
border-radius: 2px;
}
.nodeList {
border-radius: 4px!important;
}
.tabs li a, .tabs.noLinks li {
color: rgb(255, 255, 255);
border: 1px solid rgb(39, 41, 43);
background-color: rgb(74, 74, 74);
}
.nodeList .categoryStrip {
border-radius: 0px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-color: rgb(39, 41, 43);
}
.tabs li.active a {
background: #27292b;
}
.sidebar .section .secondaryContent {
border: 1px solid #404040;
}
.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList
.linkNodeInfo {
background-color: #4a4a4a;
border-radius: 0px!important;
}
.node .nodeDescription {
color: #f5f5f5;
}
.primaryContent {
background-color: #f5f5f5;
padding: 8px;
}
.secondaryContent {
background-color: #4a4a4a;
padding: 8px;
}
.pairs dt, .pairsInline dt, .pairsRows dt, .pairsColumns dt, .pairsJustified dt {
color: #c7c7c7;
}
.messageList .message {
margin: 16px auto;
background-color: #5d5d5d;
padding: 8px;
border: 1px solid black;
border-radius: 4px;
}
.messageText {
font-size: 10.5pt;
font-family: 'Open Sans',Helvetica,Arial,sans-serif;
color: #d0d0d0;
line-height: 1.7;
}
.LikeText a {
color: #0e0e0e !important;
}
#permissionCheck
#stopper{
background: linear-gradient(to bottom, rgba(95, 93, 93, 0) 0%,rgb(92, 106, 112) 100%);
}
#permissionCheck {
width: 100%;
color: #ded7d7;
overflow: hidden;
}
#permissionCheck .ok {
color: #222f22;
}
.bbCodeQuote .attribution {
color: rgb(52,77,93);
background-color: #9a9a9a;
background-repeat: repeat-x;
background-position: top;
border-bottom: 1px solid #c3bdbd;
border-left: 2px solid #9a9a9a;
}
.bbCodeQuote .quoteContainer {
background-color: #9a9a9a;
background-repeat: repeat-x;
background-position: top;
padding: 8px;
border-left: 2px solid rgb(70, 102, 124);
}
.Menu {
font-size: 13px;
border: 1px solid #433f3f;
border-top: 2px solid rgb(73, 147, 197); }