Файл: cobisja/BootHelp/Guide/css/boothelp.css
Строк: 95
/*
BootHelp - PHP Helpers for Bootstrap
(The MIT License)
Copyright (c)
2015 Jorge Cobis <jcobis@gmail.com /
http://twitter.com/cobisja>.
Permission is hereby granted, free of
charge, to any person obtaining a copy
of this software and associated
documentation files (the "Software"), to deal
in the Software
without restriction, including without limitation the rights
to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell
copies of the
Software, and to permit persons to whom the Software is
furnished to do so,
subject to the following conditions:
The above copyright notice and this
permission notice shall be included in
all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/*
Created
on : 23/03/2015, 08:36:57 PM
Author : Jorge Cobis
<jcobis@gmail.com / http://twitter.com/cobisja>
*/
.navbar-collapse
{
padding-right: 360px;
}
.bs-example {
border-color: #e5e5e5 #eee
#eee;
border-style: solid;
border-width: 1px;
padding: 45px
15px 10px;
position: relative;
}
.bs-example::after {
color:
#959595;
content: "Example";
font-size: 12px;
font-weight: 700;
left: 15px;
letter-spacing: 1px;
position:
absolute;
text-transform: uppercase;
top: 15px;
}
.highlight {
border: 1px solid #e1e1e8;
margin-top: -1px;
margin-bottom: 14px;
padding: 9px 14px;
}
.highlight pre {
background-color:
transparent;
border: 0 none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
white-space: nowrap;
word-break:
normal;
}
[data-navbar="top"], [data-navbar="bottom"]
{
display: none;
}
.page-header {
border-bottom: 1px solid #eee;
margin: 40px 0 20px;
padding-bottom: 9px;
}
.subtitle {
margin-top:
25px;
}
.bs-docs-sidenav > li > a {
padding: 5px
15px;
}
.footer {
background-color: #333;
color: #e5e5e5;
padding: 15px 5px 10px 5px;
}
.footer .thumbnail {
background-color:
#333;
border: 0px;
}
.footer .caption {
color: #e5e5e5;
}
.footer
p {
font-style: oblique;
}
.boothelp-img {
padding-top: 15px;
padding-bottom: 15px;
}
.list-group {
max-width: 400px;
}
.header {
font-size: 24px;
padding-bottom: 60px;
padding-top: 60px;
text-align: left;
background-color: #6f5499;
background-image:
linear-gradient(to right, #563d7c 0px, #6082bb 100%);
background-repeat: repeat-x;
color: #e5e5e5;
padding: 30px 0;
position: relative;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header h1 {
font-size: 60px;
line-height: 1;
color:
#fff;
}
#bh-nav.affix-top {
margin-top: 40px;
position:
static;
}
#bh-nav.affix-bottom {
position: absolute;
}
#bh-nav.affix
{
position: fixed;
top: 75px;
}
.affix, .affix-top {
position:
static;
}