forked from servee/servee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1180d6
commit 7629d14
Showing
7 changed files
with
192 additions
and
166 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@import url(admin-reset.css); | ||
@import url(inline-form-styles.css); | ||
@import url(overlay.css); | ||
@import url(overlay-typography.css); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
/*-----overall admin toolbar skin ----*/ | ||
.srv_adminBox{ | ||
background:#c3c3c3; | ||
border-right:1px solid #909090; | ||
outline:1px solid #e4e4e4; | ||
} | ||
|
||
#srv_wysiwyg_tools{ | ||
border-right:1px solid #333; | ||
background:#d7d7d7; | ||
-moz-box-shadow:0 0 6px rgba(0,0,0,0.2); | ||
-webkit-box-shadow:0 0 6px rgba(0,0,0,0.2); | ||
box-shadow:0 0 6px rgba(0,0,0,0.2); | ||
} | ||
.srv_adminBox hr{ | ||
border:0 none; | ||
border-top:1px solid #909090; | ||
border-bottom:1px solid #e4e4e4; | ||
margin:4px 0 0 0; | ||
height:0; | ||
padding:0; | ||
} | ||
.srv_solidBox{ | ||
background:#979797 | ||
border:0 none; | ||
} | ||
|
||
/* ------------ new CSS Styles dialog ------- */ | ||
#srv_CSSstyles{ | ||
left:0; | ||
left:-350px; | ||
top:0; | ||
bottom:0; | ||
width:250px; | ||
position: fixed; | ||
} | ||
#srv_CSSstyles ul{ | ||
top:0px; | ||
bottom:0; | ||
left:-250px; | ||
margin:0; | ||
padding:0; | ||
overflow-y:auto; | ||
overflow-x:hidden; | ||
position:fixed; | ||
width:250px; | ||
} | ||
div#srv_CSSstyles ul li{ | ||
padding:8px; | ||
width:202px; | ||
|
||
} | ||
div#srv_CSSstyles ul li, div#srv_CSSstyles a, div#srv_CSSstyles a:link, div#srv_CSSstyles a:hover { | ||
background:none transparent; | ||
font-family:inherit; | ||
font-weight:inherit; | ||
font-style:inherit; | ||
font-size:inherit; | ||
border-bottom:0 none; | ||
outline:0 none; | ||
color:inherit; | ||
list-style:none; | ||
text-decoration:none; | ||
margin:0; | ||
} | ||
|
||
div#srv_CSSstyles h1, div#srv_CSSstyles h2, div#srv_CSSstyles h3, div#srv_CSSstyles h4, div#srv_CSSstyles h5, div#srv_CSSstyles h6, div#srv_CSSstyles p, div#srv_CSSstyles blockquote, div#srv_CSSstyles pre{ | ||
margin:0; | ||
padding:0; | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
/*-----admin toolbar structure ----*/ | ||
div.srv_adminBox, div#srv_wysiwyg_tools, div#srv_adminLarge{ | ||
position:fixed; | ||
z-index:5000; | ||
} | ||
|
||
#srv_wysiwyg_tools{ | ||
width:30px; | ||
left:-80px; | ||
top:0; | ||
bottom:0; | ||
position: relative; | ||
min-height:430px; | ||
} | ||
#srv_wysiwyg_tools ul{ | ||
top:50%; | ||
margin:-209px 0 0 0; | ||
padding:0; | ||
height:417px; | ||
width:30px; | ||
position: absolute; | ||
} | ||
|
||
/*--------text editor icons ----------*/ | ||
|
||
#srv_wysiwyg_tools ul li{ | ||
width:24px; | ||
height:24px; | ||
border-bottom:0 none; | ||
margin:2px; | ||
background:none transparent; | ||
} | ||
#srv_wysiwyg_tools a{ | ||
width:20px; | ||
height:20px; | ||
background-image: url(/site_media/static/images/srv-icons.png); | ||
display:block; | ||
overflow: hidden; | ||
text-indent:-9999px; | ||
padding:2px; | ||
border:0 none; | ||
border:1px solid transparent; | ||
} | ||
|
||
#srv_wysiwyg_tools a:hover{ | ||
background-color:#e1e1e1; | ||
-moz-border-radius: 2px; | ||
-webkit-border-radius: 2px; | ||
border-radius:2px; | ||
border:1px solid #bbbbbc; | ||
} | ||
|
||
#srv_wysiwyg_tools a.srv_bold, #srv_wysiwyg_tools a.srv_bold.active {background-position: 0 -133px;} | ||
#srv_wysiwyg_tools a.srv_italic, #srv_wysiwyg_tools a.srv_italic.active {background-position: 0 -160px;} | ||
#srv_wysiwyg_tools a.srv_underline, #srv_wysiwyg_tools a.srv_underline.active {background-position: 0 -186px;} | ||
#srv_wysiwyg_tools a.srv_style, #srv_wysiwyg_tools a.srv_style.active {background-position: 0 -214px;} | ||
#srv_wysiwyg_tools a.srv_bullet, #srv_wysiwyg_tools a.srv_bullet.active {background-position: 0 -246px;} | ||
#srv_wysiwyg_tools a.srv_number, #srv_wysiwyg_tools a.srv_number.active {background-position: 0 -273px;} | ||
#srv_wysiwyg_tools a.srv_blockquote, #srv_wysiwyg_tools a.srv_blockquote.active {background-position: 0 -299px;} | ||
#srv_wysiwyg_tools a.srv_hr, #srv_wysiwyg_tools a.srv_hr.active {background-position: 0 -318px;} | ||
|
||
#srv_wysiwyg_tools a.srv_undo, #srv_wysiwyg_tools a.srv_undo.active {background-position: 0 -357px;} | ||
#srv_wysiwyg_tools a.srv_redo, #srv_wysiwyg_tools a.srv_redo.active {background-position: 0 -383px;} | ||
|
||
#srv_wysiwyg_tools a.srv_link, #srv_wysiwyg_tools a.srv_link.active {background-position: 0 -423px;} | ||
#srv_wysiwyg_tools a.srv_unlink, #srv_wysiwyg_tools a.srv_unlink.active {background-position: 0 -448px;} | ||
|
||
#srv_wysiwyg_tools a.srv_spell, #srv_wysiwyg_tools a.srv_spell.active {background-position: 0 -483px;} | ||
#srv_wysiwyg_tools a.srv_code, #srv_wysiwyg_tools a.srv_code.active {background-position: 0 -508px;} | ||
#srv_wysiwyg_tools a.srv_insert, #srv_wysiwyg_tools a.srv_insert.active {background-position: 0 -532px;} | ||
|
||
|
||
#srv_wysiwyg_tools a.srv_bold:hover {background-position: -32px -133px;} | ||
#srv_wysiwyg_tools a.srv_italic:hover {background-position: -32px -160px;} | ||
#srv_wysiwyg_tools a.srv_underline:hover {background-position: -32px -186px;} | ||
#srv_wysiwyg_tools a.srv_style:hover {background-position: -32px -214px;} | ||
#srv_wysiwyg_tools a.srv_bullet:hover {background-position: -32px -246px;} | ||
#srv_wysiwyg_tools a.srv_number:hover {background-position: -32px -273px;} | ||
#srv_wysiwyg_tools a.srv_blockquote:hover {background-position: -32px -299px;} | ||
#srv_wysiwyg_tools a.srv_hr:hover {background-position: -32px -318px;} | ||
|
||
#srv_wysiwyg_tools a.srv_undo:hover {background-position: -32px -357px;} | ||
#srv_wysiwyg_tools a.srv_redo:hover {background-position: -32px -383px;} | ||
|
||
#srv_wysiwyg_tools a.srv_link:hover {background-position: -32px -423px;} | ||
#srv_wysiwyg_tools a.srv_unlink:hover {background-position: -32px -448px;} | ||
|
||
#srv_wysiwyg_tools a.srv_spell:hover {background-position: -32px -483px;} | ||
#srv_wysiwyg_tools a.srv_code:hover {background-position: -32px -508px;} | ||
#srv_wysiwyg_tools a.srv_insert:hover {background-position: -32px -532px;} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.