Moves CSS change from bootstrap to combined.css

- Deletes CSS files not in use.
This commit is contained in:
Anne Gentle 2015-01-28 20:17:03 -06:00
parent a07c032b71
commit 060bd10072
11 changed files with 7 additions and 1448 deletions

View File

@ -12,7 +12,8 @@ group with rules.
Key pairs are SSH credentials that are injected into an instance when it
is launched. To use key pair injection, the image that the instance is
based on must contain the ``cloud-init`` package. Each project should
have at least one key pair. For more information, see ? (TODO!).
have at least one key pair. For more information, see `import a key
pair <#import-a-key-pair>`__.
If you have generated a key pair with an external tool, you can import
it into OpenStack. The key pair can be used for multiple instances that

View File

@ -1,4 +1,4 @@
<!-- Docs Sidebar --><!-- Docs Sidebar -->
<!-- Docs Sidebar -->
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
<div class="docs-sidebar-search">
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />

View File

@ -54,11 +54,11 @@
</div>
</div>
</div>
<div class="docs-tags">
<!-- <div class="docs-tags">
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
<a href="#" class="docs-tag">Security</a>
<a href="#" class="docs-tag">Conceptual architecture</a>
</div>
</div> -->
<div class="row docs-byline bottom">
<div class="docs-updated">
updated: {{ last_updated }} | release: {{ release }}

File diff suppressed because one or more lines are too long

View File

@ -4233,6 +4233,7 @@ a.gloss.off {
pre {
background-color: #333;
color: #fff;
overflow: auto;
margin: 0 0 10px;
padding: 20px 30px; }

View File

@ -1,406 +0,0 @@
/* @override http://docs.openstack.org/common/css/homepage.css */
/* @override http://docs.openstack.org/common/css/homepage.css */
body.homepage #header h1 {
display: none;
}
body.homepage #header {
background: white;
text-align: center;
}
body.homepage #header img {
display: inline;
margin: auto;
float: none;
margin-top: 20px;
}
.bookCatalog {
-webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
-moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
background-color: #f3f9fc;
padding: 20px;
width: 800px;
margin: auto;
border: 1px solid #b9c6c6;
}
.bookSet {
float: left;
width: 400px;
}
.bookSet h1{
text-align: center;
}
.bookBox ul {
display: block;
margin: 0;
padding: 0px;
}
.bookBox li {
display: block;
float: left;
text-align: center;
}
.bookSet li a {
text-decoration: none;
color: #2b3f4c;
}
.bookSet li a span.icon {
display: block;
padding-top: 190px;
background: no-repeat;
-webkit-background-size: 80%;
margin-bottom: -10px;
}
#compute.bookSet li.devGuide a span.icon {
background: url(../images/compute-dev-guide.png) no-repeat;
}
#storage.bookSet li.devGuide a span.icon {
background: url(../images/storage-dev-guide.png) no-repeat;
}
#compute.bookSet li.adminGuide a span.icon {
background: url(../images/compute-admin.png) no-repeat;
}
#storage.bookSet li.adminGuide a span.icon {
background: url(../images/storage-admin.png) no-repeat;
}
.searchArea label {
display: block;
color: #618da9;
}
.searchArea h1 {
padding: 0px!important;
margin: 0px!important;
}
input.gsc-input, input#query {
padding: 10px;
background-color: #f1f8fa;
border: 3px solid #c5e2ea!important;
}
input#query {
width: 100%;
}
input.gsc-search-button {
margin-left: 10px!important;
}
div.bookBox {
margin-right: 10px;
padding: 8px;
background-color: #f3f3f3;
clear: both;
}
/* @group Rounded Buttons */
a.roundedButton {
border: 1px solid #bfbfbf;
padding: 2px 15px;
color: #7c201b;
text-decoration: none;
font-size: 12px;
line-height: 3em;
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 50%, #EBEBEB 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F3F3F3), color-stop(100%,#EBEBEB)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 ); /* ie */
text-shadow: #fff 0px 1px 1px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-right: 10px;
}
a.roundedButton:active, input.action:active {
background: #ababab;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-color: #ababab;
border-top-color: #636363;
background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#dddddd));
background: -moz-linear-gradient(top, #bebebe, #eeeeee);
-webkit-transition:none;
padding: 2px 15px;
color: #black;
}
.bookBox img {
float: left;
margin-left: -20px;
margin-right: 10px;
width: 55px;
}
.bookBox h2 a {
text-decoration: none;
text-shadow: #fff 0px 1px 1px;
color: black;
}
div.bookRow h1 {
color: #33495d;
font-size: 13px;
margin-top: 0px;
margin-left: -40px;
margin-bottom: 20px;
text-transform: uppercase;
}
div.bookRow {
margin-bottom: 30px;
margin-left: 40px;
}
div.searchArea h1 {
color: grey;
font-size: 14px;
margin-left: -40px;
}
div.searchArea table {
width: 100%;
}
div.footer {
border-top: 1px solid #DDDDDD;
clear: both;
margin: 1em 1.5em 0 242px;
padding: 0.5em 0;
}
div.footer p {
font-size: 11px;
}
#manuals h1 {
font-size: 16px;
clear: both;
margin-top: 30px;
}
.bookBox h2 {
font-size: 16px;
margin-right: 20px;
margin-bottom: 0px;
line-height: 1.2em;
padding-top: 15px;
}
.bookBox {
height: 100px;
margin-bottom: 10px;
}
#manuals p {
margin-bottom: 0px;
}
#releaseNav ul li a {
display: block;
padding: 10px 20px 10px 10px;
text-decoration: none;
color: black;
background: #e2ecef;
margin-bottom: 5px;
}
#releaseNav ul li a.selected {
background: #c4e0e9;
}
#releaseNav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
margin-top: 30px ;
}
.leftBorder {padding-left:24px;margin-left:25px;border-left:1px solid #eee;}
p.instructions {
color: #9d9d9d;
}
.statBlock p {
font-family: 'PT Sans', serif;
text-align: center;
margin-bottom: 0px;
text-transform: uppercase;
border-top: 1px solid #d5d5d5;
font-size: 10px;
color: #969696;
}
.statBlock p.number {
font-weight: bold;
font-size: 30px;
border-top: none;
margin: 0px;
padding: 0px;
line-height: 1.2em;
color: #7f7f7f;
}
div.releaseSwitcher {
border: 3px solid #d5d5d5;
-webkit-border-radius: 8px;
padding: 2px;
padding-right: 13px;
padding-left: 13px;
margin-bottom: 15px;
float: left;
}
.releaseSwitcher .rightArrow {
border-left: 1px solid #d5d5d5;
display: inline-block;
padding-left: 8px;
padding-right: 4px;
margin-left: 8px;
}
#manuals hr {
color: white;
background: white;
margin: none;
}
/* @end */
.dropDown {
position: absolute;
margin: 0px;
padding: 0px;
width: 300px;
}
.dropDown div {
display: none;
}
.menuHover div {
display: block;
z-index: 100;
background-color: white;
border: 1px solid #979797;
right: 0px;
width: 350px;
padding-top: 10px;
}
.manualTable th {
background-color: #f6f5f6;
font-weight: normal;
padding-top: 8px;
padding-bottom: 8px;
}
.manualTable td {
border-bottom: 1px solid #e6e5e6;
padding-top: 5px;
padding-bottom: 5px;
}
.manualTable td:first-child a {
color: black;
padding: 5px;
display: inline-block;
background: url(../images/small-manual.png) no-repeat left center;
padding-left: 30px;
}
#SoftwareManuals, #ApiManuals, #DeveloperDocs {
background: url(../images/large-manual.png) no-repeat 5px center;
padding: 8px;
padding-left: 70px;
height: 70px;
margin-right: 5px;
border: 3px solid white;
}
#SoftwareManuals h2, #ApiManuals h2, #DeveloperDocs h2 {
margin-top: 10px;
margin-bottom: 2px;
}
#SoftwareManuals h2 a, #ApiManuals h2 a, #DeveloperDocs h2 a {
color: black;
}
.Selected {
background-color: #f5fcfe!important;
border: 3px solid #cfe8ed!important;
}
.Selected:after {
content: url('../images/selection-arrow.png');
display: block;
text-align: center;
margin-top: 10px;
margin-left: -70px;
}
.dropDown li {
list-style: none;
border-bottom: 1px solid #e6e5e6;
width: 300px;
}
.dropDown li:last-child {
border-bottom: none;
}
.dropDown li a {
padding: 8px 10px;
display: block;
color: black;
}
.dropDown li a:hover {
text-decoration: none;
background-color: #f5fcfe;
}
#twitterFeed li {
list-style: none;
border-bottom: 1px solid #e6e5e6;
margin: 0px;
margin-bottom: 10px;
}
#twitterFeed ul {
padding: 0px;
margin: 0px;
}
.jta-tweet-timestamp-link {
padding: 3px;
margin-left: 10px;
background-color: #f5fcfe;
color: #6e9fac;
white-space:nowrap;
display: inline-block;
}
#subnav ul li {
text-align: left;
}

View File

@ -1,231 +0,0 @@
/* @override http://docs.openstack.org/common/css/homepage.css */
body.homepage #header {
text-align: center;
}
body.homepage #header img {
display: inline;
margin: auto;
float: none;
margin-top: 20px;
}
.bookCatalog {
-webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
-moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
background-color: #f3f9fc;
padding: 20px;
border: 1px solid #b9c6c6;
}
.bookSet {
float: left;
width: 400px;
}
.bookSet h1{
text-align: center;
}
.bookBox ul {
display: block;
margin: 0;
padding: 0px;
}
.bookBox li {
display: block;
float: left;
text-align: center;
}
.bookSet li a {
text-decoration: none;
color: #2b3f4c;
}
.bookSet li a span.icon {
display: block;
padding-top: 190px;
background: no-repeat;
-webkit-background-size: 80%;
margin-bottom: -10px;
}
#compute.bookSet li.devGuide a span.icon {
background: url(../images/compute-dev-guide.png) no-repeat;
}
#storage.bookSet li.devGuide a span.icon {
background: url(../images/storage-dev-guide.png) no-repeat;
}
#compute.bookSet li.adminGuide a span.icon {
background: url(../images/compute-admin.png) no-repeat;
}
#storage.bookSet li.adminGuide a span.icon {
background: url(../images/storage-admin.png) no-repeat;
}
.bookSet li a:hover span.icon {
display: block;
padding-top: 190px;
-webkit-background-size: 100%;
-webkit-transition:background-size 0.2s ease-out;
z-index: 1001;
-webkit-transform: rotate(9deg);
}
.bookSet li a:hover {
color: black;
}
.bookSet li a span.label {
-webkit-border-radius: 20px;
padding: 5px 15px;
}
.bookSet li a:hover span.label {
background: #618da9;
color: white;
}
.bookSet h1 {
color: black;
opacity: 0.5;
margin-left: -80px;
}
.bookRow {
margin: auto;
width: 800px;
}
.searchArea label {
display: block;
color: #618da9;
}
.searchArea {
text-align: center;
margin-bottom: 20px;
padding-bottom: 10px;
width:800px;
margin: auto;
margin-top: 20px;
}
input.gsc-input, input#query {
padding: 10px;
background-color: #f1f8fa;
border: 1px solid #b9c6c6;
}
input#query {
width: 100%;
}
input.gsc-search-button {
margin-left: 10px!important;
}
div.bookBox {
float: left;
width: 330px;
margin-right: 40px;
padding: 8px;
background-color: #d1e9f3;
-webkit-border-radius: 6px;
margin-left: 10px;
}
.bookBox img {
float: left;
margin-left: -20px;
margin-right: 10px;
width: 90px;
}
.bookBox h2 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 5px;
line-height: 1.2em;
}
.bookBox h2 a {
text-decoration: none;
text-shadow: #fff 0px 1px 1px;
color: black;
}
div.bookRow h1 {
color: #33495d;
font-size: 13px;
margin-top: 0px;
margin-bottom: 20px;
text-transform: uppercase;
}
div.bookRow {
margin-bottom: 30px;
margin-left: 10px;
}
div.searchArea h1 {
color: grey;
font-size: 14px;
margin-left: -40px;
}
div.searchArea table {
width: 100%;
}
div.footer {
border-top: 1px solid #DDDDDD;
clear: both;
margin: 1em 1.5em 0 242px;
padding: 0.5em 0;
}
div.footer p {
font-size: 11px;
}
a.roundedButton {
margin-left: 0px;
font-size: 12px;
}
.versionNav ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.versionNav li {
padding: 10px;
margin-bottom: 5px;
}
.versionNav li.active {
background-color: #d1e9f3;
}
.versionNav h3 {
color: #33495d;
font-size: 13px;
margin-top: 0px;
margin-bottom: 20px;
text-transform: uppercase;
}
.bookIcons {
border-left: 1px solid #aad0e0;
margin-left: -1px;
}

View File

@ -1,232 +0,0 @@
/* @override http://docs.openstack.org/common/css/homepage.css */
body.homepage #header h1 {
display: none;
}
body.homepage #header {
background: white;
text-align: center;
}
body.homepage #header img {
display: inline;
margin: auto;
float: none;
margin-top: 20px;
}
.bookCatalog {
-webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
-moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
background-color: #f3f9fc;
padding: 20px;
width: 800px;
margin: auto;
border: 1px solid #b9c6c6;
}
.bookSet {
float: left;
width: 400px;
}
.bookSet h1{
text-align: center;
}
.bookBox ul {
display: block;
margin: 0;
padding: 0px;
}
.bookBox li {
display: block;
float: left;
text-align: center;
}
.bookSet li a {
text-decoration: none;
color: #2b3f4c;
}
.bookSet li a span.icon {
display: block;
padding-top: 190px;
background: no-repeat;
-webkit-background-size: 80%;
margin-bottom: -10px;
}
#compute.bookSet li.devGuide a span.icon {
background: url(../images/compute-dev-guide.png) no-repeat;
}
#storage.bookSet li.devGuide a span.icon {
background: url(../images/storage-dev-guide.png) no-repeat;
}
#compute.bookSet li.adminGuide a span.icon {
background: url(../images/compute-admin.png) no-repeat;
}
#storage.bookSet li.adminGuide a span.icon {
background: url(../images/storage-admin.png) no-repeat;
}
.bookSet li a:hover span.icon {
display: block;
padding-top: 190px;
-webkit-background-size: 100%;
-webkit-transition:background-size 0.2s ease-out;
z-index: 1001;
-webkit-transform: rotate(9deg);
}
.bookSet li a:hover {
color: black;
}
.bookSet li a span.label {
-webkit-border-radius: 20px;
padding: 5px 15px;
}
.bookSet li a:hover span.label {
background: #618da9;
color: white;
}
.bookSet h1 {
color: black;
opacity: 0.5;
margin-left: -80px;
}
.bookRow {
margin: auto;
width: 800px;
}
.searchArea label {
display: block;
color: #618da9;
}
.searchArea {
text-align: center;
margin-bottom: 20px;
padding-bottom: 10px;
width: 500px;
margin: auto;
margin-top: 20px;
}
input.gsc-input, input#query {
padding: 10px;
background-color: #f1f8fa;
border: 1px solid #b9c6c6;
}
input#query {
width: 100%;
}
input.gsc-search-button {
margin-left: 10px!important;
}
div.bookBox {
float: left;
width: 330px;
margin-right: 40px;
padding: 8px;
background-color: #d1e9f3;
-webkit-border-radius: 6px;
}
/* @group Rounded Buttons */
a.roundedButton {
border: 1px solid #bfbfbf;
padding: 2px 15px;
color: #7c201b;
text-decoration: none;
font-size: 12px;
line-height: 3em;
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 50%, #EBEBEB 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F3F3F3), color-stop(100%,#EBEBEB)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 ); /* ie */
text-shadow: #fff 0px 1px 1px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-right: 10px;
}
a.roundedButton:active, input.action:active {
background: #ababab;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-color: #ababab;
border-top-color: #636363;
background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#dddddd));
background: -moz-linear-gradient(top, #bebebe, #eeeeee);
-webkit-transition:none;
padding: 2px 15px;
color: #black;
}
.bookBox img {
float: left;
margin-left: -20px;
margin-right: 10px;
width: 90px;
}
.bookBox h2 a {
text-decoration: none;
text-shadow: #fff 0px 1px 1px;
color: black;
}
div.bookRow h1 {
color: #33495d;
font-size: 13px;
margin-top: 0px;
margin-left: -40px;
margin-bottom: 20px;
text-transform: uppercase;
}
div.bookRow {
margin-bottom: 30px;
margin-left: 40px;
}
div.searchArea h1 {
color: grey;
font-size: 14px;
margin-left: -40px;
}
div.searchArea table {
width: 100%;
}
div.footer {
border-top: 1px solid #DDDDDD;
clear: both;
margin: 1em 1.5em 0 242px;
padding: 0.5em 0;
}
div.footer p {
font-size: 11px;
}
/* @end */

View File

@ -1,57 +0,0 @@
/* @override http://docs.openstack.org/common/css/main.css */
#subnav ul li{
text-align:left;
}
ul{
list-style-type:none;
}
#subnav{
padding-top:0px;
}
a,
a:visited{
color:firebrick;
text-decoration:none;
}
.last-right{
margin-right:0px;
margin-top:0px;
}
.last-right-more{
margin-right:0px;
margin-top:22px;
}
.last-right-most{
margin-right:0px;
margin-top:37px;
}
.last-right ul, ol{
margin:0px 1.5em 1.5em 0px;
padding-left:0;
}
ul.subsectionNav-link li a {
display: block;
padding: 10px 20px 10px 42px;
text-decoration: none;
color: #000;
background: none no-repeat scroll 5px center #D5EFD4;
margin-right: 40px;
}
ul.subsectionNav li a {
display: block;
padding: 10px 20px 10px 42px;
text-decoration: none;
color: #000;
background: none no-repeat scroll 5px center lightgray;
margin-right: 40px;
}

View File

@ -1,244 +0,0 @@
/* @override http://docs.openstack.org/common/css/homepage.css */
/* @override http://docs.openstack.org/common/css/homepage.css */
body.homepage #header h1 {
display: none;
}
body.homepage #header {
background: white;
text-align: center;
}
body.homepage #header img {
display: inline;
margin: auto;
float: none;
margin-top: 20px;
}
.bookCatalog {
-webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
-moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5;
background-color: #f3f9fc;
padding: 20px;
width: 800px;
margin: auto;
border: 1px solid #b9c6c6;
}
.bookSet {
float: left;
width: 400px;
}
.bookSet h1{
text-align: center;
}
.bookBox ul {
display: block;
margin: 0;
padding: 0px;
}
.bookBox li {
display: block;
float: left;
text-align: center;
}
.bookSet li a {
text-decoration: none;
color: #2b3f4c;
}
.bookSet li a span.icon {
display: block;
padding-top: 190px;
background: no-repeat;
-webkit-background-size: 80%;
margin-bottom: -10px;
}
#compute.bookSet li.devGuide a span.icon {
background: url(../images/compute-dev-guide.png) no-repeat;
}
#storage.bookSet li.devGuide a span.icon {
background: url(../images/storage-dev-guide.png) no-repeat;
}
#compute.bookSet li.adminGuide a span.icon {
background: url(../images/compute-admin.png) no-repeat;
}
#storage.bookSet li.adminGuide a span.icon {
background: url(../images/storage-admin.png) no-repeat;
}
.searchArea label {
display: block;
color: #618da9;
}
.searchArea h1 {
padding: 0px!important;
margin: 0px!important;
}
input.gsc-input, input#query {
padding: 10px;
background-color: #f1f8fa;
border: 3px solid #c5e2ea!important;
}
input#query {
width: 100%;
}
input.gsc-search-button {
margin-left: 10px!important;
}
div.bookBox {
margin-right: 40px;
padding: 8px;
background-color: #f3f3f3;
clear: both;
}
/* @group Rounded Buttons */
a.roundedButton {
border: 1px solid #bfbfbf;
padding: 2px 15px;
color: #7c201b;
text-decoration: none;
font-size: 12px;
line-height: 3em;
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 50%, #EBEBEB 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F3F3F3), color-stop(100%,#EBEBEB)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 ); /* ie */
text-shadow: #fff 0px 1px 1px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-right: 10px;
}
a.roundedButton:active, input.action:active {
background: #ababab;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-color: #ababab;
border-top-color: #636363;
background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#dddddd));
background: -moz-linear-gradient(top, #bebebe, #eeeeee);
-webkit-transition:none;
padding: 2px 15px;
color: #black;
}
.bookBox img {
float: left;
margin-left: -20px;
margin-right: 10px;
width: 90px;
}
.bookBox h2 a {
text-decoration: none;
text-shadow: #fff 0px 1px 1px;
color: black;
}
div.bookRow h1 {
color: #33495d;
font-size: 13px;
margin-top: 0px;
margin-left: -40px;
margin-bottom: 20px;
text-transform: uppercase;
}
div.bookRow {
margin-bottom: 30px;
margin-left: 40px;
}
div.searchArea h1 {
color: grey;
font-size: 14px;
margin-left: -40px;
}
div.searchArea table {
width: 100%;
}
div.footer {
border-top: 1px solid #DDDDDD;
clear: both;
margin: 1em 1.5em 0 242px;
padding: 0.5em 0;
}
div.footer p {
font-size: 11px;
}
#manuals h1 {
font-size: 16px;
clear: both;
margin-top: 30px;
}
.bookBox h2 {
font-size: 16px;
margin-right: 100px;
margin-bottom: 0px;
line-height: 1.2em;
padding-top: 15px;
}
.bookBox {
height: 100px;
margin-bottom: 10px;
}
#manuals p {
margin-bottom: 0px;
}
#releaseNav ul li a {
display: block;
padding: 10px 20px 10px 10px;
text-decoration: none;
color: black;
background: #e2ecef;
margin-bottom: 5px;
}
#releaseNav ul li a.selected {
background: #c4e0e9;
}
#releaseNav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
margin-top: 30px ;
}
.leftBorder {padding-left:24px;margin-left:25px;border-left:1px solid #eee;}
p.instructions {
color: #9d9d9d;
}
/* @end */

View File

@ -1,273 +0,0 @@
body {
font: 12px Verdana, Geneva, sans-serif;
}
p, ul, ol, li {
font: 10pt Verdana, Geneva, sans-serif;
}
h1 {
font: 15pt Arial, Helvetica, geneva;
color: #cf2f19;
}
h2 {
font: normal 12pt Arial, Helvetica, geneva;
color: black!important;
}
#header {
position: fixed;
width: 100%;
height: 95px;
top: 0;
right: 0;
bottom: auto;
left: 0;
border-bottom: 1px solid #bbc4c5;
z-index: 2000;
background: white url(../images/book_open.png) no-repeat 250px center;
}
#header h1, p.breadcrumbs {
margin-left: 300px;
}
#header img {
float: left;
margin-left: 20px;
margin-top: 20px;
}
#leftnavigation {
overflow: auto;
position: fixed;
height: auto;
top: 90px;
bottom: 0;
left: 0;
width: 280px;
z-index: 1500;
border-right:1px solid #bbc4c5;
padding: 0px;
background-color: #f2f7f7!important;
}
#content {
position: relative;
top: 90px; /* left: 240px;*/
right: auto; /* bottom: 20px; */
margin: 0px 0px 0px 280px;
width: auto;
height: inherit;
padding-top: 30px;
padding-left: 50px;
padding-right: 30px;
color: #000000;
/*border-left: 2px solid #cccccc; overflow :scroll;*/
z-index: 1000;
max-width: 70em;
min-width:800px;
}
#navheader {
position: fixed;
top: 65px;
right:4px;
}
#content h1, #content h2 { color: #cc0000; }
.navfooter { bottom: 2%; }
.highlight { background-color: #c5d3c3; }
.highlightButton{ font-size: 0; }
/* Show Hide TOC tree */
.pointLeft {
cursor: pointer;
padding-right: 20px;
display: block;
}
.pointRight {
cursor: pointer;
padding-right: 20px;
display: block;
}
/* Search results Styling */
.searchExpression {
color: #0050A0;
background-color: #EBEFF8;
font-size: 12pt;
}
.searchresult li a {
text-decoration: none;
color: #0050A0;
}
.searchresult li {
color: #0050A0;
}
.shortdesclink {
color: gray;
font-size: 9pt;
}
.searchText {
border: #BFCEE9 solid 1pt;
width: 11em
}
.searchButton {
margin-left: 3px;
background: #EBEFF8;
color: #0050A0;
border: #BFCEE9 solid 1pt;
font-weight: bold;
font-size: 10pt
}
.title, div.toc>p {
font-weight: bold;
}
p.breadcrumbs {
margin-bottom: 0px;
margin-top: 33px;
}
p.breadcrumbs a {
padding-right: 12px;
margin-right: 5px;
text-decoration: none;
color: #575757;
text-transform: uppercase;
font-size: 10px;
background: url(../images/breadcrumb-arrow.png) no-repeat right center;
}
p.breadcrumbs a:hover {
text-decoration: underline;
}
#header h1 {
margin-top: 2px;
}
table.navLinks {
margin-right: 20px;
}
.navLinks a, .navLinks td a {
text-decoration: none;
text-transform: uppercase;
color: black;
font-size: 11px;
}
a.navLinkPrevious {
padding-left: 12px;
background: url(../images/previous-arrow.png) no-repeat left center;
}
a.navLinkNext {
padding-right: 12px;
background: url(../images/next-arrow.png) no-repeat right center;
}
a#showHideButton {
padding-left: 20px;
background: url(../images/sidebar.png) no-repeat left center;
}
hr {
height: 1px;
background-color: #ccdcea;
border: none;
}
.navfooter {
margin-top: 30px;
}
h2.userNotes {
margin-top: 30px;
font-size: 14px;
font-weight: bold;
background: url(../../common/images/paperclip.gif) no-repeat left center;
padding-left: 22px;
}
a:link {
color: #517291;
}
div.note, div.important {
padding-right: 10px;
border: 1px solid #e5e5c5;
padding-left: 50px;
background: #f7f7de url(../images/note.png) no-repeat 10px 10px;
}
div.note h3.title, div.important h3.title {
margin-bottom: 0px;
}
div.note p {
margin-top: 0px;
}
#content li {
list-style-type: square;
}
pre {
color: #5b5857;
}
#content table td {
border: 1px solid #c8eff5;
}
#content table td, #content table th {
padding: 5px;
}
#content table {
width: 100%;
margin-bottom: 20px;
}
#content caption {
padding-top: 10px;
margin: 3px;
color: #858686;
}
div#disqus_thread h3 {
font-weight: normal;
}
div#disqus_thread {
font-size: 90%;
}
.searchFieldSet {
border: none;
}
.searchFieldSet legend {
padding-left: 15px;
color: #0050a0;
}
p.searchHighlight a {
padding-left: 20px;
background: url(../images/highlighter.png) no-repeat left center;
font-size: 90%;
padding-top: 5px;
padding-bottom: 5px;
}