| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- @import url(https://fonts.googleapis.com/css?family=Ubuntu:500&subset=latin,latin-ext);
- body{
- color: #2c3e50;
- }
- .sidebar {
- position: fixed;
- top: 0px;
- padding-top: 10%;
- background-color: #222;
- color: #fff;
- }
- .sidebar-header {
- text-align: center;
- margin-bottom: 10px;
- }
- .sidebar-header .title{
- letter-spacing: 3px;
- text-transform: uppercase;
- }
- .sidebar-header .title a{
- text-decoration: none;
- color: #fff;
- }
- .nav-link {
- position: relative;
- float: right;
- margin-top: 15px;
- margin-bottom: 8px;
- }
- .nav-link.last {
- margin-right: 10px;
- }
- #bio {
- font-family: "Courier New", Courier, monospace;
- font-size: 11px;
- margin: 0 auto;
- margin-bottom: 10px;
- }
- #contact-list li .fa,
- article .share .btn {
- -o-transition:color .2s ease-out, background 1s ease-in;
- -ms-transition:color .2s ease-out, background 1s ease-in;
- -moz-transition:color .2s ease-out, background 1s ease-in;
- -webkit-transition:color .2s ease-out, background 1s ease-in;
- transition:color .2s ease-out, background 1s ease-in;
- }
- #contact-list li:hover .fa-twitter,
- article .share .twitter:hover {
- color: #00ACEE;
- border-color: #00ACEE;
- }
- #contact-list li:hover .fa-linkedin {
- color: #1D87BD;
- }
- #contact-list li:hover .fa-envelope {
- color: #E93E30;
- }
- #contact-list li:hover .fa-pinterest {
- color: #CC2127;
- }
- #contact-list li:hover .fa-rss {
- color: #e74c3c;
- }
- article .share .facebook:hover {
- color: #43609C;
- border-color: #43609C;
- }
- article .share .gplus:hover {
- color: #C13929;
- border-color: #C13929;
- }
- #contact-list-secondary {
- padding-bottom: 10px;
- }
- .page-header {
- margin-top: 50px;
- padding: 0 5% 0;
- color: #2c3e50;
- }
- article{
- margin-bottom: 40px;
- }
- .article_body{
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .article_body ul {
- margin-bottom: 30px;
- }
- .post-date {
- text-transform: uppercase;
- font-size: 14px;
- letter-spacing: 3px;
- }
- article {
- padding: 0 5% 0;
- }
- article img { max-width: 100%; }
- h1,h2,h3,h4,h5,h6 { font-family: 'Ubuntu', sans-serif; }
- article.home h1 a,
- article.home h2 a,
- article.home h3 a,
- article.home h4 a {
- color: #f2756a;
- }
- article.home h1 a:hover,
- article.home h2 a:hover,
- article.home h3 a:hover,
- article.home h4 a:hover {
- color: #e74c3c;
- }
- h2 {
- margin-top: 40px;
- }
- blockquote {
- margin-top: 30px;
- background-color: #dbfcff;
- border-left: 5px solid #30cad4;
- }
- code, .highlight .na, .highlight .nv {
- color: #0fb4c0;
- }
- .highlight .sd {
- color: #999988;
- }
- .author .author-image {
- float: left;
- margin-right: 20px;
- }
- footer {
- padding-top: 15px;
- text-align: center;
- }
- .panel {
- margin: 0;
- border: none;
- background-color: transparent;
- }
- /* nav-vertical-tabs component */
- .nav-tabs-vertical {
- border-right: 1px solid #ddd;
- }
- .nav-tabs-vertical li {
- margin-right: -1px;
- }
- .nav-tabs-vertical>li.active>a, .nav-tabs-vertical>li.active>a:hover, .nav-tabs-vertical>li.active>a:focus {
- color: #555;
- cursor: default;
- background-color: #fff;
- border: 1px solid #ddd;
- border-right-color: transparent;
- }
- .nav-tabs-vertical>li>a {
- line-height: 1.428571429;
- border: 1px solid transparent;
- border-radius: 4px 0 0 4px;
- }
- .navbar-nav {
- margin-top: 30px;
- }
- .badge { background: #F2756A; }
- #nav-menu{
- position: fixed;
- top: 45px;
- right: 45px;
- z-index: 2000;
- }
- #nav-version{
- position: fixed;
- top: 45px;
- right: 90px;
- z-index: 2000;
- }
- #nav-menu .dropdown-menu {
- left: inherit;
- right: 0px;
- }
- #version-notice{
- background-color: #30cad4;
- padding: 5px 10px;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- text-align: center;
- color: #157380;
- z-index: 9999;
- }
- #version-notice span {
- color: #fff;
- }
- .version-toggle {
- padding-top: 6px;
- padding-bottom: 6px;
- }
- ul.dropdown-menu>li>a>i.fa {
- width: 1.3em;
- }
- table {
- width: 100%;
- padding: 9.5px;
- margin: 0 0 20px;
- line-height: 1.428571429;
- color: #333;
- background-color: #f5f5f5;
- border: 1px solid #ddd;
- }
- table th, table td {
- padding: 10px;
- }
- table th, table tr:nth-child(even) {
- background-color: #fefefe;
- }
- .fa-terminal:before {
- padding-right: 5px;
- }
- @media (max-width: 768px) {
- #version-notice {
- top: 67px;
- position: absolute;
- }
- }
|