-
Notifications
You must be signed in to change notification settings - Fork 15
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
silva
authored and
silva
committed
Nov 22, 2013
1 parent
b927f87
commit 3e0a9f4
Showing
67 changed files
with
5,328 additions
and
0 deletions.
There are no files selected for viewing
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,59 @@ | ||
/** | ||
* This file provides styles for the Administration overview | ||
* (?do=admin). | ||
*/ | ||
|
||
.dokuwiki ul.admin_tasks { | ||
float: left; | ||
width: 40%; | ||
list-style-type: none; | ||
font-size: 1.125em; | ||
} | ||
[dir=rtl] .dokuwiki ul.admin_tasks { | ||
float: right; | ||
} | ||
|
||
.dokuwiki ul.admin_tasks li { | ||
padding-left: 35px; | ||
margin: 0 0 1em 0; | ||
font-weight: bold; | ||
list-style-type: none; | ||
background: transparent none no-repeat scroll 0 0; | ||
color: inherit; | ||
} | ||
[dir=rtl] .dokuwiki ul.admin_tasks li { | ||
padding-left: 0; | ||
padding-right: 35px; | ||
background-position: right 0; | ||
} | ||
|
||
.dokuwiki ul.admin_tasks li.admin_acl { | ||
background-image: url(../../images/admin/acl.png); | ||
} | ||
.dokuwiki ul.admin_tasks li.admin_usermanager { | ||
background-image: url(../../images/admin/usermanager.png); | ||
} | ||
.dokuwiki ul.admin_tasks li.admin_plugin { | ||
background-image: url(../../images/admin/plugin.png); | ||
} | ||
.dokuwiki ul.admin_tasks li.admin_config { | ||
background-image: url(../../images/admin/config.png); | ||
} | ||
.dokuwiki ul.admin_tasks li.admin_revert { | ||
background-image: url(../../images/admin/revert.png); | ||
} | ||
.dokuwiki ul.admin_tasks li.admin_popularity { | ||
background-image: url(../../images/admin/popularity.png); | ||
} | ||
|
||
/* DokuWiki version below */ | ||
.dokuwiki #admin__version { | ||
clear: left; | ||
float: right; | ||
color: @ini_text_neu; | ||
background-color: inherit; | ||
} | ||
[dir=rtl] .dokuwiki #admin__version { | ||
clear: right; | ||
float: left; | ||
} |
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,75 @@ | ||
/** | ||
* This file provides styles for the diff view, which shows you | ||
* differences between two versions of a page (?do=diff). | ||
*/ | ||
|
||
.dokuwiki table.diff { | ||
width: 100%; | ||
border-width: 0; | ||
} | ||
.dokuwiki table.diff th, | ||
.dokuwiki table.diff td { | ||
vertical-align: top; | ||
padding: 0; | ||
border-width: 0; | ||
/* no style.ini colours because deleted and added lines have a fixed background colour */ | ||
background-color: #fff; | ||
color: #333; | ||
} | ||
|
||
/* table header */ | ||
.dokuwiki table.diff th { | ||
border-bottom: 1px solid @ini_border; | ||
font-size: 110%; | ||
font-weight: normal; | ||
} | ||
.dokuwiki table.diff th a { | ||
font-weight: bold; | ||
} | ||
.dokuwiki table.diff th span.user { | ||
font-size: .9em; | ||
} | ||
.dokuwiki table.diff th span.sum { | ||
font-size: .9em; | ||
font-weight: bold; | ||
} | ||
.dokuwiki table.diff th.minor { | ||
color: #999; | ||
} | ||
.dokuwiki table.diff_sidebyside th { | ||
width: 50%; | ||
} | ||
|
||
/* table body */ | ||
.dokuwiki table.diff .diff-lineheader { | ||
width: .7em; | ||
text-align: right; | ||
} | ||
[dir=rtl] .dokuwiki table.diff .diff-lineheader { | ||
text-align: left; | ||
} | ||
.dokuwiki table.diff .diff-lineheader, | ||
.dokuwiki table.diff td { | ||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; | ||
} | ||
.dokuwiki table.diff td.diff-blockheader { | ||
font-weight: bold; | ||
} | ||
.dokuwiki table.diff .diff-addedline { | ||
background-color: #cfc; | ||
color: inherit; | ||
} | ||
.dokuwiki table.diff .diff-deletedline { | ||
background-color: #fdd; | ||
color: inherit; | ||
} | ||
.dokuwiki table.diff td.diff-context { | ||
background-color: #eee; | ||
color: inherit; | ||
} | ||
.dokuwiki table.diff td.diff-addedline strong, | ||
.dokuwiki table.diff td.diff-deletedline strong { | ||
color: #f00; | ||
background-color: inherit; | ||
font-weight: bold; | ||
} |
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,143 @@ | ||
/** | ||
* This file provides styles for the edit view (?do=edit), preview | ||
* and section edit buttons. | ||
*/ | ||
|
||
/* edit view | ||
********************************************************************/ | ||
|
||
.dokuwiki div.editBox { | ||
} | ||
|
||
/*____________ toolbar ____________*/ | ||
|
||
.dokuwiki div.toolbar { | ||
margin-bottom: .5em; | ||
} | ||
#draft__status { | ||
float: right; | ||
color: @ini_text_alt; | ||
background-color: inherit; | ||
} | ||
[dir=rtl] #draft__status { | ||
float: left; | ||
} | ||
#tool__bar { | ||
float: left; | ||
} | ||
[dir=rtl] #tool__bar { | ||
float: right; | ||
} | ||
|
||
/* buttons inside of toolbar */ | ||
.dokuwiki div.toolbar button.toolbutton { | ||
} | ||
/* picker popups (outside of .dokuwiki) */ | ||
div.picker { | ||
width: 300px; | ||
border: 1px solid @ini_border; | ||
background-color: @ini_background_alt; | ||
color: inherit; | ||
} | ||
/* picker for headlines */ | ||
div.picker.pk_hl { | ||
width: auto; | ||
} | ||
|
||
/* buttons inside of picker */ | ||
div.picker button.pickerbutton, | ||
div.picker button.toolbutton { | ||
padding: .1em .35em; | ||
border-width: 0; | ||
} | ||
|
||
/*____________ edit textarea ____________*/ | ||
|
||
.dokuwiki textarea.edit { | ||
/* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */ | ||
width: 700px; | ||
min-width: 100%; | ||
max-width: 100%; | ||
margin-bottom: .5em; | ||
} | ||
|
||
/*____________ below the textarea ____________*/ | ||
|
||
.dokuwiki div.editBar { | ||
overflow: hidden; | ||
margin-bottom: .5em; | ||
} | ||
|
||
/* size and wrap controls */ | ||
#size__ctl { | ||
float: right; | ||
} | ||
[dir=rtl] #size__ctl { | ||
float: left; | ||
} | ||
#size__ctl img { | ||
cursor: pointer; | ||
} | ||
|
||
/* edit buttons */ | ||
.dokuwiki .editBar .editButtons { | ||
display: inline; | ||
margin-right: 1em; | ||
} | ||
[dir=rtl] .dokuwiki .editBar .editButtons { | ||
margin-right: 0; | ||
margin-left: 1em; | ||
} | ||
.dokuwiki .editBar .editButtons input { | ||
} | ||
|
||
/* summary input and minor changes checkbox */ | ||
.dokuwiki .editBar .summary { | ||
display: inline; | ||
} | ||
.dokuwiki .editBar .summary label { | ||
vertical-align: middle; | ||
white-space: nowrap; | ||
} | ||
.dokuwiki .editBar .summary label span { | ||
vertical-align: middle; | ||
} | ||
.dokuwiki .editBar .summary input { | ||
} | ||
/* change background colour if summary is missing */ | ||
.dokuwiki .editBar .summary input.missing { | ||
color: @ini_text; | ||
background-color: #ffcccc; | ||
} | ||
|
||
/* preview | ||
********************************************************************/ | ||
|
||
.dokuwiki div.preview { | ||
border: dotted @ini_border; | ||
border-width: .2em 0; | ||
padding: 1.4em 0; | ||
margin-bottom: 1.4em; | ||
} | ||
|
||
/* section edit buttons | ||
********************************************************************/ | ||
|
||
.dokuwiki .secedit { | ||
float: right; | ||
margin-top: -1.4em; | ||
} | ||
[dir=rtl] .dokuwiki .secedit { | ||
float: left; | ||
} | ||
.dokuwiki .secedit input.button { | ||
font-size: 75%; | ||
} | ||
|
||
/* style for section highlighting */ | ||
.dokuwiki div.section_highlight { | ||
margin: 0 -1em; /* negative side margin = side padding + side border */ | ||
padding: 0 .5em; | ||
border: solid @ini_background_alt; | ||
border-width: 0 .5em; | ||
} |
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,112 @@ | ||
/** | ||
* This file provides the styles for the file uploader | ||
* used in the media manager (both fullscreen and popup). | ||
*/ | ||
|
||
.qq-uploader { | ||
position: relative; | ||
width: 100%; | ||
} | ||
|
||
.qq-uploader .error { | ||
color: #f00; | ||
background-color: #fff; | ||
} | ||
|
||
/* select file button */ | ||
|
||
.qq-upload-button { | ||
display: inline-block; | ||
text-decoration: none; | ||
font-size: 100%; | ||
cursor: pointer; | ||
margin: 1px 1px 5px; | ||
} | ||
|
||
* html .qq-upload-button, | ||
*+html .qq-upload-button { | ||
display: inline; | ||
} | ||
|
||
.qq-upload-button-focus { | ||
outline: 1px dotted; | ||
} | ||
|
||
/* drop area */ | ||
|
||
.qq-upload-drop-area { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
min-height: 70px; | ||
z-index: 2; | ||
background: @ini_background_neu; | ||
color: @ini_text; | ||
text-align: center; | ||
} | ||
|
||
.qq-upload-drop-area span { | ||
display: block; | ||
position: absolute; | ||
top: 50%; | ||
width: 100%; | ||
margin-top: -8px; | ||
font-size: 120%; | ||
} | ||
|
||
.qq-upload-drop-area-active { | ||
background: @ini_background_alt; | ||
} | ||
|
||
/* list of files to upload */ | ||
|
||
div.qq-uploader ul { | ||
margin: 0; | ||
padding: 0; | ||
list-style: none; | ||
} | ||
|
||
.qq-uploader li { | ||
margin: 0 0 5px; | ||
color: @ini_text; | ||
} | ||
|
||
.qq-uploader li span, | ||
.qq-uploader li input, | ||
.qq-uploader li a { | ||
margin-right: 5px; | ||
} | ||
|
||
.qq-upload-file { | ||
display: block; | ||
font-weight: bold; | ||
} | ||
|
||
.qq-upload-spinner { | ||
display: inline-block; | ||
background: url("../../images/throbber.gif"); | ||
width: 15px; | ||
height: 15px; | ||
vertical-align: text-bottom; | ||
} | ||
|
||
.qq-upload-size, | ||
.qq-upload-cancel { | ||
font-size: 85%; | ||
} | ||
|
||
.qq-upload-failed-text { | ||
display: none; | ||
} | ||
.qq-upload-fail .qq-upload-failed-text { | ||
display: inline; | ||
} | ||
|
||
.qq-action-container * { | ||
vertical-align: middle; | ||
} | ||
.qq-overwrite-check input { | ||
margin-left: 10px; | ||
} |
Oops, something went wrong.