Skip to content

Commit

Permalink
Creating site for 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichaelis committed Apr 14, 2015
1 parent ac214a8 commit 9e811b4
Show file tree
Hide file tree
Showing 32 changed files with 8,335 additions and 0 deletions.
70 changes: 70 additions & 0 deletions 1.0.0-SNAPSHOT/describeme-thirdparty-test-bom/css/bootswatch.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
body {
padding-top: 80px;
padding-bottom: 20px;
}

.navbar a > i {
opacity: 0.5;
}

.navbar a:hover > i {
opacity: 1;
}

.subhead {
padding-bottom: 0;
margin-bottom: 9px;
}

.subhead h1 {
font-size: 54px;
}


@media (max-width: 480px) {

.modal {
position: fixed !important;
top: 25% !important;
}
}


@media (max-width: 767px) {

body {
padding-top: 0;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

.thumbnail p {
font-size: 12px;
}

.thumbnail .btn {
padding: 8px 12px;
font-size: 12px;
}
}

@media (min-width: 768px) and (max-width: 979px) {

/* Remove any padding from the body */
body {
padding-top: 0;
}
}

@media (max-width: 980px) {

/* Unfloat brand */
.navbar-fixed-top .brand {
float: left;
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
}
}
150 changes: 150 additions & 0 deletions 1.0.0-SNAPSHOT/describeme-thirdparty-test-bom/css/docs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
/* Add additional stylesheets below
-------------------------------------------------- */
/*
Bootstrap's documentation styles
Special styles for presenting Bootstrap's documentation and examples
*/

/* Body and structure
-------------------------------------------------- */

body {
position: relative;
padding-top: 40px;
}

/* Code in headings */
h3 code {
font-size: 14px;
font-weight: normal;
}

/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
position: relative;
padding: 40px 0;
}
.jumbotron h1 {
font-size: 80px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
.jumbotron p {
font-size: 24px;
font-weight: 300;
line-height: 30px;
margin-bottom: 30px;
}
.jumbotron .btn-large {
font-size: 20px;
font-weight: normal;
padding: 14px 24px;
margin-right: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.jumbotron .btn-large small {
font-size: 14px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
padding-bottom: 0;
margin-bottom: 9px;
}
.subhead h1 {
font-size: 54px;
}

/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

/* Reduce padding above jumbotron */
body {
padding-top: 70px;
}

/* Adjust the jumbotron */
.jumbotron h1,
.jumbotron p {
text-align: center;
margin-right: 0;
}
.jumbotron h1 {
font-size: 45px;
margin-right: 0;
}
.jumbotron p {
margin-right: 0;
margin-left: 0;
font-size: 18px;
line-height: 24px;
}
.jumbotron .btn {
display: block;
font-size: 18px;
padding: 10px 14px;
margin: 0 auto 10px;
}

}


@media (max-width: 768px) {

/* Remove any padding from the body */
body {
padding-top: 0;
}

/* Jumbotron buttons */
.jumbotron .btn {
margin-bottom: 10px;
}
}


@media (min-width: 480px) and (max-width: 768px) {

/* Scale down the jumbotron content */
.jumbotron h1 {
font-size: 54px;
}
.jumbotron p {
margin-right: 0;
margin-left: 0;
}
}


@media (min-width: 768px) and (max-width: 980px) {

/* Remove any padding from the body */
body {
padding-top: 0;
}

/* Scale down the jumbotron content */
.jumbotron h1 {
font-size: 72px;
}
}


@media (max-width: 980px) {

/* Unfloat brand */
.navbar-fixed-top .brand {
float: left;
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
}
}
Loading

0 comments on commit 9e811b4

Please sign in to comment.