Difference between revisions of "Team:TP-CC San Diego/assets/bootstrap/css/bootstrap.min.css"

Line 54: Line 54:
  
  
.lead {
 
    margin-bottom: 20px;
 
    font-size: 16px;
 
    font-weight: 300;
 
    line-height: 1.4
 
}
 
@media (min-width: 768px) {
 
    .lead {
 
        font-size: 21px
 
    }
 
}
 
.small,
 
small {
 
    font-size: 85%
 
}
 
.mark,
 
mark {
 
    padding: .2em;
 
    background-color: #fcf8e3
 
}
 
 
.text-left {
 
.text-left {
 
     text-align: left
 
     text-align: left
Line 103: Line 83:
 
.text-primary {
 
.text-primary {
 
     color: #337ab7
 
     color: #337ab7
}
 
a.text-primary:focus,
 
a.text-primary:hover {
 
    color: #286090
 
}
 
.text-success {
 
    color: #3c763d
 
}
 
a.text-success:focus,
 
a.text-success:hover {
 
    color: #2b542c
 
}
 
.text-info {
 
    color: #31708f
 
}
 
a.text-info:focus,
 
a.text-info:hover {
 
    color: #245269
 
}
 
.text-warning {
 
    color: #8a6d3b
 
}
 
a.text-warning:focus,
 
a.text-warning:hover {
 
    color: #66512c
 
}
 
.text-danger {
 
    color: #a94442
 
}
 
a.text-danger:focus,
 
a.text-danger:hover {
 
    color: #843534
 
}
 
.bg-primary {
 
    color: #fff;
 
    background-color: #337ab7
 
}
 
a.bg-primary:focus,
 
a.bg-primary:hover {
 
    background-color: #286090
 
}
 
.bg-success {
 
    background-color: #dff0d8
 
}
 
a.bg-success:focus,
 
a.bg-success:hover {
 
    background-color: #c1e2b3
 
}
 
.bg-info {
 
    background-color: #d9edf7
 
}
 
a.bg-info:focus,
 
a.bg-info:hover {
 
    background-color: #afd9ee
 
}
 
.bg-warning {
 
    background-color: #fcf8e3
 
}
 
a.bg-warning:focus,
 
a.bg-warning:hover {
 
    background-color: #f7ecb5
 
}
 
.bg-danger {
 
    background-color: #f2dede
 
}
 
a.bg-danger:focus,
 
a.bg-danger:hover {
 
    background-color: #e4b9b9
 
}
 
.page-header {
 
    padding-bottom: 9px;
 
    margin: 40px 0 20px;
 
    border-bottom: 1px solid #eee
 
}
 
ol,
 
ul {
 
    margin-top: 0;
 
    margin-bottom: 10px
 
}
 
ol ol,
 
ol ul,
 
ul ol,
 
ul ul {
 
    margin-bottom: 0
 
}
 
.list-unstyled {
 
    padding-left: 0;
 
    list-style: none
 
}
 
.list-inline {
 
    padding-left: 0;
 
    margin-left: -5px;
 
    list-style: none
 
}
 
.list-inline>li {
 
    display: inline-block;
 
    padding-right: 5px;
 
    padding-left: 5px
 
}
 
dl {
 
    margin-top: 0;
 
    margin-bottom: 20px
 
}
 
dd,
 
dt {
 
    line-height: 1.42857143
 
}
 
dt {
 
    font-weight: 700
 
}
 
dd {
 
    margin-left: 0
 
}
 
@media (min-width: 768px) {
 
    .dl-horizontal dt {
 
        float: left;
 
        width: 160px;
 
        overflow: hidden;
 
        clear: left;
 
        text-align: right;
 
        text-overflow: ellipsis;
 
        white-space: nowrap
 
    }
 
    .dl-horizontal dd {
 
        margin-left: 180px
 
    }
 
}
 
abbr[data-original-title],
 
abbr[title] {
 
    cursor: help;
 
    border-bottom: 1px dotted #777
 
}
 
.initialism {
 
    font-size: 90%;
 
    text-transform: uppercase
 
}
 
blockquote {
 
    padding: 10px 20px;
 
    margin: 0 0 20px;
 
    font-size: 17.5px;
 
    border-left: 5px solid #eee
 
}
 
blockquote ol:last-child,
 
blockquote p:last-child,
 
blockquote ul:last-child {
 
    margin-bottom: 0
 
}
 
blockquote .small,
 
blockquote footer,
 
blockquote small {
 
    display: block;
 
    font-size: 80%;
 
    line-height: 1.42857143;
 
    color: #777
 
}
 
blockquote .small:before,
 
blockquote footer:before,
 
blockquote small:before {
 
    content: '\2014 \00A0'
 
}
 
.blockquote-reverse,
 
blockquote.pull-right {
 
    padding-right: 15px;
 
    padding-left: 0;
 
    text-align: right;
 
    border-right: 5px solid #eee;
 
    border-left: 0
 
}
 
.blockquote-reverse .small:before,
 
.blockquote-reverse footer:before,
 
.blockquote-reverse small:before,
 
blockquote.pull-right .small:before,
 
blockquote.pull-right footer:before,
 
blockquote.pull-right small:before {
 
    content: ''
 
}
 
.blockquote-reverse .small:after,
 
.blockquote-reverse footer:after,
 
.blockquote-reverse small:after,
 
blockquote.pull-right .small:after,
 
blockquote.pull-right footer:after,
 
blockquote.pull-right small:after {
 
    content: '\00A0 \2014'
 
}
 
address {
 
    margin-bottom: 20px;
 
    font-style: normal;
 
    line-height: 1.42857143
 
}
 
code,
 
kbd,
 
pre,
 
samp {
 
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
 
}
 
code {
 
    padding: 2px 4px;
 
    font-size: 90%;
 
    color: #c7254e;
 
    background-color: #f9f2f4;
 
    border-radius: 4px
 
}
 
kbd {
 
    padding: 2px 4px;
 
    font-size: 90%;
 
    color: #fff;
 
    background-color: #333;
 
    border-radius: 3px;
 
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
 
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
 
}
 
kbd kbd {
 
    padding: 0;
 
    font-size: 100%;
 
    font-weight: 700;
 
    -webkit-box-shadow: none;
 
    box-shadow: none
 
}
 
pre {
 
    display: block;
 
    padding: 9.5px;
 
    margin: 0 0 10px;
 
    font-size: 13px;
 
    line-height: 1.42857143;
 
    color: #333;
 
    word-break: break-all;
 
    word-wrap: break-word;
 
    background-color: #f5f5f5;
 
    border: 1px solid #ccc;
 
    border-radius: 4px
 
}
 
pre code {
 
    padding: 0;
 
    font-size: inherit;
 
    color: inherit;
 
    white-space: pre-wrap;
 
    background-color: transparent;
 
    border-radius: 0
 
}
 
.pre-scrollable {
 
    max-height: 340px;
 
    overflow-y: scroll
 
 
}
 
}
 
.container {
 
.container {

Revision as of 00:11, 14 October 2017