8
0
Fork 0

ReUse Bootstrap plus some fixes

Dieser Commit ist enthalten in:
LeoColomb 2014-02-16 12:43:16 +01:00
Ursprung 817ac08091
Commit 163dca128a
3 geänderte Dateien mit 581 neuen und 515 gelöschten Zeilen

Datei anzeigen

@ -12,6 +12,7 @@ a {
.kill-box-shadow;
background-color: @sidebar-hover;
border: none;
.icon-bar {
display: block;
width: 18px;
@ -21,9 +22,11 @@ a {
background-color: @dark;
.kill-box-shadow;
}
&:hover {
.kill-box-shadow;
background-color: @dark;
.icon-bar {
background-color: @light;
.kill-box-shadow;
@ -31,6 +34,7 @@ a {
}
}
}
code {
color: @light;
}
@ -38,39 +42,44 @@ code {
//Navbar
.navbar {
.box-shadow();
z-index: 1;
margin-bottom: 0px;
z-index: 200;
.navbar-inner {
.kill-background-image;
background-color: @dark;
border-bottom: none;
padding: 6px 20px;
.brand {
color: @light;
text-shadow:none;
text-shadow: none;
.roboto-slab.bold;
}
.navbar-text {
color: @light;
a {
color: @light;
}
}
@media (max-width: 767px) {
padding: 6px 10px;
.navbar-text {
padding: 6px 10px; .navbar-text {
line-height: 16px;
margin: 12px 6px;
font-size: 12px;
}
}
}
@media (min-width: 768px) and (max-width: 979px) {
&.navbar-fixed-top {
position: fixed;
}
}
@media (max-width: 767px) {
&.navbar-fixed-top {
margin-left: 0px;
@ -83,6 +92,7 @@ code {
.nav.nav-list {
padding-left: 0px;
padding-right: 0px;
li {
a {
margin: 0px;
@ -90,32 +100,38 @@ code {
.roboto-slab.regular;
color: @dark;
font-size: 15px;
text-shadow:none;
text-shadow: none;
border-top: 1px solid @lines;
&:hover {
color: @dark;
text-shadow:none;
text-shadow: none;
background-color: @sidebar-hover;
}
}
&.active {
a {
background-color: @sidebar-hover;
}
}
&.open {
> ul {
display: block;
}
}
&:last-child {
&.open {
//border-bottom: none;
}
}
ul {
display: none;
margin-left: 15px;
li {
a {
.sans-serif(normal, 14px);
@ -125,11 +141,13 @@ code {
border: none;
color: @text;
.opacity(0.70);
&:hover {
.opacity(1.0);
background-color: transparent;
}
}
&.active {
a {
color: @dark;
@ -143,22 +161,27 @@ code {
.page-header {
margin: 10px 0px;
padding: 0px;
h1 {
margin-top: 0px;
display: inline-block;
}
sub-heading {
padding: 0px, 0px, 20px;
}
}
pre {
border: none;
background-color: @light;
.border-radius(0px);
border-radius: 0;
padding: 10px;
margin-left: -20px;
padding-left: 30px;
margin-right: -20px;
padding-right: 30px;
code {
background: transparent;
border: none;
@ -170,7 +193,7 @@ pre {
@media (min-width: 1150px) {
.content-page {
height: 100%;
overflow:auto;
overflow: auto;
padding: 0px !important;
background-color: transparent !important;
position: relative;
@ -181,6 +204,7 @@ pre {
overflow: auto;
position: relative;
z-index: 1;
&:before {
content: "";
width: 50%;
@ -193,9 +217,11 @@ pre {
z-index: -1;
}
}
.hideCode:before {
width:100% !important;
width: 100% !important;
}
table {
float: left;
clear: left;
@ -204,21 +230,25 @@ pre {
margin-right: 1.5%;
background-color: white;
white-space: normal;
pre, code {
white-space: normal;
}
}
.page-header {
padding: 0px;
}
.page-header,
p, ul, ol, dl, h2, h3,h4, h5, h6 {
p, ul, ol, dl, h2, h3, h4, h5, h6 {
float: left;
clear: left;
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%;
background-color: white;
&:before {
content: "";
width: 100%;
@ -227,20 +257,24 @@ pre {
clear: both;
//border-top: 1px solid @dark;
}
p, ul, ol, dl, h2, h3,h4, h5, h6, pre {
p, ul, ol, dl, h2, h3, h4, h5, h6, pre {
float: none;
display: block;
}
}
.hideCode2 {
width: 900px !important;
width: calc(100% - 130px) !important;
}
ul,ol {
ul, ol {
li {
margin-left: 30px;
}
}
pre {
float: left;
clear: right;
@ -250,6 +284,7 @@ pre {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
}
hideCode3 {
display: none;
}
@ -262,6 +297,7 @@ table {
width: 100%;
border-bottom: 1px solid @lines;
margin-bottom: 10px;
tr {
th, td {
padding: 8px;
@ -271,6 +307,7 @@ table {
border-top: 1px solid @lines;
border-left: 1px solid @lines;
border-color: @lines !important;
&:last-child {
border-right: 1px solid @lines;
}
@ -281,7 +318,7 @@ table {
//Footer
.footer {
position: fixed;
bottom:0;
bottom: 0;
left: 0;
padding: 15px;
}
@ -298,14 +335,16 @@ table {
&.well-sidebar {
.kill-box-shadow;
background-color: transparent;
.border-radius(0px);
border-radius: 0;
border: none;
a {
font-size: 13px;
.roboto-slab.regular;
color: @light;
line-height: 28px;
}
.twitter {
hr {
border-bottom: none;
@ -315,4 +354,3 @@ table {
}
}
}

Datei anzeigen

@ -4,20 +4,21 @@ Base CSS
//Fonts
.roboto-slab {
font-family: 'Roboto Slab', @font-family-sans-serif;
&.light {
font-family: 'Roboto Slab', serif;
font-weight: 100;
}
&.book {
font-family: 'Roboto Slab', serif;
font-weight: 300;
}
&.regular {
font-family: 'Roboto Slab', serif;
font-weight: 400;
}
&.bold {
font-family: 'Roboto Slab', serif;
font-weight: 700;
}
}
@ -26,9 +27,7 @@ Base CSS
h1, h2, h3, h4, h5, h6 {
.roboto-slab.book;
}
a {
}
pre {
padding: 0;
}
@ -41,50 +40,55 @@ Homepage
padding-top: 50px !important;
background-color: @light;
.kill-box-shadow;
.border-radius(0px);
border-radius: 0px;
border: none;
color: @dark;
overflow: hidden;
@media (max-width: 767px) {
padding-top: 0px !important;
}
.text-center {
.roboto-slab.bold;
margin: 10px 0px;
}
h2 {
margin: 20px 0px;
}
.homepage-image {
//.box-shadow(10px, rgba(0,0,0,0.20), 0px, 0px);
}
}
.hero-buttons.container-fluid {
padding: 20px 0px;
background-color: @sidebar-hover;
.btn-hero.btn {
.roboto-slab.bold;
padding: 20px 30px;
.kill-background-image;
.kill-box-shadow;
.border-radius(0px);
text-shadow:none;
border-radius: 0px;
text-shadow: none;
border: none;
.opacity(0.80);
margin: 0px 10px;
text-transform: uppercase;
border: 5px solid @dark;
@media (max-width: 767px) {
display: block;
margin-bottom: 10px;
display: block; margin-bottom: 10px;
}
&:hover {
.opacity(1.0);
}
&.btn-secondary {
background-color: @sidebar-hover;
color: @dark;
}
&.btn-primary {
background-color: @dark;
color: @sidebar-background;
@ -97,15 +101,19 @@ Homepage
// background-color: @text;
background-color: white;
padding: 40px 0px;
.lead {
.roboto-slab.regular;
}
ul, ol {
padding: 20px 0px;
margin: 0 0 10px 0px;
li {
list-style: none;
padding-bottom: 5px;
&:before {
content: '';
width: 0px;
@ -127,20 +135,25 @@ Homepage
.homepage-footer.container-fluid {
background-color: @dark;
.kill-box-shadow;
.border-radius(0px);
border-radius: 0px;
color: light;
border: none;
@media (max-width: 767px) {
padding: 0 20px;
}
.footer-nav {
margin: 40px 0px;
li {
list-style: none;
a {
.roboto-slab.bold;
font-size: 16px;
line-height: 32px;
&:hover {
color: @light;
text-decoration: underline;
@ -148,9 +161,11 @@ Homepage
}
}
}
.twitter {
margin-top: 20px;
}
.twitter:first-child {
margin-top: 40px;
}
@ -175,34 +190,40 @@ html, body {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
&.fluid-height {
height: 100%;
}
}
.columns {
height: 100%;
.left-column,
.right-column {
padding-top: 50px;
@media (max-width: 767px) {
width: 100% !important;
padding-top: 0px;
height: auto;
width: 100% !important; padding-top: 0px; height: auto;
}
}
.left-column {
background-color: @sidebar-background;
border-right: 1px solid @lines;
overflow-x: hidden;
}
.right-column {
&.span9 {
width: 76.4866339334%;
margin-left: 0px;
@media (min-width: 1200px) {
width: 76.8866339334%;
}
}
.content-page {
padding: 20px;
min-height: 100%;
@ -210,8 +231,9 @@ html, body {
}
}
}
.content-area, .article-tree {
overflow:auto;
overflow: auto;
height: 100%;
padding: 0px;
}
@ -222,14 +244,17 @@ html, body {
display: none;
background-color: @lines;
border-bottom: 1px solid @lines;
@media (max-width: 767px) {
display: block;
}
}
.sub-nav-collapse {
@media (max-width: 768px) {
display: none;
}
@media (min-width: 768px) {
display: block;
}
@ -259,9 +284,10 @@ html, body {
tr {
margin-bottom: 10px;
border-bottom: 2px solid #ccc;
td, th {
border: 1px solid #ccc;
border-bottom:none;
border-bottom: none;
}
}
@ -272,7 +298,7 @@ html, body {
position: relative;
padding-left: 50% !important;
white-space: normal;
text-align:left;
text-align: left;
}
td:before {
@ -284,12 +310,12 @@ html, body {
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
text-align: left;
font-weight: bold;
}
/*
Label the data
*/
td:before { content: attr(data-title); }
/* Label the data */
td:before {
content: attr(data-title);
}
}

Datei anzeigen

@ -13,9 +13,11 @@ Markdown editor
min-height: 100%;
height: auto;
display: none;
h3 {
width: 100%!important;
width: 100% !important;
}
&.paddingTop {
padding-top: 50px;
}