はじまりの大地
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- prevent directory browsing -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,138 @@
|
||||
/******************************************************************************
|
||||
******************************** ATTENTION *********************************
|
||||
DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
|
||||
******************************************************************************
|
||||
If you want to add some own screen CSS, have a look at the README of this
|
||||
template and "/user/print.css". You have been warned!
|
||||
*****************************************************************************/
|
||||
|
||||
body {
|
||||
font: normal 80%/1.4 sans-serif;
|
||||
}
|
||||
div#content .dokuwiki h1,
|
||||
div#content .dokuwiki h2,
|
||||
div#content .dokuwiki h3,
|
||||
div#content .dokuwiki h4,
|
||||
div#content .dokuwiki h5,
|
||||
div#content .dokuwiki h6 {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
div#content .dokuwiki h1,
|
||||
div#content .dokuwiki h2 {
|
||||
font-weight: bold;
|
||||
}
|
||||
div#content .dokuwiki h1 {
|
||||
font-weight: 135%;
|
||||
}
|
||||
div#content .dokuwiki h2 {
|
||||
font-weight: 130%;
|
||||
}
|
||||
div#content .dokuwiki h3,
|
||||
div#content .dokuwiki h4,
|
||||
div#content .dokuwiki h5,
|
||||
div#content .dokuwiki h6 {
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* define the "noprint" class used by the original MediaWiki vector skin */
|
||||
.noprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* remove some link styling */
|
||||
div.dokuwiki a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
/* remove interwiki link icons */
|
||||
div.dokuwiki a.interwiki {
|
||||
background: transparent none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* quotes */
|
||||
div#content .dokuwiki blockquote {
|
||||
border-left: 2px solid __border__;
|
||||
padding-left: 3px;
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
/* preformatted stuff, source code */
|
||||
div#content .dokuwiki code,
|
||||
div#content .dokuwiki pre,
|
||||
div#content .dokuwiki pre.code,
|
||||
div#content .dokuwiki pre.file {
|
||||
font-size: 100%;
|
||||
}
|
||||
div#content .dokuwiki pre,
|
||||
div#content .dokuwiki pre.code,
|
||||
div#content .dokuwiki pre.file {
|
||||
line-height: 1.2em;
|
||||
background-color: __background_other__;
|
||||
}
|
||||
div#content .dokuwiki dl.file,
|
||||
div#content .dokuwiki dl.file dd,
|
||||
div#content .dokuwiki dl.file dt {
|
||||
margin-left: 0;
|
||||
}
|
||||
div#content .dokuwiki dl.file dt {
|
||||
background-color: __background_other__;
|
||||
}
|
||||
|
||||
/* misc tweaks */
|
||||
div#content,
|
||||
div#bodyContent {
|
||||
margin-left: 0;
|
||||
border: 0 none;
|
||||
font-size: 1em;
|
||||
}
|
||||
body {
|
||||
background-image: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* tag plugin: hide tag row */
|
||||
div.tags {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* pagelist plugin: listing tables */
|
||||
div#content .dokuwiki table.ul,
|
||||
div#content .dokuwiki table.ul tr,
|
||||
div#content .dokuwiki table.ul td {
|
||||
border: 0 none;
|
||||
}
|
||||
div#content .dokuwiki table.ul td.date,
|
||||
div#content .dokuwiki table.ul td.user {
|
||||
display: none;
|
||||
}
|
||||
div#content .dokuwiki table.ul ul,
|
||||
div#content .dokuwiki table.ul ol,
|
||||
div#content .dokuwiki table.ul li {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
/* wrap plugin: modify some inline styles */
|
||||
div#content .dokuwiki span.wrap_box,
|
||||
div#content .dokuwiki span.wrap_danger,
|
||||
div#content .dokuwiki span.wrap_warning,
|
||||
div#content .dokuwiki span.wrap_caution,
|
||||
div#content .dokuwiki span.wrap_notice,
|
||||
div#content .dokuwiki span.wrap_safety,
|
||||
div#content .dokuwiki span.wrap_info,
|
||||
div#content .dokuwiki span.wrap_important,
|
||||
div#content .dokuwiki span.wrap_alert,
|
||||
div#content .dokuwiki span.wrap_tip,
|
||||
div#content .dokuwiki span.wrap_help,
|
||||
div#content .dokuwiki span.wrap_todo,
|
||||
div#content .dokuwiki span.wrap_download {
|
||||
border-top: 0 none;
|
||||
border-right: 0 none;
|
||||
border-left: 0 none;
|
||||
border-bottom: 1px dashed;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/******************************************************************************
|
||||
******************************** ATTENTION *********************************
|
||||
DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
|
||||
******************************************************************************
|
||||
If you want to add some own screen CSS, have a look at the README of this
|
||||
template and "/user/rtl.css". You have been warned!
|
||||
*****************************************************************************/
|
||||
|
||||
/* right-to-left-support is still TODO */
|
||||
|
||||
/* external links */
|
||||
div#bodyContent a.urlextern {
|
||||
background: url(static/3rd/vector/external-link-rtl-icon.png) center left no-repeat;
|
||||
padding: 0 13px 0 0;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,65 @@
|
||||
/******************************************************************************
|
||||
******************************** ATTENTION *********************************
|
||||
DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
|
||||
******************************************************************************
|
||||
If you want to add some own screen CSS, have a look at the README of this
|
||||
template and "/user/screen.css". You have been warned!
|
||||
*****************************************************************************/
|
||||
|
||||
/* This file get loaded by a conditional comment. The style.ini is not used as
|
||||
DokuWiki's internal CSS handling stumbles upon most of these Internet
|
||||
Explorer specific browser hacks and corrections. */
|
||||
|
||||
/* buttons */
|
||||
div.dokuwiki input.button,
|
||||
div.dokuwiki button.button {
|
||||
#line-height: 1em; /* fix MSIE 6, 7 */
|
||||
}
|
||||
div.dokuwiki button.toolbutton {
|
||||
height: 22px\9; /* fix MSIE 6, 7, 8 */
|
||||
}
|
||||
/* media manager popup */
|
||||
* html.popup #media__manager {
|
||||
height: 465px; /* fix MSIE 6 */
|
||||
}
|
||||
/* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
|
||||
textarea,
|
||||
.dokuwiki #dw__editform textarea.edit {
|
||||
/* fix scrollbar flickers in IE8 standards mode, see
|
||||
http://j.mp/bHExde and http://j.mp/ad7Abj for details */
|
||||
width: 450px\9;
|
||||
max-width: 100%\9;
|
||||
min-width: 100%\9;
|
||||
/* overwrite original vector with fixes for IE6/7 */
|
||||
#width: 100% !important;
|
||||
border: auto;
|
||||
}
|
||||
/* MSIE 7: media manager */
|
||||
*:first-child+html #mediamanager__page .panelContent li {
|
||||
list-style: none !important;
|
||||
list-style-image: none !important;
|
||||
}
|
||||
/* ajax quicksearch: MSIE 6/7 */
|
||||
* html #qsearch__out {
|
||||
width: 206px;
|
||||
}
|
||||
#qsearch__out ul {
|
||||
#list-style: none !important;
|
||||
#list-style-image: none !important;
|
||||
}
|
||||
#qsearch__out li {
|
||||
#width: 206px;
|
||||
}
|
||||
/* admin menu icons: MSIE 6/7 */
|
||||
.dokuwiki ul.admin_tasks li div.li {
|
||||
#border-left: 1px dashed #fff; /* invisible border triggers IE to render the stuff */
|
||||
}
|
||||
/* list style: MSIE 6/7 */
|
||||
div#panel div.portal div.body ul {
|
||||
#list-style: none outside none !important;
|
||||
}
|
||||
form#page__revisions ul, /* old, until 2012-01-25 */
|
||||
form#dw__recent ul, /* old, until 2012-01-25 */
|
||||
form.changes { /* new, since 2012-09-10 */
|
||||
#list-style: none outside none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user