Difference between revisions of "Team:OUC-China/css/bootstrap.theme.oucigem.css"

(Created page with "/* bootstrap global style */ body { font-size: 16px; } a { cursor: pointer; } bootstrap theme: .nav > li > a { -moz-transition: all linear 0.2s; -o-transitio...")
 
(Blanked the page)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* bootstrap global style */
+
 
body {
+
    font-size: 16px;
+
}
+
a {
+
    cursor: pointer;
+
}
+
/* bootstrap theme */
+
.nav > li > a {
+
    -moz-transition: all linear 0.2s;
+
    -o-transition: all linear 0.2s;
+
    -webkit-transition: all linear 0.2s;
+
    transition: all linear 0.2s;
+
    padding: 5px 20px;
+
    color: #fafafa;
+
}
+
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
+
    background-color: #f1d349;
+
    color: #131328;
+
}
+
ul.navbar-nav li.active a {
+
    background-color: #f1d349;
+
    color: #131328;
+
}
+
.navbar-center {
+
    margin: 0 auto;
+
    float: none;
+
    display: block;
+
}
+
.text-primary {
+
    color: #131328;
+
}
+
.btn {
+
    -moz-transition: all linear 0.1s;
+
    -o-transition: all linear 0.1s;
+
    -webkit-transition: all linear 0.1s;
+
    transition: all linear 0.1s;
+
}
+
.btn-primary {
+
    background-color: #0b3d66;
+
    border-color: #0b3d66;
+
}
+
.btn-primary:hover {
+
    background-color: #114c7c;
+
    border-color: #114c7c;
+
}
+
.btn-primary.focus, .btn-primary:focus {
+
    background-color: #114c7c;
+
    border-color: #114c7c;
+
}
+
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
+
    background-color: #0a2f4d;
+
    border-color: #122b40;
+
}
+
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
+
    background-color: #0a2f4d;
+
    border-color: #122b40;
+
}
+
.bg-primary {
+
    background-color: #131328;
+
}
+
/* bootstrap external class */
+
.text-significant {
+
    color: #f1d349;
+
}
+
.text-light {
+
    color: #ffffff;
+
}
+
.text-underline {
+
    display: block;
+
    height: 2px; 
+
}
+
.bg-gray {
+
    background-color: #eeeeee;
+
}
+
.jumbotron-light {
+
    background-color: #ffffff;
+
}
+
.jumbotron-dark {
+
    background-color: #131328;
+
    padding-top: 25px;
+
}
+
.jumbotron-title {
+
    padding-top: 25px;
+
}
+
.jumbotron p.small {
+
    font-size: 16px;
+
}
+
.text-left-band {
+
    border-left: 10px solid #0b3d66;
+
    padding-left: 10px;
+
}
+
.text-right-band {
+
    border-right: 10px solid #0b3d66;
+
    padding-right: 10px;
+
}
+
/* ouc-theme */
+
.ouc-page-header {
+
    background-color: #131328;
+
    padding-top: 15px;
+
    padding-bottom: 15px;
+
    margin: 0;
+
    width: 100%;
+
}
+
.ouc-team-logo {
+
    width: 512px;
+
    height: 512px;
+
    display: block;
+
    margin: 50px auto;
+
}
+
.ouc-team-project-label {
+
    color: #f1d349;
+
    margin-bottom: 30px;
+
}
+
.ouc-thumb-gallery {
+
    padding: 5%;
+
}
+
.ouc-thumb-gallery > img {
+
    width: 100%
+
}
+
.ouc-thumb-image {
+
    width: 100%;
+
}
+
.ouc-page-footer {
+
    padding: 20px 0;
+
}
+
.ouc-article-title {
+
    background-color: #3dafa4;
+
    padding-top: 30px;
+
    padding-bottom: 30px;
+
    margin: 0;
+
    width: 100%;
+
}
+
.ouc-article-message {
+
    margin: 100px auto 0 auto;
+
    opacity: 0;
+
    -moz-transition: all linear 0.3s;
+
    -o-transition: all linear 0.3s;
+
    -webkit-transition: all linear 0.3s;
+
    transition: all linear 0.3s;
+
}
+
.ouc-article-message-subtext {
+
    margin-bottom: 100px;
+
    opacity: 0;
+
    -moz-transition: all linear 0.3s;
+
    -o-transition: all linear 0.3s;
+
    -webkit-transition: all linear 0.3s;
+
    transition: all linear 0.3s;
+
}
+
/* ouc-theme for markdown */
+
.ouc-markdown h1, .ouc-markdown h2, .ouc-markdown h3 {
+
    border-left: 10px solid #3dafa4;
+
    padding-left: 10px;
+
}
+
.ouc-markdown p {
+
    color: #777777;
+
}
+

Latest revision as of 05:24, 16 September 2015