Last active
December 27, 2015 00:19
-
-
Save broox9/7236865 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "body { | |
| background: #ffffff; /* Old browsers */ | |
| background: -moz-radial-gradient(center, ellipse cover, #ffffff 21%, #d5d5d5 93%, #888888 100%); /* FF3.6+ */ | |
| background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(21%,#ffffff), color-stop(93%,#d5d5d5), color-stop(100%,#888888)); /* Chrome,Safari4+ */ | |
| background: -webkit-radial-gradient(center, ellipse cover, #ffffff 21%,#d5d5d5 93%,#888888 100%); /* Chrome10+,Safari5.1+ */ | |
| background: -o-radial-gradient(center, ellipse cover, #ffffff 21%,#d5d5d5 93%,#888888 100%); /* Opera 12+ */ | |
| background: -ms-radial-gradient(center, ellipse cover, #ffffff 21%,#d5d5d5 93%,#888888 100%); /* IE10+ */ | |
| background: radial-gradient(ellipse at center, #ffffff 21%,#d5d5d5 93%,#888888 100%); /* W3C */ | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#888888',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ | |
| } | |
| div#header div#link_bar, | |
| div#header div#link_bar a { color: #0084b4;} | |
| #commentary_container { background-color: #FFFFFF;} | |
| div#featured_content p.title, div#featured_content p.title a { color:#333333; } | |
| div#featured_content p.description, div#featured_content p.description a { color: #333333;} | |
| div#commentary_container div#submission_panel div#commentary_sign_linker a { color: #333333;} | |
| /* * fixed styles */ | |
| html, body { font-size: 0.7em; padding: 0px; margin: 0; height: 100%; width: 100%; display: table;} | |
| /* header */ | |
| div#header { | |
| background-color:transparent; | |
| background-repeat: no-repeat; | |
| margin: 0px auto; | |
| width: 100%; | |
| height: 140px; | |
| text-align: center; | |
| position: relative; | |
| display: none; | |
| } | |
| div#header div#icon_container { float: left; margin-left:8px; margin-top: 8px; margin-bottom: 8px;} | |
| div#header img#icon { height: 100px;} | |
| div#header a { color:inherit; text-decoration: none; } | |
| div#header a:hover { text-decoration: underline;} | |
| div#header div#link_bar a { color: inherit; text-decoration: none;} | |
| div#header div#link_bar a:hover { text-decoration: underline;} | |
| div#header div#link_bar { font-size: 12px; float: right; margin-top: 53px; margin-bottom: 53px; margin-right:15px; } | |
| div#header div#link_bar a { margin: 5px;} | |
| /* twitter_page_content */ | |
| div#twitter_page_content { | |
| margin: 0px auto; | |
| width: 100%; | |
| position: relative; | |
| display: table-cell; | |
| vertical-align: middle; | |
| text-align: center; | |
| } | |
| /* featured_content */ | |
| div#featured_content img.link_pointer { vertical-align: middle; margin-left: 3px; } | |
| div#featured_content a img.link_pointer { border: none;} | |
| div#featured_content a { color: inherit; text-decoration: none;} | |
| div#featured_content a:hover { text-decoration: underline;} | |
| div#featured_content p.description a { color: inherit; text-decoration: none;} | |
| div#featured_content p.title { font-weight: bolder; } | |
| div#featured_content div.media img{ border: none; width: 100%; } | |
| div #featured_content div.media div.link_to_video span.play_button { | |
| position: absolute; | |
| margin-left: 127px; | |
| margin-top: 60px; | |
| width: 100px; | |
| } | |
| div #featured_content div.media div.link_to_audio img { | |
| max-width: 50%; | |
| margin: 0px auto; | |
| margin-left: 127px; | |
| } | |
| div#featured_content { | |
| padding: 15px; | |
| max-width: 800px; | |
| margin: 0 auto; | |
| -moz-border-radius-bottomleft: 5px; | |
| -moz-border-radius-topleft: 5px; | |
| -webkit-border-bottom-left-radius: 5px; | |
| -webkit-border-top-left-radius: 5px; | |
| background-color: #FFFFFF; | |
| border-top-right-radius: 5px; | |
| border-bottom-right-radius: 5px; | |
| box-shadow: 0 0 8px 1px #c3c3c3; | |
| float: none; | |
| } | |
| div#featured_content .media object { display: block; margin: 0 auto; } | |
| /* commentary_container */ | |
| div#commentary_embed div#submission_panel div.submission_text textarea { | |
| width: 236px; | |
| border-style: solid; | |
| border-width: 1px; | |
| border-color: gray; | |
| padding: 3px; | |
| padding-top: 5px; | |
| font: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif; | |
| } | |
| div#commentary_embed div#submission_panel div.submission_text { | |
| width: 100%; | |
| /*float: right;*/ | |
| } | |
| div#commentary_container div#submission_panel div#comment_submitter { | |
| /*float: right;*/ | |
| margin: 5px 0; | |
| } | |
| div#commentary_container div#submission_panel div#commentary_sign_linker { | |
| /*float: right;*/ | |
| margin-bottom: 5px; | |
| } | |
| div#commentary_container div.summary { margin-left: 10px ! important; width: 220px ! important; margin-bottom: 10px;} | |
| div#commentary_container div#comment_browser_nav button { background-image:url('/images/social_page_more_gray.png');} | |
| div#commentary_container div#comment_submitter button { background-image:url('/images/social_page_update_gray.png'); | |
| } | |
| div#commentary_container div#submission_panel div#commentary_sign_linker a { text-decoration: none; color: inherit;} | |
| div#commentary_container div#submission_panel div#commentary_sign_linker a:hover { text-decoration: | |
| underline; } | |
| div#commentary_container div.comment span.username a { text-decoration: none; color: inherit; } | |
| div#commentary_container div.comment span.username a:hover { text-decoration: underline; } | |
| div#commentary_container { | |
| padding: 15px 20px; | |
| margin: 10px; | |
| width: 238px; | |
| margin: 10px auto; | |
| -moz-border-radius: 5px; | |
| -webkit-border-radius: 5px; | |
| border: 1px solid #ccc; | |
| } | |
| div#commentary_container div#submission_panel a img {border: none;} | |
| div#commentary_container div#comment_browser_nav button { height: 20px; width: 81px; } | |
| div#commentary_container div#comment_submitter button {height: 20px; width: 81px;} | |
| div#commentary_container .comment_button_container button { | |
| background-repeat: no-repeat; | |
| background-color: transparent; | |
| border: none; | |
| cursor: pointer; | |
| width: 81px; | |
| } | |
| div#commentary_container .comment_button_container button span { display: none; } | |
| div#commentary_container div.comment .publish_time { display: block; margin-top: 10px;} | |
| div#commentary_container {display:none; } | |
| div#link_bar { | |
| left: 160px; | |
| bottom: 82px; | |
| position: relative; | |
| float: left !important; | |
| margin-bottom: 0px! important; | |
| margin-top: 0px!important; | |
| margin-right: 0px!important; | |
| margin-left: 0px!important; | |
| } | |
| @font-face { | |
| font-family: 'Cabin'; | |
| font-style: normal; | |
| font-weight: 400; | |
| src: local('Cabin Regular'), local('Cabin-Regular'), url('http://themes.googleusercontent.com/static/fonts/cabin/v2/K6ngFdK5haaaRGBV8waDwA.ttf') | |
| format('truetype'); | |
| } | |
| div#link_bar a { font-family: 'Cabin' }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment