Skip to content

Commit

Permalink
Merge branch 'master' of ssh://ish@ish.io/home/ish/schemaish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Parkin committed Jan 5, 2009
2 parents a41aa81 + 4fe2d46 commit 9caff0a
Show file tree
Hide file tree
Showing 147 changed files with 8,928 additions and 13 deletions.
Binary file removed docs-build/.introduction.rst.swo
Binary file not shown.
Empty file added docs-build/.static/.gitignore
Empty file.
15 changes: 15 additions & 0 deletions docs-build/.static/css/clearfix.css
@@ -0,0 +1,15 @@
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

66 changes: 66 additions & 0 deletions docs-build/.static/css/flash.css
@@ -0,0 +1,66 @@
.flash {
border: 1px solid;
margin: 1em;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.flash.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url(/images/icon/info.png);
}

.flash.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(/images/icon/success.png);
}

.flash.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(/images/icon/warning.png);
}

.flash.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url(/images/icon/error.png);
}

/* :LEGACY: */
#flash-message {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

#flash-message.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url(/images/icon/info.png);
}

#flash-message.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(/images/icon/success.png);
}

#flash-message.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(/images/icon/warning.png);
}

#flash-message.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url(/images/icon/error.png);
}


210 changes: 210 additions & 0 deletions docs-build/.static/css/formish.css
@@ -0,0 +1,210 @@
.formish-form {
border: 1px solid #ccc;
padding: 5px;
}

.formish-form div.field {
margin-bottom: 10px;
padding: 2px 0px 2px 10px;
}

.formish-form div.field.error {
border-left: 2px solid #900;
padding-left: 8px;
}

.formish-form label {
float: left;
width: 100px;
}

.formish-form .checkedpassword .inputs label {
margin-left: -110px;
text-align:right;
}

.formish-form .inputs {
margin-left: 110px;
}

.formish-form .required label {
font-style: italic;
font-weight: bold;
color: #555;
}

.formish-form .error > label, .formish-form .error > legend {
color: #900;
}

.formish-form .inputs input {
width: 300px;
}

.formish-form .checkbox .inputs input, .formish-form .checkboxmultichoice input {
width: auto;
}

.formish-form .field.date .inputs input,
.formish-form .field.approximatedateparts .inputs input {
width: auto;
}

.formish-form .field.decimal .inputs input {
width: 8em;
}

.formish-form .inputs textarea {
width: 400px;
height: 200px;
}

.formish-form .message, .formish-form .description {
display: block;
margin-left: 110px;
font-size: 79%;
}

.formish-form .description {
font-style: italic;
color: #666;
}

.formish-form .message {
color: #900;
}

.formish-form .actions {
border-top: 1px dashed #ccc;
margin-top: 5px;
padding: 10px 0px 5px 110px;
}

.formish-form .actions input {
margin-right: 0.5em;
}


.formish-form .checkboxmultichoicetree .inputs,
.formish-form .checkboxmultichoice .inputs {
clear: both;
}

.formish-form .checkboxmultichoice .inputs label,
.formish-form .checkboxmultichoicetree .inputs label {
margin-left:10px;
font-size:80%;
font-style:italic;
float: none;
display:inline;
color:#000;
}

.formish-form .checkboxmultichoicetree li {
}
.formish-form .checkboxmultichoicetree ul {
margin-left: 30px;
}


.formish-form .fileupload img {
height:30px;
}

.formish-form .fileuploadwidget input.upload-checkbox-remove {
width:auto;
}

.formish-form .disabled, .formish-form .readonly {
background-color: #FFF;
color: #777;
}

.formish-form .field.hidden {
display: none;
}

.formish-form .inputs .readonly-textarea-container {
border: 1px solid #ccc;
overflow: scroll;
height: 300px;
}

.formish-form .radiochoice .inputs input {
width: auto;
}

.formish-form .radiochoice .inputs label {
display: inline;
float: none;
}

.formish-form .preview-show {
display: block;
}

.formish-form .preview-hidden {
display: none;
}

.formish-form .resttextarea .preview-frame {
height: 500px;
width: 80%;
}

.formish-form fieldset {
border: 1px solid #CCC;
margin: 10px 5px;
padding: 5px;
}

.formish-form fieldset.error {
border-color: #900;
}

.formish-form legend {
background: #CCC;
border: 1px solid #CCC;
padding: 2px 6px
}
/*--- CLEARFIX ----------------------------------------------------------*/
.formish-form div.field:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.formish-form div.field {display:inline-block;}
/* Hide from IE Mac \*/
.formish-form div.field {display:block;}
/* End hide from IE Mac */


.formish-form .add {
display:block;
}


.formish-form .formelement{
float: left;
width: 75%
}
.formish-form .formperm{
float: right;
width: 20%;
}


.formish-form .compact label {
float: none;
}

.formish-form .compact .inputs {
margin-left: 0;
}

.formish-form .compact .inputs input {
width: 90%;
}

3 changes: 3 additions & 0 deletions docs-build/.static/css/images.css
@@ -0,0 +1,3 @@
body {
background-image: url(../images/bg/body.jpg);
}
35 changes: 35 additions & 0 deletions docs-build/.static/css/sIFR-print.css
@@ -0,0 +1,35 @@
/*=:project
scalable Inman Flash Replacement (sIFR) version 3.
=:file
Copyright: 2006 Mark Wubben.
Author: Mark Wubben, <http://novemberborn.net/>
=:history
* IFR: Shaun Inman
* sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben
=:license
This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
display: none !important;
height: 0;
width: 0;
position: absolute;
overflow: hidden;
}

.sIFR-alternate {
visibility: visible !important;
display: block !important;
position: static !important;
left: auto !important;
top: auto !important;
}
58 changes: 58 additions & 0 deletions docs-build/.static/css/sIFR-screen.css
@@ -0,0 +1,58 @@
/*=:project
scalable Inman Flash Replacement (sIFR) version 3.
=:file
Copyright: 2006 Mark Wubben.
Author: Mark Wubben, <http://novemberborn.net/>
=:history
* IFR: Shaun Inman
* sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben
=:license
This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*/

/*---- sIFR ---*/
.sIFR-flash {
visibility: visible !important;
margin: 0;
padding: 0;
}

.sIFR-unloading .sIFR-flash {
visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
visibility: visible !important;
}

.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
margin: 0pt;
padding: 0pt;
overflow: auto;
letter-spacing: 0px;
float: none;
}

.sIFR-dummy {
width: 0px;
height: 0px;
margin-left: 42px;
z-index: 0;
}

/*---- Header styling ---*/

0 comments on commit 9caff0a

Please sign in to comment.