はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+147
View File
@@ -0,0 +1,147 @@
/*
* Callouts (from Twitter Bootstrap Documentation)
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code {
border-radius: 3px;
}
.bs-callout+.bs-callout {
margin-top: -5px;
}
.bs-callout-default {
border-left-color: #777;
}
.bs-callout-default h4 {
color: #777;
}
.bs-callout-primary {
border-left-color: #428bca;
}
.bs-callout-primary h4 {
color: #428bca;
}
.bs-callout-success {
border-left-color: #5cb85c;
}
.bs-callout-success h4 {
color: #5cb85c;
}
.bs-callout-danger {
border-left-color: #d9534f;
}
.bs-callout-danger h4 {
color: #d9534f;
}
.bs-callout-warning {
border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
color: #f0ad4e;
}
.bs-callout-info {
border-left-color: #5bc0de;
}
.bs-callout-info h4 {
color: #5bc0de;
}
.bootswatch-callout(@theme, @primary, @success, @info, @warning, @danger) {
.@{theme} .bs-callout-primary {
border-left-color: @primary;
h4, .bs-callout-icon {
color: @primary;
}
}
.@{theme} .bs-callout-success {
border-left-color: @success;
h4, .bs-callout-icon {
color: @success;
}
}
.@{theme} .bs-callout-info {
border-left-color: @info;
h4, .bs-callout-icon {
color: @info;
}
}
.@{theme} .bs-callout-warning {
border-left-color: @warning;
h4, .bs-callout-icon {
color: @warning;
}
}
.@{theme} .bs-callout-danger {
border-left-color: @danger;
h4, .bs-callout-icon {
color: @danger;
}
}
}
/**
* Callauts for Bootswatch themes
*/
.bootswatch-callout(cerulean, #2FA4E7, #73A839, #033C73, #DD5600, #C71C22);
.bootswatch-callout(cosmo, #2780E3, #3FB618, #9954BB, #FF7518, #FF0039);
.bootswatch-callout(cyborg, #2A9FD6, #77B300, #9933CC, #FF8800, #CC0000);
.bootswatch-callout(darkly, #375A7F, #00BC8C, #3498DB, #F39C12, #E74C3C);
.bootswatch-callout(flatly, #2C3E50, #18BC9C, #3498DB, #F39C12, #E74C3C);
.bootswatch-callout(journal, #EB6864, #22B24C, #336699, #F5E625, #F57A00);
.bootswatch-callout(lumen, #158CBA, #28B62C, #75CAEB, #FF851B, #FF4136);
.bootswatch-callout(paper, #2196F3, #4CAF50, #9C27B0, #FF9800, #E51C23);
.bootswatch-callout(readable, #4582EC, #3FAD46, #5BC0DE, #F0AD4E, #D9534F);
.bootswatch-callout(sandstone, #325D88, #93C54B, #29ABE0, #F47C3C, #D9534F);
.bootswatch-callout(simplex, #D9230F, #469408, #029ACF, #9B479F, #D9831F);
.bootswatch-callout(slate, #7A8288, #62C462, #5BC0DE, #F89406, #EE5F5B);
.bootswatch-callout(solar, #425358, #2AA198, #268BD2, #CB4B16, #D33682);
.bootswatch-callout(spacelab, #446E9B, #3CB521, #3399F3, #D47500, #CD0200);
.bootswatch-callout(superhero, #DF691A, #5CB85C, #5BC0DE, #F0AD4E, #D9534F);
.bootswatch-callout(united, #E95420, #38B44A, #772953, #EFB73E, #DF382C);
.bootswatch-callout(yeti, #008CBA, #43AC6A, #5BC0DE, #E99002, #F04124);
/**
* Fix for SVG icon
*/
i.bs-callout-icon { font-size: 2em; }
svg.bs-callout-icon { height: 32px; width: 32px; }
+64
View File
@@ -0,0 +1,64 @@
.dokuwiki div.ui-admin {
/* main task grouped in two columns */
ul.admin_tasks {
float: left;
width: 40%;
list-style-type: none;
font-size: 1.125em;
}
[dir=rtl] & ul.admin_tasks {
float: right;
}
/* general menu item styling */
ul {
padding: 0;
li {
margin: 0 0 1em 0;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
a {
display: flex;
span {
display: inline-block;
&.icon {
width: 1.5em;
min-height: 1.5em;
margin: 0 0.5em;
vertical-align: top;
svg {
width: 1.5em;
height: 1.5em;
fill: @ini_link;
display: inline-block;
path {
fill: @ini_link;
}
}
}
&.prompt {
white-space: normal;
}
}
}
}
}
/* DokuWiki version */
#admin__version {
clear: left;
float: right;
color: @ini_text_neu;
background-color: inherit;
}
[dir=rtl] & #admin__version {
clear: right;
float: left;
}
}
+141
View File
@@ -0,0 +1,141 @@
/**
* This file provides styles for the edit view (?do=edit), preview
* and section edit buttons.
*/
/* edit view
********************************************************************/
.dokuwiki div.editBox {
}
/*____________ toolbar ____________*/
.dokuwiki div.toolbar {
display: inline-block;
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 {
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 button {
}
/* 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 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;
}
@@ -0,0 +1,107 @@
/**
* 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;
}
.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;
}
+106
View File
@@ -0,0 +1,106 @@
/* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */
/**
* This file provides styles for forms in general and specifically
* for ?do=
* - login
* - resendpwd
* - register
* - profile
* - subscribe
*/
/* ---------------- forms ------------------------ */
.dokuwiki form {
border: none;
display: inline;
}
.dokuwiki label.block {
display: block;
text-align: right;
font-weight: bold;
}
[dir=rtl] .dokuwiki label.block {
text-align: left;
}
.dokuwiki label.simple {
display: block;
text-align: left;
font-weight: normal;
}
[dir=rtl] .dokuwiki label.simple {
text-align: right;
}
.dokuwiki label.block select,
.dokuwiki label.block input.edit {
width: 50%;
}
.dokuwiki label span {
vertical-align: middle;
}
.dokuwiki fieldset {
width: 400px;
text-align: center;
border: 1px solid @ini_border;
padding: 0.5em;
margin: auto;
}
.dokuwiki input.edit,
.dokuwiki select.edit {
vertical-align: middle;
}
.dokuwiki select.edit {
padding: 0.1em 0;
}
.dokuwiki button {
vertical-align: middle;
}
/**
* Styles for auth forms
*/
#dw__login label[for="remember__me"] {
margin-left: 50%;
margin-bottom: 1.4em;
}
#dw__login fieldset,
#dw__resendpwd fieldset,
#dw__register fieldset {
padding-bottom: 0.7em;
}
#dw__profiledelete {
display: block;
margin-top: 2.8em;
}
/**
* Styles for the subscription page
*/
#subscribe__form {
display: block;
width: 400px;
text-align: center;
}
#subscribe__form fieldset {
text-align: left;
margin: 0.5em 0;
}
[dir=rtl] #subscribe__form fieldset {
text-align: right;
}
#subscribe__form label {
display: block;
margin: 0 0.5em 0.5em;
}
+69
View File
@@ -0,0 +1,69 @@
/**
* This file provides styles for all types of links.
*/
/*____________ links to wiki pages ____________*/
/* existing wikipage */
.dokuwiki a.wikilink1 {
}
/* not existing wikipage */
.dokuwiki a.wikilink2 {
text-decoration: none;
}
.dokuwiki a.wikilink2:link,
.dokuwiki a.wikilink2:visited {
border-bottom: 1px dashed;
}
.dokuwiki a.wikilink2:hover,
.dokuwiki a.wikilink2:active,
.dokuwiki a.wikilink2:focus {
border-bottom-width: 0;
}
/* any link to current page */
.dokuwiki span.curid a {
font-weight: bold;
}
/*____________ other link types ____________*/
.dokuwiki a.urlextern,
.dokuwiki a.windows,
.dokuwiki a.mail,
.dokuwiki a.mediafile,
.dokuwiki a.interwiki {
background-repeat: no-repeat;
background-position: 0 center;
padding: 0 0 0 18px;
}
/* external link */
.dokuwiki a.urlextern {
background-image: url(../../images/external-link.png);
}
/* windows share */
.dokuwiki a.windows {
background-image: url(../../images/unc.png);
}
/* email link */
.dokuwiki a.mail {
background-image: url(../../images/email.png);
}
/* icons of the following are set by dokuwiki in lib/exe/css.php */
/* link to some embedded media */
.dokuwiki a.mediafile {
}
/* interwiki link */
.dokuwiki a.interwiki {
}
/* RTL corrections; if link icons don't work as expected, remove the following lines */
[dir=rtl] .dokuwiki a.urlextern,
[dir=rtl] .dokuwiki a.windows,
[dir=rtl] .dokuwiki a.mail,
[dir=rtl] .dokuwiki a.interwiki,
[dir=rtl] .dokuwiki a.mediafile {
background-position: right center;
padding: 0 18px 0 0;
}
@@ -0,0 +1,541 @@
/**
* This file provides the styles for the fullscreen media manager
* (?do=media).
*
* What most templates would probably need to change (depending on
* their site width) are the 4 min-width's (search for @change).
*/
/*____________ structure ____________*/
#mediamanager__page h1 {
margin-bottom: .5em;
}
#mediamanager__page {
/* min-width must be summary of all 3 panels' min-widths */
min-width: 50em; /* @change */
width: 100%;
text-align: left;
}
[dir=rtl] #mediamanager__page {
text-align: right;
}
#mediamanager__page .panel {
float: left;
}
[dir=rtl] #mediamanager__page .panel {
float: right;
}
#mediamanager__page .namespaces {
width: 20%;
min-width: 10em; /* @change */
left:0 !important; /* overrules jQuery UI resizable in rtl */
}
#mediamanager__page .filelist {
width: 50%;
min-width: 25em; /* @change */
left:0 !important; /* overrules jQuery UI resizable in rtl */
}
#mediamanager__page .file {
width: 30%;
min-width: 15em; /* @change */
}
#mediamanager__page .tabs li {
white-space: nowrap;
}
#mediamanager__page .panelHeader {
background-color: @ini_background_alt;
margin: 0 10px 10px 0;
padding: 10px 10px 8px;
text-align: left;
min-height: 20px;
overflow: hidden;
}
[dir=rtl] #mediamanager__page .panelHeader {
text-align: right;
margin: 0 0 10px 10px;
}
#mediamanager__page .panelContent {
overflow-y: auto;
overflow-x: hidden;
padding: 0;
margin: 0 10px 10px 0;
position: relative;
}
[dir=rtl] #mediamanager__page .panelContent {
text-align: right;
margin: 0 0 10px 10px;
}
#mediamanager__page .file .panelHeader,
#mediamanager__page .file .panelContent {
margin-right: 0;
}
[dir=rtl] #mediamanager__page .file .panelHeader,
[dir=rtl] #mediamanager__page .file .panelContent {
margin-left: 0;
}
#mediamanager__page .ui-resizable-e {
width: 6px;
right: 2px;
background: transparent url(../../images/resizecol.png) center center no-repeat;
}
#mediamanager__page .ui-resizable-e:hover {
background-color: @ini_background_alt;
}
[dir=rtl] #mediamanager__page .ui-resizable-w {
width: 6px;
left: 2px;
background: transparent url(../../images/resizecol.png) center center no-repeat;
}
[dir=rtl] #mediamanager__page .ui-resizable-w:hover {
background-color: @ini_background_alt;
}
#mediamanager__page dd {
margin: 0;
}
#mediamanager__page .panelHeader h3 {
float: left;
font-weight: normal;
font-size: 1em;
padding: 0;
margin: 0 0 3px;
}
[dir=rtl] #mediamanager__page .panelHeader h3 {
float : right
}
/*____________ namespaces panel ____________*/
[dir=rtl] #mediamanager__page .namespaces {
text-align: right;
}
/* make it look like a tab (as in _tabs.css) */
#mediamanager__page .namespaces h2 {
font-size: 1em;
display: inline-block;
padding: .3em .8em;
margin: 0 0 0 .3em;
border-radius: .5em .5em 0 0;
font-weight: normal;
background-color: @ini_background_alt;
color: @ini_text;
border: 1px solid @ini_border;
border-bottom-color: @ini_background_alt;
line-height: 1.4em;
position: relative;
bottom: -1px;
z-index: 2;
}
[dir=rtl] #mediamanager__page .namespaces h2 {
margin: 0 .3em 0 0;
position: relative;
right: 10px;
}
#mediamanager__page .namespaces .panelHeader {
border-top: 1px solid @ini_border;
z-index: 1;
}
#mediamanager__page .namespaces ul {
margin-left: .2em;
margin-bottom: 0;
padding: 0;
list-style: none;
}
[dir=rtl] #mediamanager__page .namespaces ul {
margin-left: 0;
margin-right: .2em;
}
#mediamanager__page .namespaces ul ul {
margin-left: 1em;
}
[dir=rtl] #mediamanager__page .namespaces ul ul {
margin-left: 0;
margin-right: 1em;
}
#mediamanager__page .namespaces ul ul li {
margin: 0;
}
#mediamanager__page .namespaces ul .selected {
background-color: __highlight__;
font-weight: bold;
}
/*____________ file list panel ____________*/
/* file list header */
#mediamanager__page .panelHeader form.options {
float: right;
margin-top: -3px;
}
[dir=rtl] #mediamanager__page .panelHeader form.options {
float : left
}
#mediamanager__page .panelHeader ul {
list-style: none;
margin: 0;
padding: 0;
}
#mediamanager__page .panelHeader ul li {
color: @ini_text;
float: left;
line-height: 1;
padding-left: 3px;
}
[dir=rtl] #mediamanager__page .panelHeader ul li {
padding-right: 3px;
padding-left: 0;
float: right;
}
#mediamanager__page .panelHeader ul li.ui-controlgroup-horizontal {
padding-left: 30px;
margin: 0 0 0 5px;
}
#mediamanager__page .panelHeader ul li.listType {
background: url('../../images/icon-list.png') 3px 1px no-repeat;
}
#mediamanager__page .panelHeader ul li.sortBy {
background: url('../../images/icon-sort.png') 3px 1px no-repeat;
}
[dir=rtl] #mediamanager__page .panelHeader ul li.ui-controlgroup-horizontal {
padding-left: 0;
padding-right: 30px;
margin: 0 5px 0 0;
background-position: right 1px;
}
#mediamanager__page .panelHeader form.options .ui-controlgroup-horizontal label{
font-size: 90%;
margin-right: -0.4em;
padding: .3em .5em;
line-height: 1;
}
/* file list content */
#mediamanager__page .filelist ul {
padding: 0;
margin: 0 10px 0 0;
}
[dir=rtl] #mediamanager__page .filelist ul {
margin: 0 0 0 10px;
}
#mediamanager__page .filelist ul.rows {
margin: 0;
}
#mediamanager__page .filelist .panelContent ul li:hover {
background-color: @ini_background_alt;
}
#mediamanager__page .filelist li dt a {
vertical-align: middle;
display: table-cell;
overflow: hidden;
}
/* file list as thumbs */
#mediamanager__page .filelist .thumbs li {
width: 100px;
min-height: 130px;
display: inline-block;
/* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */
margin: 0 6px 10px 0;
background-color: @ini_background_neu;
color: @ini_text;
padding: 5px;
vertical-align: top;
text-align: center;
position: relative;
line-height: 1.2;
}
[dir=rtl] #mediamanager__page .filelist .thumbs li {
margin-right: 0;
margin-left: 6px;
}
#mediamanager__page .filelist .thumbs li dt a {
width: 100px;
height: 90px;
}
#mediamanager__page .filelist .thumbs li dt a img {
max-width: 90px;
max-height: 90px;
}
#mediamanager__page .filelist .thumbs li .name,
#mediamanager__page .filelist .thumbs li .size,
#mediamanager__page .filelist .thumbs li .filesize,
#mediamanager__page .filelist .thumbs li .date {
display: block;
overflow: hidden;
text-overflow: ellipsis;
width: 90px;
white-space: nowrap;
}
#mediamanager__page .filelist .thumbs li .name {
padding: 5px 0;
font-weight: bold;
}
#mediamanager__page .filelist .thumbs li .date {
font-style: italic;
white-space: normal;
}
/* file list as rows */
#mediamanager__page .filelist .rows li {
list-style: none;
display: block;
position: relative;
max-height: 50px;
margin: 0 0 3px 0;
background-color: @ini_background;
color: @ini_text;
overflow: hidden;
}
#mediamanager__page .filelist .rows li:nth-child(2n+1) {
background-color: @ini_background_neu;
}
#mediamanager__page .filelist .rows li dt {
float: left;
width: 10%;
height: 40px;
text-align: center;
}
[dir=rtl] #mediamanager__page .filelist .rows li dt {
float: right;
}
#mediamanager__page .filelist .rows li dt a {
width: 100px;
height: 40px;
}
#mediamanager__page .filelist .rows li dt a img {
max-width: 40px;
max-height: 40px;
}
#mediamanager__page .filelist .rows li .name,
#mediamanager__page .filelist .rows li .size,
#mediamanager__page .filelist .rows li .filesize,
#mediamanager__page .filelist .rows li .date {
overflow: hidden;
text-overflow: ellipsis;
float: left;
margin-left: 1%;
white-space: nowrap;
}
[dir=rtl] #mediamanager__page .filelist .rows li .name,
[dir=rtl] #mediamanager__page .filelist .rows li .size,
[dir=rtl] #mediamanager__page .filelist .rows li .filesize,
[dir=rtl] #mediamanager__page .filelist .rows li .date {
float: right;
margin-left: 0;
margin-right: 1%;
}
#mediamanager__page .filelist .rows li .name {
width: 30%;
font-weight: bold;
}
#mediamanager__page .filelist .rows li .size,
#mediamanager__page .filelist .rows li .filesize {
width: 15%;
}
#mediamanager__page .filelist .rows li .date {
width: 20%;
font-style: italic;
white-space: normal;
}
/* upload form */
#mediamanager__page div.upload {
padding-bottom: 0.5em;
}
/*____________ file panel ____________*/
#mediamanager__page .file ul.actions {
text-align: center;
margin: 0 0 5px;
padding: 0;
list-style: none;
}
#mediamanager__page .file ul.actions li {
display: inline;
margin: 0;
}
#mediamanager__page .file div.image {
margin-bottom: 5px;
text-align: center;
}
#mediamanager__page .file div.image img {
width: 100%;
}
#mediamanager__page .file dl {
margin-bottom: 0;
}
#mediamanager__page .file dl dt {
font-weight: bold;
display: block;
background-color: @ini_background_alt;
}
#mediamanager__page .file dl dd {
display: block;
background-color: @ini_background_neu;
}
/* file meta data edit form */
#mediamanager__page form.meta div.row {
margin-bottom: 5px;
}
#mediamanager__page form.meta label span {
display: block;
}
#mediamanager__page form.meta input {
width: 50%;
}
#mediamanager__page form.meta button {
width: auto;
}
#mediamanager__page form.meta textarea.edit {
height: 6em;
width: 95%;
min-width: 95%;
max-width: 95%;
}
/* file revisions form */
#mediamanager__page form.changes ul {
margin-left: 10px;
padding: 0;
list-style-type: none;
}
[dir=rtl] #mediamanager__page form.changes ul {
margin-left: 0;
margin-right: 10px;
}
#mediamanager__page form.changes ul li div.li div {
font-size: 90%;
color: @ini_text_neu;
padding-left: 18px;
}
[dir=rtl] #mediamanager__page form.changes ul li div.li div {
padding-left: 0;
padding-right: 18px;
}
#mediamanager__page form.changes ul li div.li input {
position: relative;
top: 1px;
}
/* file diff view */
#mediamanager__diff table {
table-layout: fixed;
border-width: 0;
}
#mediamanager__diff td,
#mediamanager__diff th {
width: 48%;
margin: 0 5px 10px 0;
padding: 0;
vertical-align: top;
text-align: left;
border-color: @ini_background;
}
[dir=rtl] #mediamanager__diff td,
[dir=rtl] #mediamanager__diff th {
margin: 0 0 10px 5px;
text-align: right;
}
#mediamanager__diff th {
font-weight: normal;
background-color: @ini_background;
line-height: 1.2;
}
#mediamanager__diff th a {
font-weight: bold;
}
#mediamanager__diff th span {
font-size: 90%;
}
#mediamanager__diff dl dd strong{
background-color: __highlight__;
color: @ini_text;
font-weight: normal;
}
/* image diff views */
#mediamanager__page .file form.diffView {
margin-bottom: 10px;
display: block;
}
#mediamanager__diff div.slider {
margin: 10px;
width: 95%;
}
#mediamanager__diff .imageDiff {
position: relative;
}
#mediamanager__diff .imageDiff .image2 {
position: absolute;
top: 0;
left: 0;
}
#mediamanager__diff .imageDiff.opacity .image2 {
opacity: 0.5;
}
#mediamanager__diff .imageDiff.portions .image2 {
border-right: 1px solid red;
overflow: hidden;
}
#mediamanager__diff .imageDiff.portions img {
float: left;
}
#mediamanager__diff .imageDiff img {
width: 100%;
max-width: none;
}
@@ -0,0 +1,208 @@
/**
* This file provides styles for the media manager popup
* (mediamanager.php).
*/
/*____________ structure ____________*/
html.popup {
overflow: auto;
}
#media__manager {
height: 100%;
overflow: hidden;
}
#mediamgr__aside {
width: 30%;
height: 100%;
overflow: auto;
position: absolute;
left: 0;
border-right: 1px solid @ini_border;
}
[dir=rtl] #mediamgr__aside {
left: auto;
right: 0;
border-right-width: 0;
border-left: 1px solid @ini_border;
}
#mediamgr__aside .pad {
padding: .5em;
}
#mediamgr__content {
width: 69.7%;
height: 100%;
overflow: auto;
position: absolute;
right: 0;
}
[dir=rtl] #mediamgr__content {
right: auto;
left: 0;
}
#mediamgr__content .pad {
padding: .5em;
}
#media__manager h1,
#media__manager h2 {
font-size: 1.5em;
margin-bottom: .5em;
padding-bottom: .2em;
border-bottom: 1px solid @ini_border;
}
/* left side
********************************************************************/
/*____________ options ____________*/
#media__opts {
margin-bottom: .5em;
}
#media__opts input {
margin-right: .3em;
}
[dir=rtl] #media__opts input {
margin-right: 0;
margin-left: .3em;
}
#media__opts label {
}
/*____________ tree ____________*/
#media__tree ul {
padding-left: .2em;
}
[dir=rtl] #media__tree ul {
padding-left: 0;
padding-right: .2em;
}
#media__tree ul li {
clear: left;
list-style-type: none;
list-style-image: none;
margin-left: 0;
}
[dir=rtl] #media__tree ul li {
clear: right;
margin-right: 0;
}
#media__tree ul li img {
float: left;
padding: .5em .3em 0 0;
}
[dir=rtl] #media__tree ul li img {
float: right;
padding: .5em 0 0 .3em;
}
#media__tree ul li div.li {
display: inline;
}
#media__tree ul li li {
margin-left: 1.5em;
}
[dir=rtl] #media__tree ul li li {
margin-left: 0;
margin-right: 1.5em;
}
/* right side
********************************************************************/
/*____________ upload form ____________*/
/* upload info */
#media__content div.upload {
font-size: .9em;
margin-bottom: .5em;
}
#mediamanager__uploader {
margin-bottom: 1em;
}
#mediamanager__uploader p {
margin-bottom: .5em;
}
/*____________ file list ____________*/
#media__content img.load {
margin: 1em auto;
}
#media__content .odd,
#media__content .even {
padding: .5em;
}
#media__content .odd {
background-color: @ini_background_alt;
}
#media__content .even {
}
/* highlight newly uploaded or edited file */
#media__content #scroll__here {
border: 1px dashed @ini_border;
}
/* link which inserts media file */
#media__content a.mediafile {
margin-right: 1.5em;
font-weight: bold;
cursor: pointer;
}
[dir=rtl] #media__content a.mediafile {
margin-right: 0;
margin-left: 1.5em;
}
#media__content span.info {
}
#media__content img.btn {
vertical-align: text-bottom;
}
/* info how to insert media, if JS disabled */
#media__content div.example {
color: @ini_text_neu;
margin-left: 1em;
}
#media__content div.detail {
padding: .2em 0;
}
#media__content div.detail div.thumb {
float: left;
margin: 0 .5em 0 18px;
}
[dir=rtl] #media__content div.detail div.thumb {
float: right;
margin: 0 18px 0 .5em;
}
#media__content div.detail div.thumb a {
display: block;
cursor: pointer;
}
#media__content div.detail p {
margin-bottom: 0;
}
/*____________ media search ____________*/
#dw__mediasearch {
}
#dw__mediasearch p {
}
#dw__mediasearch label {
}
#dw__mediasearch label span {
}
#dw__mediasearch input.edit {
}
#dw__mediasearch button {
}
+94
View File
@@ -0,0 +1,94 @@
/**
* This file provides styles for modal dialogues.
*/
.dokuwiki .ui-widget {
font-size: 100%;
}
/* link wizard (opens from the link button in the edit toolbar)
********************************************************************/
#link__wiz {
}
[dir=rtl] #link__wiz_close {
float: left;
}
#link__wiz_result {
background-color: @ini_background;
width: 293px;
height: 193px;
overflow: auto;
border: 1px solid @ini_border;
margin: 3px auto;
text-align: left;
line-height: 1;
}
[dir=rtl] #link__wiz_result {
text-align: right;
}
#link__wiz_result div {
padding: 3px 3px 3px 0;
}
#link__wiz_result div a {
display: block;
padding-left: 22px;
min-height: 16px;
background: transparent 3px center no-repeat;
}
[dir=rtl] #link__wiz_result div a {
padding: 3px 22px 3px 3px;
background-position: 257px 3px;
}
#link__wiz_result div.type_u a {
background-image: url(../../images/up.png);
}
#link__wiz_result div.type_f a {
background-image: url(../../images/page.png);
}
#link__wiz_result div.type_d a {
background-image: url(../../images/ns.png);
}
#link__wiz_result div.even {
background-color: @ini_background_neu;
}
#link__wiz_result div.selected {
background-color: @ini_background_alt;
}
#link__wiz_result span {
display: block;
color: @ini_text_neu;
margin-left: 22px;
}
/* media option wizard (opens when inserting media in the media popup)
********************************************************************/
#media__popup {
/* for backwards compatibility (not needed since Rincewind) */
display: none;
}
#media__popup_content p {
margin: 0 0 .5em;
}
#media__popup_content label {
margin-right: .5em;
cursor: default;
}
#media__popup_content button {
margin-right: 1px;
cursor: pointer;
}
+204
View File
@@ -0,0 +1,204 @@
/**
* This file provides styles for the search results page (?do=search)
* and the AJAX search popup.
*/
/* general
********************************************************************/
/* search hit in normal text */
.dokuwiki .search_hit {
color: @ini_text;
background-color: __highlight__;
}
/* "nothing found" at search + media */
.dokuwiki div.nothing {
margin-bottom: 1.4em;
}
/* search results page
********************************************************************/
/*____________ advanced search form ____________*/
.dokuwiki .search-results-form fieldset.search-form {
width: 100%;
margin: 1em 0;
input[name="q"] {
width: 50%;
}
button.toggleAssistant {
float: right;
}
.advancedOptions {
padding: 1em 0;
> div {
display: inline-block;
position: relative;
margin: 0 0.5em;
}
div.toggle {
// default closed toggle state
div.current {
cursor: pointer;
max-width: 10em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&::after {
content: '▼';
font-size: smaller;
color: @ini_text_alt;
}
}
div.changed {
font-weight: bold;
}
ul {
display: none;
position: absolute;
border: 1px solid @ini_border;
background-color: @ini_background;
padding: 0.25em 0.5em;
text-align: left;
min-width: 10em;
max-width: 15em;
max-height: 50vh;
overflow: auto;
z-index: 100;
li {
margin: 0.25em 0;
list-style: none;
a {
display: block;
}
}
}
// open toggle state
&.open {
div.current::after {
content: '▲';
}
ul {
display: block;
}
}
}
}
}
[dir=rtl] .search-results-form fieldset.search-form .advancedOptions {
div.toggle ul {
text-align: right;
}
}
/*____________ matching pagenames ____________*/
.dokuwiki div.search_quickresult {
margin-bottom: 1.4em;
ul {
padding: 0;
li {
float: left;
width: 12em;
margin: 0 1.5em;
}
}
}
[dir=rtl] .dokuwiki div.search_quickresult ul li {
float: right;
}
/*____________ search results ____________*/
.dokuwiki dl.search_results {
margin-bottom: 1.2em;
/* search heading */
dt {
font-weight: normal;
margin-bottom: .2em;
}
/* last modified line */
dd.meta {
margin: 0 0 .2em 0;
}
/* search snippet */
dd.snippet {
color: @ini_text_alt;
background-color: inherit;
margin: 0 0 1.2em 0;
/* search hit in search results */
strong.search_hit {
font-weight: normal;
/* color is set in general */
}
/* ellipsis separating snippets */
.search_sep {
color: @ini_text;
background-color: inherit;
}
}
}
/* AJAX quicksearch popup
********************************************************************/
.dokuwiki form.search {
div.no {
position: relative;
}
/* .JSpopup */
div.ajax_qsearch {
position: absolute;
top: 0;
left: -13.5em; /* -( width of #qsearch__in + padding of .ajax_qsearch + a bit more ) */
width: 12em;
padding: 0.5em;
font-size: .9em;
z-index: 20;
text-align: left;
display: none;
strong {
display: block;
margin-bottom: .3em;
}
ul {
margin: 0 !important;
padding: 0 !important;
li {
margin: 0;
padding: 0;
display: block !important;
}
}
}
}
[dir=rtl] .dokuwiki form.search div.ajax_qsearch {
left: auto;
right: -13.5em;
text-align: right;
}
+93
View File
@@ -0,0 +1,93 @@
/*!
* DokuWiki Bootstrap3 Template: Difference
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
.dokuwiki {
div.pagenav {
text-align: center;
margin: 1.5em 0;
}
div.pagenav-prev,
div.pagenav-next {
display: inline;
margin: 0 0.5em;
}
.diffoptions,
.diffnav {
padding: 0.5em 0 !important;
}
.diff-blockheader {
padding: 0.5em 0 !important;
}
.diff_inline td, th {
vertical-align: middle;
}
.dokuwiki .diffoptions.group p {
float: right;
}
.diffnav {
span {
display: none;
}
a {
display: inline-block;
}
}
table.diff {
width: 100%;
border-width: 0;
overflow: hidden;
form, label {
display: inline;
}
select {
font-size: small;
width: 60%;
option[selected] {
font-weight: bold;
}
}
th, td {
vertical-align: top;
padding: 0;
border-width: 0;
}
td {
font-family: monospace;
font-size: small;
&.diff-context {
background-color: #fafafa;
}
}
.diff_sidebyside th {
width: 50%;
}
.diff-lineheader {
width: 0;
}
}
}
+73
View File
@@ -0,0 +1,73 @@
/*!
* DokuWiki Bootstrap3 Template: Mobile and other devices styles
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
@media screen and (max-width: 767px) {
.dokuwiki {
fieldset,
label.block select,
label.block input.edit {
width: 100%;
text-align: left;
}
label.block {
text-align: initial;
}
label[for="remember__me"] {
margin-left: 0 !important;
}
.centeralign form {
text-align: left;
}
.dw-container.mx-5 {
margin-left: 0 !important;
margin-right: 0 !important;
}
#config__manager {
td {
display: block;
margin: 5px;
}
td.value {
border-top: 0px solid transparent
}
}
#insitu__fn {
max-width: initial !important;
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
top: initial !important;
width: 90% !important;
margin: 10px;
z-index: 9999;
&::before {
content: 'x';
right: 5px;
position: absolute;
top: 5px;
cursor: pointer;
border-radius: 50%;
width: 16px;
height: 16px;
background: #ddd;
text-align: center;
}
}
}
}
@@ -0,0 +1,24 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Add New Page Plugin */
.nav .addnewpage {
padding: 10px;
select,
input {
margin-bottom: 5px;
}
select,
input[type=text] {
width: 100% !important;
}
}
@@ -0,0 +1,36 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Bureaucracy Plugin */
/* Styles for XS devices */
@media screen and (max-width: 767px) {
.dokuwiki {
form.bureaucracy__plugin {
label {
text-align: left;
input.edit,
select {
width: 100%;
}
}
}
}
}
.dokuwiki form.bureaucracy__plugin div.field {
margin-bottom: 5px;
}
+12
View File
@@ -0,0 +1,12 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Data Plugin (Table) */
table.dataplugin_table {
width: auto;
}
@@ -0,0 +1,17 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Database2 */
table.database2-single-editor {
.database2-label {
font-weight: bold;
text-align: right;
padding-right: 3px 1em 0px 1em;
vertical-align: top;
}
}
@@ -0,0 +1,21 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* DataTables Plugin */
.dt-wrapper {
.form-control {
width: auto;
display: initial;
}
.dataTables_paginate a:hover {
cursor: pointer;
}
}
+12
View File
@@ -0,0 +1,12 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Dir Plugin */
table.pagelist tbody tr.row::before {
display: none;
}
@@ -0,0 +1,41 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Discussion Plugin */
div.dokuwiki {
div.comment_wrapper {
margin: 50px 0 0 0;
padding: 0;
background-color: inherit;
div.panel-heading {
margin-top: 0;
padding: 5px;
clear: none;
}
div.comment_body {
border: 0 hidden;
}
div.comment_buttons {
float: none;
margin-top: initial;
padding: 5px;
}
}
#discussion__section {
color: inherit;
text-decoration: none;
}
}
@@ -0,0 +1,12 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* InlineTOC Plugin */
.inlinetoc2 > li {
margin-left: -10px;
}
@@ -0,0 +1,14 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Linkback Plugin */
div.linkback_wrapper {
background-color: inherit !important;
padding: 1em 0 !important;
margin: 0 !important;
}
+18
View File
@@ -0,0 +1,18 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Move Plugin */
#plugin_move__progress li {
min-height: 0 !important;
margin-top: 10px;
}
#plugin_move__progress li.media {
overflow: initial !important;
}
@@ -0,0 +1,30 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Overlay */
#overlay {
padding: 0;
font-size: small;
z-index: 9999;
a {
text-decoration: none;
span { display: none; }
}
.list-inline {
margin: 0;
padding: 0;
}
}
@media print {
#overlay { display: none; }
}
@@ -0,0 +1,18 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Publish Plugin */
span.approval_action {
display:block;
}
span.approval_action a,
span.approval_approved a {
color:inherit;
text-decoration:underline;
}
@@ -0,0 +1,18 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Simplenavi Plugin */
.plugin__simplenavi>ul {
padding-left: 0 !important;
& ul {
padding-left: 10px !important;
}
}
@@ -0,0 +1,38 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Struct */
.dokuwiki .struct_entry_form {
div.field {
margin-bottom: 5px;
line-height: 2em;
label {
vertical-align: top;
width: 20em;
}
}
span.input {
width: 100%;
}
span.label {
width: 100%;
white-space: normal;
text-align: right !important;
padding-right: 25px;
}
}
@media (max-width: 480px) {
.dokuwiki .struct_entry_form span.label {
text-align: left !important;
}
}
+20
View File
@@ -0,0 +1,20 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Tag Plugin */
a.tag {
text-decoration: none !important;
}
div.tags {
display: none;
}
a.tag.label {
display: inline-block;
}
@@ -0,0 +1,12 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Tagging Plugin */
ul.tagging_cloud li {
display: inline-block;
}
@@ -0,0 +1,12 @@
/*
* DokuWiki Bootstrap3 Template: DokuWiki Plugins
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
/* Translation Plugin */
#dw__translation .flag img {
padding-right: 5px;
}
+36
View File
@@ -0,0 +1,36 @@
/*!
* DokuWiki Bootstrap3 Template: Print styles
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
html, body {
display:block;
}
#dokuwiki__content {
width: 100%;
}
a[href]:after {
content: "" !important;
}
/* display href after link */
a.urlextern:after,
a.interwiki:after,
a.mail:after {
content: " (" attr(href) ")" !important;
}
abbr[href]:after {
content: "" !important;
}
/**
abbr[data-original-title]:after {
content: " (" attr(data-original-title) ")";
}
*/
+31
View File
@@ -0,0 +1,31 @@
/*!
* DokuWiki Bootstrap3 Template: Recent
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
.dokuwiki form.changes ul {
padding-top: 1.5em;
li {
list-style: none;
margin-left: 0;
/*&.minor {
opacity: .7;
}*/
span.sum {
font-weight: bold;
}
input {
vertical-align: top;
}
}
}
+99
View File
@@ -0,0 +1,99 @@
/*!
* DokuWiki Bootstrap3 Template: style.ini / Styling Plugin support
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* For more information about style.ini and replacements see:
*
* - https://www.dokuwiki.org/devel:style.ini
* - https://www.dokuwiki.org/plugin:styling
*/
/* main text and background colors */
.text(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
.background(@arg) when (iscolor(@arg)) {}
/* alternative text and background colors */
.textAlt(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
.backgroundAlt(@arg) when (iscolor(@arg)) {}
/* neutral text and background colors */
.textNeu(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
.backgroundNeu(@arg) when (iscolor(@arg)) {}
/* border color */
.border(@arg) when (iscolor(@arg)) {
border-color: @arg !important;
}
/* highlighted text (e.g. search snippets) */
.highlight(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
.backgroundSite(@arg) when (iscolor(@arg)) {
background-color: @arg !important;
}
/* these are used for links */
.link(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
.existing(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
.missing(@arg) when (iscolor(@arg)) {
color: @arg !important;
}
/**
body {
.backgroundSite(@ini_background_site);
.text(@ini_text);
}
table, th, td, blockquote, pre, hr {
.border(@ini_border);
}
th {
.backgroundAlt(@ini_background_alt);
}
mark {
.highlight(@ini_highlight);
}
pre, code, samp, kbd {
.backgroundSite(@ini_background_site);
.text(@ini_text);
}
fieldset {
.textAlt(@ini_text_alt);
}
a:link, a:visited {
.link(@ini_link);
}
.dokuwiki a.wikilink1 {
.existing(@ini_existing);
}
.dokuwiki a.wikilink2 {
.missing(@ini_missing);
}
*/
+901
View File
@@ -0,0 +1,901 @@
/*!
* DokuWiki Bootstrap3 Template: Template
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
@import url("css.php?f=bootstrap.css");
html {
-ms-overflow-style: scrollbar;
}
body {
&.default.dw-page-on-panel,
&.optional.dw-page-on-panel, {
background: #FEFEFE;
}
}
/**
* Links and Interwiki icons
*/
a.urlextern {
background-image: url('iconify.php?icon=mdi-earth-arrow-right.svg&color=%23666666') !important;
}
a.mail {
background-image: url('iconify.php?icon=mdi-email.svg&color=%23666666') !important;
}
a.iw_user {
background-image: url('iconify.php?icon=mdi-account.svg');
}
a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpru, a.iw_wpmeta, a.iw_wppl {
background-image: url('iconify.php?icon=mdi-wikipedia.svg');
}
a.iw_go {
background-image: url('iconify.php?icon=mdi-google.svg&color=%234285f4');
}
a.iw_skype {
background-image: url('iconify.php?icon=mdi-skype.svg&color=%2300aff0');
}
a.iw_phpfn {
background-image: url('iconify.php?icon=mdi-elephant.svg&color=%23858eb8');
}
a.iw_callto, a.iw_tel {
background-image: url('iconify.php?icon=mdi-phone.svg');
}
a.iw_amazon, a.iw_amazon_de, a.iw_amazon_uk {
background-image: url('iconify.php?icon=mdi-amazon.svg');
}
a.iw_man {
background-image: url('iconify.php?icon=mdi-book.svg');
}
a.iw_paypal {
background-image: url('iconify.php?icon=mdi-paypal.svg&color=%2324397c');
}
aside,
.dw__dropdown_page {
word-wrap: break-word;
h1, h2, h3, h4 h5 {
margin: 10px 0 5px 0;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
.page-header {
margin: 10px 0;
}
.panel-heading {
cursor: pointer;
}
.nav {
ul {
padding-left: 10px;
}
li {
a {
padding: 5px 10px !important;
}
a.urlextern,
a.mail,
a.mediafile {
padding-left: 28px !important;
background-position: 8px center;
}
}
}
}
pre.code {
white-space: pre-wrap;
}
input,
textarea,
select {
font-weight: 400;
}
body,
main {
position: relative;
}
/* Ordered list style */
ol { list-style: decimal outside; } /* Decimal: 1. 2. 3. ... */
ol ol { list-style-type: lower-alpha; } /* Alpha (lowercase): a. b. c. ... */
ol ol ol { list-style-type: upper-roman; } /* Roman (uppercase): I. II. III. ... */
ol ol ol ol { list-style-type: upper-alpha; } /* Alpha (uppercase): A. B. C. ... */
ol ol ol ol ol { list-style-type: lower-roman; } /* Roman (lowercase): i. ii. iii. ... */
/* Header */
header {
nav {
.navbar-brand {
padding-top: 10px;
padding-bottom: 10px;
}
#dw__tagline {
font-size: 0.6em;
line-height: 0.6em;
white-space: nowrap;
}
#dw__search {
/* Typeahead plugin */
.typeahead {
max-height: 250px;
overflow-y: auto;
li.dropdown-header {
font-size: 80%;
text-overflow: ellipsis;
overflow: hidden;
padding-top: 0;
}
a.dropdown-item {
font-size: 85%;
text-overflow: ellipsis;
overflow: hidden;
}
}
}
&.navbar-fixed-top .dw__actions {
margin: 0 15px 0 5px;
}
.dw__actions .btn {
margin-left: 5px;
}
}
}
article .page-header:first-child {
margin-top: 10px;
}
/* Characters picker */
div#picker2 {
z-index:1000;
}
/* Message area (alerts, warnings, errors, etc.) */
#dw__msgarea {
.alert {
padding: 5px;
margin-bottom: 10px;
}
.bs-callout {
margin-bottom: 10px;
padding: 10px;
}
}
/* NavBar Logo */
#dw__logo.dw-logo-tagline {
margin-top: -5px;
}
/* Badges */
#dw__badges li {
padding-right: 0;
}
/* Configuration Manager */
#config__manager {
label {
color: initial;
white-space: initial;
font-size: 1.2em;
font-weight: initial;
}
td {
padding: 5px;
}
legend {
font-size: 1.8em;
}
fieldset {
background: initial !important;
padding: 0 !important;
text-align: left;
}
.label {
display: block;
font-weight: normal;
color: initial;
}
.value {
vertical-align: middle;
}
.outkey {
margin: 0 !important;
padding: 0 !important;
font-size: 1.2em !important;
background: transparent !important;
}
#tpl____bootstrap3____template_settings_name legend {
padding-top: 25px;
}
span[title*="$meta"] {
font-family: monospace;
}
}
/* Breadcrumbs */
#dw__breadcrumbs {
hr {
margin: 5px 0;
padding: 0;
}
.breadcrumb {
background: transparent;
border: 0 none;
padding-left: 0;
display: inline;
}
}
/* Footnotes */
#insitu__fn {
max-width: 20em;
}
.footnotes {
div.fn > div.content {
display:inline;
}
}
/* User Menu */
#dw__user_menu {
.nav > li > a {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden !important;
}
}
/* Page tools */
#dw__pagetools {
position: absolute;
right: 30px;
padding-top: 50px;
z-index: 999;
text-align: center;
ul li a {
padding: 2px 4px;
}
ul li:not(.active) a:hover {
background: transparent;
}
.tools {
position: fixed;
}
}
/* Footer Page */
#dw__footer {
z-index: 995;
&.container-fluid {
margin: 0;
margin-bottom: -50px;
padding: 0;
}
}
/* Extension Manager */
#extension__manager {
ul.tabs li.active a,
.panelHeader {
background-color: initial;
}
ul.tabs li.active a {
/* FIXME */
border-bottom-color: white;
}
}
/* User Manager */
#user__manager .import_users {
clear: both;
}
/* Media Manager */
#media__tree {
height: 300px;
overflow: auto;
li.media {
margin-top: 0;
}
}
#mediamgr__content {
position: fixed;
}
#media__content {
height: auto;
input, label {
margin: 0;
}
label {
display: inline !important;
}
[type=submit] {
vertical-align: bottom;
}
}
#mediamgr__aside {
height: auto;
top: 0;
position: fixed;
}
#media__opts label {
display: inline !important;
}
#mediamanager__page .ui-buttonset label {
margin-right: 0 !important;
}
#dokuwiki__pageheader p a.label {
white-space: initial;
}
/* Page ID */
[data-img-id] .pageId {
&::after {
content: " }}";
}
&::before {
content: "{{ ";
}
}
[data-page-id] .pageId {
&::after {
content: " ]]";
}
&::before {
content: "[[ ";
}
}
.mode_search {
li {
list-style-type: none;
word-wrap: break-word;
}
}
.dokuwiki div.search_quickresult ul li {
width: 20em;
}
.mode_index {
ul.idx {
a {
color: inherit;
text-decoration: none;
}
i {
padding-right: 5px;
}
strong {
font-weight: normal;
}
li {
list-style-type: none;
list-style-image: none !important;
}
}
}
.mode_admin {
input[name="installfile"] {
height: auto;
}
h1#dokuwiki_settings,
h1#plugin_settings,
h1#template_settings {
font-size: 1.80em;
}
#config__manager legend {
cursor: pointer;
}
}
.dokuwiki div.ui-admin {
ul li {
font-weight: normal;
}
#admin__version {
clear: both;
float: none;
}
.admin_tasks {
width: 50% !important;
padding: 0 10px !important;
}
ul.admin_plugins {
padding: 5px;
margin-bottom: 0px;
}
}
/* Back to top button */
.back-to-top {
position: fixed;
bottom: 10px;
right: 10px;
opacity: .8;
display: none;
z-index: 1024;
}
/* Fix for media list overlap */
.fix-media-list-overlap {
overflow: hidden;
}
/* External URL (navbar) */
.navbar-nav a.urlextern,
.navbar-nav a.mail {
padding: 15px 0 15px 18px;
}
/* Page Info */
.docInfo .list-inline li {
padding-left : 0;
}
/* User profile image */
.profile-image {
position: relative;
top: -5px;
float: left;
left: -5px;
}
/* Page icons (email, print, social share, etc.) */
.dw-page-icons {
a {
color: inherit;
}
span {
display: none;
}
svg {
width: 1.2em !important;
height: 1.2em !important;
}
.share-google-plus svg { color: #DC4E41; }
.share-twitter svg { color: #55ACEE; }
.share-linkedin svg { color: #0077B5; }
.share-facebook svg { color: #3B5998; }
.share-whatsapp svg { color: #43D854; }
.share-pinterest svg { color: #BD081C; }
.share-telegram svg { color: #0088CC; }
.share-yammer svg { color: #5AA8BF; }
.share-reddit svg { color: #FF4500; }
.share-microsoft-teams svg { color: #464EB8; }
}
/* Override Bootstrap3 style */
/* Set ".img-responsive" to "inline" */
.img-responsive {
display: inline;
}
ul.btn-group {
padding: 0;
}
.table thead tr th[rowspan] {
vertical-align: top !important;
}
/* Commond DokuWiki styles */
.dokuwiki {
fieldset {
border: none;
}
img.media {
margin: .2em 0;
}
img.medialeft {
float: left;
margin: .2em 1em .2em 0;
}
img.mediaright {
float: right;
margin: .2em 0 .2em 1em;
}
img.mediacenter {
display: block;
margin: .2em auto;
}
textarea.edit {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
ul.idx {
padding-left: 18px;
}
article .wikilink2 {
color: #d9534f;
}
article .page {
min-height: 400px;
}
.diffnav select {
height: auto;
}
.curid {
font-weight: bold;
}
.diff.diff_sidebyside {
margin-top: 25px;
margin-bottom: 25px;
td.diff-context {
width: 50%;
}
}
table.diff {
select {
font-size: 1em !important;
}
td {
font-size: 1em !important;
}
}
}
/* Custom DropDown menu with multiple columns */
.dropdown-row {
> ul {
position: static;
border: 0px;
box-shadow: none;
}
> li a {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden !important;
}
}
/* Custom DropDown Menu Large (see http://bootsnipp.com/snippets/featured/large-dropdown-menu) */
#dw__admin .dropdown-menu-large {
width: 600px;
}
@media (max-width: 768px) {
.dropdown-menu-large {
margin-left: 0 ;
margin-right: 0 ;
}
}
/* Dropdown menu page */
.dw__dropdown_page {
.dropdown-menu-large {
background: #FFF;
}
.nav li a {
padding: 5px 10px;
}
}
/* AnchorJS */
a.anchorjs-link:hover {
text-decoration: none;
}
/* Override Bootswatch Style */
body.cosmo #tool__bar .btn {
border: 1px solid #CCC;
background-color: #EEE;
}
body {
&.cyborg,
&.darkly,
&.slate,
&.superhero,
&.solar {
#config__manager .outkey {
color: #fff !important;
}
#extension__list {
ul.extensionList li {
color: inherit;
}
.legend {
color: inherit;
}
p {
color: inherit;
}
}
}
}
.dw-table-width {
article table.inline {
width: auto;
}
.mode_admin table.inline {
width: 100%;
}
}
body.yeti #dw__user_menu dl {
color: white;
}
/* SVG icon for DokuWiki */
svg.icon {
fill: currentColor;
width: 1em;
height: 1em;
vertical-align: middle;
display: inline-block;
}
.menuitem svg {
fill: currentColor;
display: inline-block;
vertical-align: middle;
width: 1.3em;
height: 1.3em;
}
#dw__pagetools .menuitem svg {
fill: initial !important;
}
.dropdown-menu .menuitem svg {
padding-right: 4px;
}
#dw__pagetools .active .menuitem svg {
fill: #fff !important;
}
#dw__pagetools .menuitem span {
display: none;
}
/* Fixes for Bootswatch theme and DokuWiki actions */
body {
&.cyborg,
&.darkly,
&.slate,
&.superhero,
&.solar {
#dw__pagetools .menuitem svg {
fill: #fff !important;
}
.iw_user {
background-image: url('iconify.php?icon=mdi-account.svg&color=%23ffffff');
}
a.urlextern {
background-image: url('iconify.php?icon=mdi-earth-arrow-right.svg&color=%23ffffff') !important;
}
a.mail {
background-image: url('iconify.php?icon=mdi-email.svg&color=%23ffffff') !important;
}
a.iw_callto, a.iw_tel {
background-image: url('iconify.php?icon=mdi-phone.svg&color=%23ffffff');
}
a.iw_amazon, a.iw_amazon_de, a.iw_amazon_uk {
background-image: url('iconify.php?icon=mdi-amazon.svg&color=%23ffffff');
}
a.iw_man {
background-image: url('iconify.php?icon=mdi-book.svg&color=%23ffffff');
}
a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpru, a.iw_wpmeta, a.iw_wppl {
background-image: url('iconify.php?icon=mdi-wikipedia.svg&color=%23ffffff');
}
}
&.yeti .dropdown-menu .menuitem svg {
fill: #fff;
}
&.solar .dropdown-menu .menuitem svg {
fill: #839496;
}
&.sandstone .menuitem svg {
fill: #98978b;
}
&.lumen .menuitem svg {
fill: #555555;
}
&.flatly .menuitem svg {
fill: #7b8a8b;
}
}
.alert {
overflow: hidden;
}
+93
View File
@@ -0,0 +1,93 @@
/*!
* DokuWiki Bootstrap3 Template: TOC
*
* Home http://dokuwiki.org/template:bootstrap3
* Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
* License GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
#dw__toc {
&.affix { z-index: 999; }
.toc-title { cursor: pointer; margin-top: 0; }
.toc-body > ul { overflow-y: auto !important; padding-left: 10px; }
.nav > li > a { /*color: #666;*/ padding: 4px 20px; font-weight: 500; display: block; word-break: keep-all; }
.nav > li > a:hover { background-color: transparent; color: initial; }
.nav > li > a:hover { border-left: 1px solid #428bca; }
.nav .nav { padding-bottom: 10px; }
.nav .nav .nav > li > a { padding-top: 1px; padding-bottom: 1px }
.nav .nav .nav > .active > a { font-weight: 500; }
/* .nav .nav .nav { display: none; } */
.nav > .active > ul { display: block !important; }
.nav > li > a { padding-left: 20px; }
.nav .nav > li > a { padding-left: 30px; }
.nav .nav .nav > li > a { padding-left: 40px; }
.nav .nav .nav .nav > li > a { padding-left: 50px; }
.nav > li > a:hover { padding-left: 19px; }
.nav .nav > li > a:hover { padding-left: 29px; }
.nav .nav .nav > li > a:hover { padding-left: 39px; }
.nav .nav .nav .nav > li > a:hover { padding-left: 49px; }
.nav > .active > a,
.nav > .active > a:hover { padding-left: 18px; }
.nav .nav > .active > a,
.nav .nav > .active > a:hover { padding-left: 28px; }
.nav .nav .nav > .active > a,
.nav .nav .nav > .active > a:hover { padding-left: 38px; }
.nav .nav .nav .nav > .active > a,
.nav .nav .nav .nav > .active > a:hover { padding-left: 48px; }
.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
font-weight: bold;
background-color: transparent;
border-left: 2px solid #428bca;
}
}
.dw-toc {
width: 16em;
float: right;
height: auto;
margin: 0 0 1.5em 1.5em;
}
.dw-toc-closed {
.toc-title span,
.toc-body { display: none; }
.dw-toc {
position: absolute;
width: 50px;
right: 30px;
}
}
.toc-panel .panel-body {
padding: 0;
}
.toc-panel .panel-heading {
margin-bottom: 0;
padding: 5px;
}
.toc-panel {
&.dw-toc-left {
float: left;
margin: 0 1.5em 1.5em 0;
.dw-toc-closed {
right: auto;
}
}
}