Skip to content

Commit 7290c5b

Browse files
committed
Added [ New Theme ]
1 parent 5206f79 commit 7290c5b

File tree

7 files changed

+180
-0
lines changed

7 files changed

+180
-0
lines changed
247 Bytes
Loading
654 Bytes
Loading
258 Bytes
Loading
371 Bytes
Loading
365 Bytes
Loading
420 Bytes
Loading

themes/mcns-theme/styles/theme.css

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
@import url('https://fonts.googleapis.com/css?family=Roboto');
2+
3+
.fm-container * {
4+
font-family: Roboto, Lucida Sans Unicode, Lucida Grande, sans-serif;
5+
}
6+
7+
.fm-container {
8+
background-color: #E5E5E5;
9+
/* background-color: #ffffff; */
10+
font-size: 18px;
11+
}
12+
13+
.fm-container .fm-header .breadcrumbs {
14+
/* color: #fff; */
15+
color: black;
16+
}
17+
18+
.fm-container .fm-splitter .splitter-bar-vertical {
19+
width: 10px;
20+
}
21+
22+
.fm-container .fm-filetree {
23+
border: none;
24+
color: #e0e0e0;
25+
background-color: #777777;
26+
-webkit-border-radius: 2px;
27+
-moz-border-radius: 2px;
28+
border-radius: 2px;
29+
}
30+
31+
.fm-container .fm-filetree li span.button {
32+
width: 20px;
33+
height: 22px;
34+
}
35+
36+
.fm-container .fm-filetree li span {
37+
font-size: 1rem;
38+
line-height: 18px;
39+
}
40+
41+
.fm-container .view-items .grid p {
42+
font-size: 0.85rem;
43+
}
44+
45+
.fm-container .fm-fileinfo {
46+
border: none;
47+
/* background-color: #E5E5E5; */
48+
background-color: #FFF;
49+
-webkit-border-radius: 2px;
50+
-moz-border-radius: 2px;
51+
border-radius: 2px;
52+
}
53+
54+
.fm-container .fm-preview .fm-preview-title h1 {
55+
color: #444;
56+
}
57+
58+
.fm-container .fm-preview .fm-preview-details td {
59+
color: #333;
60+
border-bottom: 1px dotted #efefef;
61+
}
62+
63+
.fm-container .fm-preview .button-group .btn {
64+
padding: 0.6em 0.6em;
65+
border-radius: 5px;
66+
}
67+
68+
.fm-container .button-group .btn {
69+
color: #333;
70+
background-color: #E8E8E8;
71+
border: 1px solid #fff;
72+
-moz-border-radius: 2px;
73+
-webkit-border-radius: 2px;
74+
border-radius: 2px;
75+
}
76+
77+
.fm-container .button-group .separator {
78+
padding: 3px 1px;
79+
background-color: #E8E8E8;
80+
}
81+
82+
.fm-container .fm-header .button-group .btn {
83+
padding: 5px 3px;
84+
}
85+
86+
.fm-container .fm-header .button-group select.btn {
87+
padding: 4px 2px;
88+
}
89+
90+
.fm-container .button-group .btn:not(.disabled):hover {
91+
background-color: #C3D2F7;
92+
}
93+
94+
.fm-container .input-group .input-group-input {
95+
color: #000;
96+
/* background-color: #E8E8E8; */
97+
background-color: #FFF;
98+
}
99+
100+
.fm-container .input-group .input-group-addon {
101+
/* background-color: #E8E8E8; */
102+
background-color: #FFF;
103+
}
104+
105+
.fm-container #folder-info {
106+
color: #bbb;
107+
}
108+
109+
.fm-container #summary {
110+
background: url(../images/summary.png) no-repeat center center;
111+
}
112+
113+
/* .fm-container .list-icon.ico_folder, .fm-container li span.button.ico_folder {
114+
background: url(../images/folder-32.png) left top no-repeat;
115+
background-size: 18px 18px;
116+
}
117+
118+
.fm-container .list-icon.ico_folder_open, .fm-container li span.button.ico_folder_open {
119+
background: url(../images/opened-folder-32.png) left top no-repeat;
120+
background-size: 18px 18px;
121+
}
122+
123+
.fm-container .list-icon.ico_file, .fm-container li span.button.ico_file {
124+
background: url(../images/file-32.png) left top no-repeat;
125+
background-size: 18px 18px;
126+
}
127+
128+
.fm-container .list-icon.ico_ext_png, .fm-container li span.button.ico_ext_png {
129+
background: url(../images/picture-32.png) left top no-repeat;
130+
background-size: 18px 18px;
131+
}
132+
133+
.fm-container .list-icon.ico_ext_jpeg, .fm-container li span.button.ico_ext_jpeg {
134+
background: url(../images/picture-32.png) left top no-repeat;
135+
background-size: 18px 18px;
136+
}
137+
138+
.fm-container .list-icon.ico_ext_jpg, .fm-container li span.button.ico_ext_jpg {
139+
background: url(../images/picture-32.png) left top no-repeat;
140+
background-size: 18px 18px;
141+
} */
142+
143+
.fm-container #link-to-project {
144+
display: none;
145+
/* background: transparent url(../images/fmlogo.png) no-repeat 0 0; */
146+
}
147+
148+
.fm-container .view-items .grid li {
149+
width: 196px;
150+
border-color: #E5E5E5;
151+
-webkit-transition: background 0.3s linear;
152+
-moz-transition: background 0.3s linear;
153+
-o-transition: background 0.3s linear;
154+
transition: background 0.3s linear;
155+
}
156+
157+
.fm-container .view-items .grid li.drop-hover,
158+
.fm-container .view-items .list tr.drop-hover {
159+
background-color: #bbbbbb;
160+
}
161+
162+
.fm-container .view-items .list td {
163+
border-bottom: 1px dotted #efefef;
164+
}
165+
166+
.fm-popup.alertify .fm-fileupload-container #total-progress {
167+
background-color: #A1ADE2;
168+
}
169+
170+
.fm-popup.alertify .fm-fileupload-container #total-progress .progress-bar {
171+
background-color: #333;
172+
}
173+
174+
.fm-container .drag-helper-grid {
175+
width: 196px;
176+
-webkit-transition: background 0.3s linear;
177+
-moz-transition: background 0.3s linear;
178+
-o-transition: background 0.3s linear;
179+
transition: background 0.3s linear;
180+
}

0 commit comments

Comments
 (0)