Skip to content

Commit 4870bf6

Browse files
committed
third
1 parent cc8fe22 commit 4870bf6

624 files changed

Lines changed: 66497 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.wmd-panel {width: 100%;}
2+
.wmd-input {
3+
height: 300px;
4+
width: 100%;
5+
box-sizing: border-box;
6+
-webkit-box-sizing: border-box;
7+
-moz-box-sizing: border-box;
8+
-ms-box-sizing: border-box;
9+
}
10+
.wmd-preview {
11+
width: 100%;
12+
box-sizing: border-box;
13+
-webkit-box-sizing: border-box;
14+
-moz-box-sizing: border-box;
15+
-ms-box-sizing: border-box;
16+
}
17+
.wmd-panel .btn-toolbar {
18+
margin-bottom: 0;
19+
padding: 0;
20+
width: 100%;
21+
}
22+
23+
/* Begin hack */
24+
.icon-list:before {content: "\f0cb";}
25+
.icon-blockquote:before {content: "\f10d";}
26+
.icon-bullet-list:before {content: "\f0ca";}
27+
.icon-header:before {content: "\f0fd";}
28+
.icon-hr-line:before {content: "\f068";}
29+
/* End hack */
30+
31+
.wmd-prompt-background {background-color: #000;}
32+
.wmd-prompt-dialog {
33+
border: 1px solid #999999;
34+
background-color: #F5F5F5;
35+
}
36+
.wmd-prompt-dialog > div {
37+
font-size: 0.8em;
38+
font-family: arial, helvetica, sans-serif;
39+
}
40+
.wmd-prompt-dialog > form > input[type="text"] {
41+
border: 1px solid #999999;
42+
color: black;
43+
}
44+
.wmd-prompt-dialog > form > input[type="button"] {
45+
border: 1px solid #888888;
46+
font-family: trebuchet MS, helvetica, sans-serif;
47+
font-size: 0.8em;
48+
font-weight: bold;
49+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*!
2+
* Bootstrap v2.3.1-j6
3+
*
4+
* Copyright 2012 Twitter, Inc
5+
* Licensed under the Apache License v2.0
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Designed and built with all the love in the world by @mdo and @fat, extended by @ArnoldDaniels.
9+
*/
10+
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
11+
.clearfix:after{clear:both;}
12+
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
13+
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
14+
.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
15+
.fileupload{margin-bottom:9px;}.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
16+
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
17+
.fileupload .btn{vertical-align:middle;}
18+
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
19+
.fileupload-inline .fileupload-controls{display:inline;}
20+
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
21+
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
22+
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}
23+
.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}
24+
.control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}
25+
.control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}
26+
.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}
27+
.control-group.error .fileupload .fileupload-preview{color:#b94a48;}
28+
.control-group.error .fileupload .thumbnail{border-color:#b94a48;}
29+
.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}
30+
.control-group.success .fileupload .fileupload-preview{color:#468847;}
31+
.control-group.success .fileupload .thumbnail{border-color:#468847;}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
iframe.wysihtml5-sandbox {
2+
width:100% !important
3+
}

src/assets/css/calendar.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/* Global Event Styles
2+
------------------------------------------------------------------------*/
3+
4+
.fc-event.label {
5+
border: 1px solid #808080;
6+
color: #fff;
7+
font-size: .85em;
8+
cursor: default;
9+
background-color: #999999;
10+
}
11+
12+
13+
.fc-event.label.label-danger {
14+
background-color: #d9534f;
15+
border-color: #c9302c;
16+
}
17+
18+
.fc-event.label.label-success {
19+
background-color: #5cb85c;
20+
border-color: #449d44;
21+
}
22+
23+
.fc-event.label.label-warning {
24+
background-color: #f0ad4e;
25+
border-color: #ec971f;
26+
}
27+
28+
29+
.fc-event.label.label-info {
30+
background-color: #5bc0de;
31+
border-color: #31b0d5;
32+
}

src/assets/css/countdown.css

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
2+
body {
3+
padding-top: 40px;
4+
background: url("../img/pattern/always_grey.png") repeat rgba(68, 68, 68, .9);
5+
}
6+
7+
.orange {
8+
color: orange;
9+
}
10+
11+
#main {
12+
width: 80%;
13+
position: relative;
14+
margin: 0 auto;
15+
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
16+
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
17+
-o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
18+
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
19+
color: #999;
20+
padding: 20px 20px 0;
21+
}
22+
23+
.logo {
24+
position: relative;
25+
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
26+
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
27+
-o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
28+
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
29+
padding: 16px;
30+
text-align: center;
31+
32+
}
33+
.logo h1 {
34+
color: #000;
35+
font-size: 90px;
36+
text-shadow: #202020 1px 1px 0px;
37+
}
38+
.title {
39+
text-align: center;
40+
color: #ffffff;
41+
text-shadow: 1px 1px 1px #111111;
42+
}
43+
.contact {
44+
text-shadow: 1px 1px 1px #111111;
45+
}
46+
.contact a {
47+
color: orange;
48+
display: inline-block;
49+
font-size: 16px;
50+
margin-right: 12px;
51+
padding: 0 3px;
52+
text-decoration: none;
53+
}
54+
.contact a:hover {
55+
background-color: #444;
56+
}
57+
58+
hr {
59+
border-bottom: 1px solid #121212;
60+
border-top: medium none;
61+
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
62+
margin-bottom: 40px;
63+
}
64+
.progress {
65+
color: #000;
66+
-webkit-border-radius: 0;
67+
-moz-border-radius: 0;
68+
border-radius: 0;
69+
margin-bottom: 0;
70+
}
71+
.progress.mini {
72+
height: 6px;
73+
}
74+
75+
76+
/* jQuery Countdown styles 1.6.1. */
77+
78+
#counter {
79+
display: none;
80+
}
81+
#counter-default {
82+
margin: 20px auto;
83+
}
84+
#counter-default .inner {
85+
font-size: large;
86+
text-align: center;
87+
color: #8c8c8c;
88+
border: none;
89+
background-color: #202020;
90+
background-color: rgba(0, 0, 0, 0.3);
91+
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
92+
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
93+
-o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
94+
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
95+
margin: 15px 0;
96+
padding: 15px;
97+
text-shadow: 0px 1px 2px #000;
98+
}
99+
#counter-default .timer-number {
100+
font-size: 36px;
101+
margin-bottom: 12px;
102+
color: #EFEFF0;
103+
font-weight: bold;
104+
}
105+
#counter-default .timer-text {
106+
padding: 12px;
107+
color: #8c8c8c;
108+
}
109+
110+
.well {
111+
background-color: #202020;
112+
background-color: rgba(0, 0, 0, 0.3);
113+
border: none;
114+
color: #999;
115+
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
116+
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
117+
-o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
118+
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
119+
}
120+
legend {
121+
color: #999;
122+
border-color: #333333;
123+
}
124+
.page-header {
125+
border-bottom: 1px solid #333333;
126+
}
127+
128+
@media (max-width: 767px) {
129+
body {padding-top: 10px;}
130+
#main {width:auto;}
131+
}

src/assets/css/elfinder.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.elfinder, .elfinder * {
2+
-webkit-box-sizing: content-box;
3+
-moz-box-sizing: content-box;
4+
box-sizing: content-box;
5+
}

src/assets/css/error.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
body {
2+
padding-top: 40px;
3+
background: url("../img/pattern/always_grey.png") repeat rgba(68, 68, 68, .9);
4+
}
5+
6+
7+
.logo h1 {
8+
color: #FFFFFF;
9+
font-size: 100px;
10+
text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBBBBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAAAAA, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
11+
}
12+
13+
14+
15+
@media (max-width: 767px){
16+
.logo h1 {
17+
font-size: 60px;
18+
}
19+
}

src/assets/css/jqstooltip.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.jqstooltip {
2+
-webkit-box-sizing: content-box;
3+
-moz-box-sizing: content-box;
4+
box-sizing: content-box;
5+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.cleditorMain {width:100% !important; height:100% !important;}

src/assets/css/layout2.css

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
@media (min-width: 992px) {
2+
#content,
3+
#right {
4+
float: left;
5+
}
6+
#right {
7+
display: block;
8+
padding: 10px;
9+
}
10+
#left,
11+
#right {
12+
width: 20%;
13+
}
14+
#content {
15+
width: 60%;
16+
margin: 0 !important;
17+
}
18+
}
19+
@media (min-width: 1200px) {
20+
#left,
21+
#right {
22+
width: 15%;
23+
}
24+
#content {
25+
width: 70%;
26+
}
27+
.side-right #right {
28+
float: right;
29+
padding-top: 20px;
30+
}
31+
.side-right #content {
32+
width: 85%;
33+
}
34+
}
35+
@media (min-width: 992px) {
36+
#left,
37+
#right {
38+
width: calc(220px);
39+
}
40+
.mini-sidebar #right {
41+
display: none;
42+
}
43+
#content {
44+
width: calc(100% - 440px);
45+
}
46+
.side-right #content {
47+
width: calc(100% - 220px);
48+
}
49+
.mini-sidebar #content {
50+
width: calc(100% - 100px);
51+
}
52+
}

0 commit comments

Comments
 (0)