mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
c9594f6dac
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@120544 467b73ca-7a2a-4603-9d3b-597d59a354a9
44 lines
956 B
CSS
44 lines
956 B
CSS
/**
|
|
* Documentation Viewer Styles. U
|
|
*/
|
|
|
|
|
|
#Form_LanguageForm { margin-top: 16px; }
|
|
|
|
/* Language Bar */
|
|
#language { position: absolute; top: 57px; right: 30px; width: 185px; display: none; /* not useful yet */}
|
|
#language label { float: left;/* width: 830px; */ line-height: 19px; text-align: right; font-size: 11px; color: #999;}
|
|
#language select { float: right; width: 120px;}
|
|
#language input.action { float: right; margin-top: 4px;}
|
|
|
|
|
|
|
|
/* Nested tree */
|
|
.box ul.tree {}
|
|
.box ul.tree li {
|
|
list-style: none;
|
|
}
|
|
.box ul.tree li.folder {
|
|
background: #d5eefd;
|
|
font-size: 12px;
|
|
color: #29688c;
|
|
margin-bottom: 7px;
|
|
border: 1px solid #d5eefd;
|
|
padding: 2px 6px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.undocumented-modules {
|
|
clear: both;
|
|
padding-top: 9px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.module { margin: 9px; }
|
|
|
|
/* Content */
|
|
.typography h1+p { font-size: 18px; line-height: 24px; }
|
|
|