Created
August 5, 2012 01:35
-
-
Save w0ng/3261034 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
.boxed-group { | |
position:relative; | |
background:#efefef; | |
padding:3px; | |
border-radius:3px; | |
margin:0 0 15px 0; | |
} | |
.boxed-group+.boxed-group { | |
margin-top:35px; | |
} | |
.boxed-group .boxed-group-action { | |
position:absolute; | |
right:0; | |
top:3px; | |
z-index:10; | |
margin:9px 10px 0 0; | |
} | |
.boxed-group .boxed-group-inner { | |
padding:1px 10px; | |
background:#fff; | |
border:1px solid #d8d8d8; | |
border-top:1px solid #ccc; | |
border-bottom-left-radius:1px; | |
border-bottom-right-radius:1px; | |
color:#666; | |
font-size:13px; | |
} | |
.boxed-group .boxed-group-inner strong { | |
color:#000; | |
} | |
.boxed-group .boxed-group-inner.markdown-body { | |
padding-top:10px; | |
padding-bottom:10px; | |
} | |
.boxed-group .boxed-group-inner h4 { | |
margin:15px 0 -5px 0; | |
font-size:14px; | |
color:#000; | |
} | |
.boxed-group .boxed-group-inner .boxed-action { | |
float:right; | |
} | |
.boxed-group.flush .boxed-group-inner { | |
padding:0; | |
} | |
.boxed-group.condensed .boxed-group-inner { | |
font-size:12px; | |
padding:0; | |
} | |
.boxed-group>h3, | |
.boxed-group .heading { | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#e0e0e0); | |
background:-webkit-linear-gradient(#fafafa, | |
#e0e0e0); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#e0e0e0')"; | |
margin:0; | |
border-top-left-radius:1px; | |
border-top-right-radius:1px; | |
border:1px solid #d8d8d8; | |
border-bottom:none; | |
padding:10px 10px 11px 10px; | |
font-size:14px; | |
text-shadow:0 1px 0 #fff; | |
} | |
.boxed-group>h3 a.boxed-group-breadcrumb, | |
.boxed-group .heading a.boxed-group-breadcrumb { | |
color:#666; | |
font-weight:normal; | |
text-decoration:none; | |
} | |
.boxed-group>h3 .avatar, | |
.boxed-group .heading .avatar { | |
margin-top:-4px; | |
border-radius:3px; | |
vertical-align:middle; | |
} | |
.boxed-group.dangerzone>h3 { | |
background:#f97171; | |
background:-moz-linear-gradient(#f97171, | |
#df3e3e); | |
background:-webkit-linear-gradient(#f97171, | |
#df3e3e); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97171', | |
endColorstr='#df3e3e')"; | |
border-bottom:1px solid #900; | |
color:#fff; | |
text-shadow:0 -1px 0 #900; | |
} | |
.boxed-group.condensed>h3 { | |
padding:6px 6px 7px; | |
font-size:12px; | |
} | |
.boxed-group.condensed>h3 .mini-icon { | |
position:relative; | |
top:2px; | |
padding:0 6px 0 2px; | |
} | |
.boxed-group hr.bleed-flush { | |
width:100%; | |
padding:0 10px; | |
margin-left:-10px; | |
} | |
.boxed-group hr.compact { | |
margin-top:10px; | |
margin-bottom:10px; | |
} | |
.boxed-group .form-help { | |
float:right; | |
margin-top:40px; | |
width:200px; | |
text-align:center; | |
} | |
.boxed-group .form-help a { | |
font-weight:bold; | |
} | |
.boxed-group .form-help p { | |
margin:10px 0; | |
} | |
ul.compact-options { | |
margin:-6px 0 13px 0; | |
} | |
ul.compact-options li { | |
margin:0 12px 0 0; | |
display:inline-block; | |
list-style-type:none; | |
font-weight:bold; | |
} | |
ul.compact-options li label { | |
float:left; | |
} | |
ul.compact-options li .spinner { | |
float:left; | |
width:16px; | |
height:16px; | |
margin-left:5px; | |
display:block; | |
} | |
.boxed-group-list { | |
list-style:none; | |
margin:0; | |
} | |
.boxed-group-list>li { | |
display:block; | |
margin-left:-10px; | |
width:100%; | |
padding:5px 10px; | |
line-height:23px; | |
border-bottom:1px solid #e5e5e5; | |
} | |
.boxed-group-list>li:hover { | |
background:#ffe; | |
} | |
.boxed-group-list>li:first-child { | |
border-top:1px solid #ddd; | |
} | |
.boxed-group-list>li:last-child { | |
border-bottom:none; | |
} | |
.boxed-group-list>li.selected { | |
background:#e5f9e2; | |
} | |
.boxed-group-list>li.approved .minibutton, | |
.boxed-group-list>li.rejected .minibutton { | |
display:none; | |
} | |
.boxed-group-list>li.approved:before, | |
.boxed-group-list>li.rejected:before { | |
position:relative; | |
top:2px; | |
margin-right:5px; | |
font-family:'Octicons Regular'; | |
font-weight:normal; | |
font-style:normal; | |
display:inline-block; | |
text-decoration:inherit; | |
line-height:1; | |
-webkit-font-smoothing:antialiased; | |
content:"\f03a"; | |
color:#5ec051; | |
font-size:16px; | |
} | |
.boxed-group-list>li.rejected:before { | |
content:"\f050"; | |
color:#bc0000; | |
} | |
.boxed-group-list>li.rejected a { | |
text-decoration:line-through; | |
} | |
.boxed-group-list>li img { | |
margin-top:-2px; | |
margin-right:4px; | |
vertical-align:middle; | |
border-radius:3px; | |
} | |
.boxed-group-list>li .minibutton { | |
float:right; | |
margin:-1px 0 0 10px; | |
} | |
.boxed-group-list .access-level { | |
color:#777; | |
margin-left:10px; | |
} | |
.boxed-group.flush .boxed-group-list li { | |
margin-left:0; | |
width:auto; | |
padding-left:0; | |
padding-right:0; | |
} | |
.boxed-group-list.standalone { | |
margin-top:-1px; | |
} | |
.boxed-group-list.standalone>li:first-child { | |
border-top:none; | |
} | |
.boxed-group-list>li.linked-item { | |
position:relative; | |
} | |
.boxed-group-list>li.linked-item>a { | |
display:block; | |
} | |
.boxed-group-list>li.linked-item>a:hover { | |
background-position:100% -98px; | |
} | |
.boxed-group-list>li.linked-item>a:hover:after { | |
color:#73a2d4; | |
background-color:#e7ecf0; | |
} | |
.boxed-group-list>li.linked-item>a .description { | |
color:#999; | |
font-style:normal; | |
} | |
.boxed-group-list>li.linked-item>a:after { | |
position:absolute; | |
top:7px; | |
right:7px; | |
padding:1px 1px 1px 2px; | |
font-family:'Octicons Regular'; | |
font-weight:normal; | |
font-style:normal; | |
display:inline-block; | |
text-decoration:inherit; | |
line-height:1; | |
-webkit-font-smoothing:antialiased; | |
content:"\f23e"; | |
color:#b3b3b3; | |
text-decoration:none; | |
font-size:16px; | |
line-height:16px; | |
float:right; | |
border-radius:20px; | |
border:1px solid #E5E5E5; | |
background-color:#eee; | |
} | |
.boxed-group-list>li.linked-item .item-stat { | |
float:right; | |
margin-right:25px; | |
color:#999; | |
} | |
.boxed-group-list>li.linked-item .item-stat strong { | |
color:#333; | |
} | |
.flash-messages { | |
background:#efefef; | |
padding:3px; | |
border-radius:3px; | |
margin-bottom:10px; | |
} | |
.flash-messages .flash { | |
position:relative; | |
margin:0 auto; | |
padding:15px; | |
font-weight:bold; | |
font-size:12px; | |
color:#1d2b3d; | |
border:1px solid #78909b; | |
background-color:#d4f6fa; | |
} | |
.flash-messages .flash .mini-icon-remove-close { | |
position:absolute; | |
top:50%; | |
margin-top:-7px; | |
right:15px; | |
cursor:pointer; | |
opacity:.5; | |
} | |
.flash-messages .flash:hover { | |
border:1px solid #1d2b3d; | |
} | |
.flash-messages .flash:hover .mini-icon-remove-close { | |
opacity:1; | |
} | |
.flash-messages .flash.flash-error { | |
color:#900; | |
background-color:#ffeaea; | |
border:1px solid #cc7575; | |
} | |
.flash-messages .flash.flash-error .mini-icon-remove-close { | |
color:#900; | |
} | |
.flash-messages .flash.flash-error:hover { | |
border:1px solid #900; | |
} | |
.command-bar-activated .top-nav { | |
position:absolute; | |
top:10px; | |
left:246px; | |
width:180px; | |
-moz-transition:opacity .2s linear 0; | |
-webkit-transition:opacity .2s linear 0; | |
opacity:1; | |
} | |
.command-bar-activated.command-bar-focus .top-nav { | |
opacity:0; | |
} | |
.command-bar-activated.command-bar-focus .command_bar_form { | |
width:400px; | |
} | |
.command_bar_form { | |
-webkit-transition:width .2s ease-in-out; | |
-moz-transition:width .2s ease-in-out; | |
transition:width .2s ease-in-out; | |
width:200px; | |
position:relative; | |
padding-right:36px; | |
} | |
.command_bar_form input[type=text] { | |
font-size:12px; | |
line-height:1.2; | |
position:relative; | |
border:1px solid #ddd; | |
border-radius:3px; | |
padding:5px 8px; | |
-moz-box-sizing:border-box; | |
box-sizing:border-box; | |
width:100%; | |
outline:none; | |
} | |
.command_bar_form input[type=text]:focus { | |
color:#222; | |
border-color:#999; | |
} | |
.command_bar_form input[type=text]:focus::-webkit-input-placeholder { | |
color:transparent; | |
} | |
.commandbar { | |
font-size:12px; | |
line-height:1.2; | |
position:relative; | |
display:inline-block; | |
width:100%; | |
} | |
.commandbar .message { | |
position:absolute; | |
top:50%; | |
left:7px; | |
margin-top:-1.2em; | |
line-height:1.15em; | |
padding:.6em 0; | |
-webkit-transition:opacity .2s linear, | |
visibility 0s linear .21s; | |
-moz-transition:opacity .2s linear, | |
visibility 0s linear .21s; | |
transition:opacity .2s linear, | |
visibility 0s linear .21s; | |
opacity:0; | |
visibility:hidden; | |
} | |
.commandbar .message.visible { | |
-webkit-transition:left .06s linear, | |
opacity .2s linear; | |
-moz-transition:left .06s linear, | |
opacity .2s linear; | |
transition:left .06s linear, | |
opacity .2s linear; | |
opacity:1; | |
visibility:visible; | |
} | |
.commandbar .message.visible ~ input::-webkit-input-placeholder { | |
color:transparent; | |
} | |
.commandbar .message.loading { | |
padding-left:20px; | |
color:#999; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?9d2eaa8a") no-repeat 0 50%; | |
} | |
.commandbar .message.success { | |
color:#396; | |
} | |
.commandbar .message.error { | |
color:#911; | |
} | |
.commandbar.focused .message { | |
left:15px; | |
} | |
.commandbar input[type=text] { | |
font-size:12px; | |
line-height:1.2; | |
position:relative; | |
-webkit-box-shadow:rgba(255, | |
255, | |
255, | |
0.8) 0 1px 0; | |
} | |
.commandbar input[type=text]:focus { | |
border-color:#51A7E8; | |
box-shadow:rgba(81, | |
167, | |
232, | |
0.5) 0 0 3px, | |
inset rgba(0, | |
0, | |
0, | |
0.2) 0 1px 1px; | |
} | |
.commandbar .display { | |
position:absolute; | |
background:#fff; | |
top:100%; | |
-webkit-transition:opacity .2s linear; | |
-moz-transition:opacity .2s linear; | |
transition:opacity .2s linear; | |
opacity:1; | |
visibility:visible; | |
border-radius:3px; | |
border:1px solid #999; | |
width:100%; | |
-moz-box-sizing:border-box; | |
box-sizing:border-box; | |
max-height:300px; | |
overflow-y:auto; | |
} | |
.commandbar .display.hidden { | |
-webkit-transition:opacity .2s linear, | |
visibility 0s linear .21s; | |
-moz-transition:opacity .2s linear, | |
visibility 0s linear .21s; | |
transition:opacity .2s linear, | |
visibility 0s linear .21s; | |
opacity:0; | |
visibility:hidden; | |
} | |
.commandbar .display div { | |
padding:8px; | |
border-top:1px solid #e5e5e5; | |
background:#fff; | |
white-space:nowrap; | |
overflow:hidden; | |
cursor:default; | |
position:relative; | |
} | |
.commandbar .display div.loading { | |
background:white; | |
background:-moz-linear-gradient(white, | |
#eee); | |
background:-webkit-linear-gradient(white, | |
#eee); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', | |
endColorstr='#eeeeee')"; | |
} | |
.commandbar .display div.loading span.description { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?9d2eaa8a") 0 50% no-repeat; | |
padding-left:24px; | |
display:block; | |
} | |
.commandbar .display div:first-child { | |
border-top:none; | |
border-radius:2px 2px 0 0; | |
} | |
.commandbar .display div:last-child { | |
border-radius:0 0 2px 2px; | |
} | |
.commandbar .display div.choice:nth-child(odd) { | |
background:#f4f4f4; | |
} | |
.commandbar .display div.choice:hover { | |
background:#d8ebfa; | |
} | |
.commandbar .display div span.command { | |
margin-right:10px; | |
} | |
.commandbar .display div span.description { | |
font-weight:normal; | |
color:#999; | |
text-shadow:rgba(255, | |
255, | |
255, | |
0.4) 0 1px 0; | |
} | |
.commandbar .display div.choice.selected { | |
background:rgba(81, | |
167, | |
232, | |
0.7); | |
background:-moz-linear-gradient(rgba(81, | |
167, | |
232, | |
0.7), | |
#51a7e8); | |
background:-webkit-linear-gradient(rgba(81, | |
167, | |
232, | |
0.7), | |
#51a7e8); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, | |
167, | |
232, | |
0.7)', | |
endColorstr='#51a7e8')"; | |
color:#fff; | |
text-shadow:#06c 0 -1px 0; | |
-webkit-font-smoothing:antialised; | |
} | |
.commandbar .display div.choice.selected span.description { | |
color:#1667a4; | |
} | |
.commandbar .display table { | |
width:100%; | |
border-collapse:collapse; | |
} | |
.commandbar .display table td { | |
line-height:27px; | |
border-top:1px solid #e5e5e5; | |
padding:0 8px; | |
color:#999; | |
white-space:nowrap; | |
} | |
.commandbar .display table td span { | |
display:block; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
} | |
.commandbar .display table td.command { | |
font-weight:bold; | |
width:1px; | |
} | |
.commandbar .display table td.command strong { | |
color:#333; | |
} | |
.commandbar .display table tr:first-child td { | |
border:none; | |
} | |
#dashboard { | |
margin-top:-10px; | |
overflow:hidden; | |
} | |
#dashboard h1 { | |
font-size:160%; | |
margin-bottom:.5em; | |
} | |
#dashboard h1 a { | |
font-size:70%; | |
font-weight:normal; | |
} | |
.news { | |
float:left; | |
margin-top:15px; | |
width:560px; | |
} | |
.page-profile .news { | |
float:none; | |
width:auto; | |
} | |
.news blockquote { | |
color:#666; | |
} | |
.news h1 { | |
margin-bottom:0; | |
} | |
.filter, | |
.feed_filter { | |
border-bottom:1px solid #AAA; | |
padding-bottom:.25em; | |
margin-bottom:1em; | |
} | |
.filter li, | |
.feed_filter li { | |
clear:none; | |
display:inline; | |
} | |
.page-profile-next .news .alert, | |
.page-dashboard-profile-next .news .alert { | |
padding:0 0 1em 45px; | |
overflow:hidden; | |
position:relative; | |
} | |
.page-profile-next .news .alert p, | |
.page-dashboard-profile-next .news .alert p { | |
margin:0; | |
} | |
.page-profile-next .news .alert .mega-icon, | |
.page-dashboard-profile-next .news .alert .mega-icon { | |
position:absolute; | |
top:0; | |
left:0; | |
width:32px; | |
height:32px; | |
padding:3px; | |
opacity:.6; | |
} | |
.page-profile-next .news .alert .mega-icon-push, | |
.page-dashboard-profile-next .news .alert .mega-icon-push { | |
color:#7552a1; | |
} | |
.page-profile-next .news .alert .mega-icon-create, | |
.page-dashboard-profile-next .news .alert .mega-icon-create { | |
color:#7552a1; | |
} | |
.page-profile-next .news .alert .mini-icon-watching, | |
.page-dashboard-profile-next .news .alert .mini-icon-watching { | |
color:#156f9e; | |
} | |
.page-profile-next .news .alert .mega-icon-site-message, | |
.page-dashboard-profile-next .news .alert .mega-icon-site-message { | |
color:#000; | |
} | |
.page-profile-next .news .alert .mini-icon-follow, | |
.page-dashboard-profile-next .news .alert .mini-icon-follow { | |
color:#156f9e; | |
} | |
.page-profile-next .news .alert .mega-icon-issue-opened, | |
.page-dashboard-profile-next .news .alert .mega-icon-issue-opened { | |
color:#489D00; | |
} | |
.page-profile-next .news .alert .mega-icon-issue-closed, | |
.page-dashboard-profile-next .news .alert .mega-icon-issue-closed { | |
color:#489D00; | |
} | |
.page-profile-next .news .alert .mega-icon-issue-comment, | |
.page-profile-next .news .alert .mega-icon-commit-comment, | |
.page-dashboard-profile-next .news .alert .mega-icon-issue-comment, | |
.page-dashboard-profile-next .news .alert .mega-icon-commit-comment { | |
color:#FF8F00; | |
} | |
.page-profile-next .news .alert .mega-icon-pull-request, | |
.page-profile-next .news .alert .mega-icon-fork, | |
.page-dashboard-profile-next .news .alert .mega-icon-pull-request, | |
.page-dashboard-profile-next .news .alert .mega-icon-fork { | |
color:#9e157c; | |
} | |
.page-profile-next .news .alert .mega-icon-wiki, | |
.page-dashboard-profile-next .news .alert .mega-icon-wiki { | |
color:#a3a500; | |
} | |
.page-profile-next .news .alert .mini-icon, | |
.page-dashboard-profile-next .news .alert .mini-icon { | |
opacity:.6; | |
background:none; | |
position:static; | |
padding:0; | |
text-shadow:none; | |
vertical-align:middle; | |
} | |
.page-profile-next .news .alert .pull-info .mini-icon, | |
.page-dashboard-profile-next .news .alert .pull-info .mini-icon { | |
position:relative; | |
top:-1px; | |
opacity:1.0; | |
color:#B0C4CE; | |
} | |
.page-profile-next .news .alert .body, | |
.page-dashboard-profile-next .news .alert .body { | |
border-bottom:1px solid #f1f1f1; | |
overflow:hidden; | |
padding:0 0 1em 0; | |
font-size:14px; | |
} | |
.page-profile-next .news .alert .time, | |
.page-dashboard-profile-next .news .alert .time { | |
font-size:12px; | |
color:#bbb; | |
} | |
.page-profile-next .news .alert .title, | |
.page-dashboard-profile-next .news .alert .title { | |
padding:0; | |
font-weight:bold; | |
} | |
.page-profile-next .news .alert .title .subtle, | |
.page-dashboard-profile-next .news .alert .title .subtle { | |
color:#bbb; | |
} | |
.page-profile-next .news .alert .gravatar, | |
.page-dashboard-profile-next .news .alert .gravatar { | |
background-color:#fff; | |
float:left; | |
line-height:0; | |
margin-right:.6em; | |
padding:0; | |
border:none; | |
} | |
.page-profile-next .news .alert .gravatar img, | |
.page-dashboard-profile-next .news .alert .gravatar img { | |
border-radius:2px; | |
margin-top:3px; | |
} | |
.page-profile-next .news .alert .simple .title, | |
.page-dashboard-profile-next .news .alert .simple .title { | |
color:#666; | |
display:inline-block; | |
font-size:13px; | |
font-weight:normal; | |
padding:0 5px; | |
} | |
.page-profile-next .news .alert .simple .time, | |
.page-dashboard-profile-next .news .alert .simple .time { | |
display:inline-block; | |
} | |
.page-profile-next .news .alert .pull-info, | |
.page-dashboard-profile-next .news .alert .pull-info { | |
background:#e8f1f6; | |
border-radius:3px; | |
color:rgba(0, | |
0, | |
0, | |
0.5); | |
display:inline-block; | |
font-size:12px; | |
margin-top:5px; | |
padding:3px 7px; | |
} | |
.page-profile-next .news .alert .pull-info em, | |
.page-dashboard-profile-next .news .alert .pull-info em { | |
font-style:normal; | |
font-weight:bold; | |
} | |
.news .git_hub .done { | |
text-decoration:line-through; | |
color:#666; | |
} | |
.news .commits li { | |
margin-left:40px; | |
margin-top:.15em; | |
list-style-type:none; | |
} | |
.news .commits li .committer { | |
padding-left:.5em; | |
display:none; | |
} | |
.news .commits li img { | |
vertical-align:middle; | |
background-color:#fff; | |
margin:0 1px 0 0; | |
border-radius:2px; | |
padding:0!important; | |
border:none!important; | |
} | |
.news .commits li img.emoji { | |
border:0; | |
padding:0; | |
margin:0; | |
} | |
.news .commits li .message { | |
font-size:13px; | |
} | |
.news div.message, | |
.news li blockquote { | |
display:inline; | |
color:#666; | |
font-size:13px; | |
} | |
.news .commits li.more { | |
font-size:11px; | |
padding-top:2px; | |
} | |
.profilecols .news .push li { | |
margin-left:0; | |
} | |
#wiki-wrapper .ie #gollum-editor { | |
padding-bottom:1em; | |
} | |
#gollum-editor { | |
border:1px solid #e4e4e4; | |
background:#f9f9f9; | |
margin:10px 0 50px; | |
overflow:hidden; | |
padding:10px; | |
border-radius:5px; | |
} | |
#gollum-editor form fieldset { | |
border:0; | |
margin:0; | |
padding:0; | |
} | |
.singleline { | |
display:block; | |
margin:0 0 7px 0; | |
overflow:hidden; | |
} | |
.singleline input { | |
background:#fff; | |
border:1px solid #ddd; | |
color:#000; | |
font-size:13px; | |
font-family:'Helvetica Neue', | |
Helvetica, | |
Arial, | |
sans-serif; | |
line-height:23px; | |
margin:13px 0 5px; | |
padding:6px; | |
width:883px; | |
} | |
.singleline input.ph { | |
color:#999; | |
} | |
#gollum-editor-title-field.active { | |
border-bottom:1px solid #ddd; | |
display:block; | |
margin:0 0 3px 0; | |
padding:0 0 5px 0; | |
} | |
#gollum-editor-page-title { | |
font-weight:bold; | |
margin-top:0; | |
} | |
#gollum-editor-page-title.ph { | |
color:#000; | |
} | |
#gollum-editor-function-bar { | |
margin-top:6px; | |
} | |
#gollum-editor-type-switcher { | |
display:none; | |
} | |
#gollum-editor-function-bar { | |
border-bottom:1px solid #ddd; | |
overflow:hidden; | |
padding:0; | |
} | |
#gollum-editor-function-bar #gollum-editor-function-buttons { | |
display:none; | |
float:left; | |
overflow:hidden; | |
padding:0 0 11px 0; | |
} | |
#gollum-editor-function-bar.active #gollum-editor-function-buttons { | |
display:block; | |
} | |
#gollum-editor-function-bar span.function-divider { | |
display:block; | |
float:left; | |
width:5px; | |
} | |
#gollum-editor-function-bar #gollum-editor-format-selector { | |
overflow:hidden; | |
padding:7px 0 0 0; | |
} | |
#gollum-editor-function-bar #gollum-editor-format-selector select { | |
float:right; | |
font-size:11px; | |
font-weight:bold; | |
margin-bottom:0; | |
padding:0; | |
} | |
#gollum-editor-function-bar #gollum-editor-format-selector select option { | |
padding:0; | |
} | |
#gollum-editor-function-bar #gollum-editor-format-selector label { | |
color:#999; | |
float:right; | |
font-size:11px; | |
font-weight:bold; | |
line-height:17px; | |
padding:0 5px 0 0; | |
} | |
#gollum-editor-function-bar #gollum-editor-format-selector label:after { | |
content:':'; | |
} | |
a.function-button { | |
background:#f7f7f7; | |
border:1px solid #ddd; | |
color:#333; | |
display:block; | |
float:left; | |
height:26px; | |
overflow:hidden; | |
margin:2px 5px 0 0; | |
text-shadow:0 1px 0 #fff; | |
width:26px; | |
border-radius:3px; | |
text-align:center; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
} | |
a.function-button:hover { | |
color:#fff; | |
text-shadow:0 -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
text-decoration:none; | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
} | |
a.function-button b, | |
a.function-button i { | |
font-size:13px; | |
} | |
a.function-button .mini-icon, | |
a.function-button b, | |
a.function-button i { | |
line-height:25px; | |
} | |
a.function-button.disabled { | |
display:none; | |
} | |
#gollum-error-message { | |
display:none; | |
padding-top:12px; | |
font-size:1.8em; | |
color:#f33; | |
} | |
#gollum-editor #gollum-editor-body { | |
background:#fff; | |
border:1px solid #ddd; | |
font-size:13px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
line-height:22px; | |
margin:13px 0 5px; | |
padding:6px; | |
height:390px; | |
resize:vertical; | |
} | |
#gollum-editor #gollum-editor-body+.collapsed, | |
#gollum-editor #gollum-editor-body+.expanded { | |
border-top:1px solid #ddd; | |
margin-top:7px; | |
} | |
#gollum-editor .collapsed, | |
#gollum-editor .expanded { | |
border-bottom:1px solid #ddd; | |
display:block; | |
overflow:hidden; | |
padding:10px 0 5px; | |
} | |
#gollum-editor .collapsed a.button, | |
#gollum-editor .expanded a.button { | |
border:1px solid #ddd; | |
color:#333; | |
display:block; | |
float:left; | |
height:25px; | |
overflow:hidden; | |
margin:2px 5px 7px 0; | |
padding:0; | |
text-shadow:0 1px 0 #fff; | |
width:25px; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
border-radius:3px; | |
} | |
#gollum-editor .collapsed a.button:hover, | |
#gollum-editor .expanded a.button:hover { | |
color:#fff; | |
text-shadow:0 -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
text-decoration:none; | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
} | |
#gollum-editor .collapsed a.button span, | |
#gollum-editor .expanded a.button span { | |
margin:4px; | |
} | |
#gollum-editor .collapsed h4, | |
#gollum-editor .expanded h4 { | |
font-size:16px; | |
float:left; | |
margin:0; | |
padding:6px 0 0 4px; | |
text-shadow:0 -1px 0 white; | |
} | |
#gollum-editor .collapsed a.button span.mini-icon-arr-collapsed { | |
display:inline-block; | |
} | |
#gollum-editor .collapsed textarea, | |
#gollum-editor .collapsed a.button span.mini-icon-arr-expanded { | |
display:none; | |
} | |
#gollum-editor .expanded a.button span.mini-icon-arr-expanded { | |
display:inline-block; | |
} | |
#gollum-editor .expanded a.button span.mini-icon-arr-collapsed { | |
display:none; | |
} | |
#gollum-editor .expanded textarea { | |
border:1px solid #ddd; | |
clear:both; | |
display:block; | |
font-size:12px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
height:84px; | |
margin:8px 0; | |
padding:6px; | |
width:883px; | |
resize:vertical; | |
} | |
#gollum-editor #gollum-editor-submit { | |
background-color:#f7f7f7; | |
border:1px solid #d4d4d4; | |
color:#333; | |
cursor:pointer; | |
display:block; | |
float:left; | |
font-size:12px; | |
font-family:'Helvetica Neue', | |
Helvetica, | |
Arial, | |
sans-serif; | |
font-weight:bold; | |
margin:0; | |
padding:5px 12px; | |
text-shadow:0 1px 0 #fff; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
border-radius:3px; | |
} | |
#gollum-editor #gollum-editor-submit:hover { | |
background:#3072b3; | |
border-color:#518cc6 #518cc6 #2a65a0; | |
color:#fff; | |
text-shadow:0 -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
text-decoration:none; | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
} | |
#gollum-editor #gollum-editor-submit:disabled { | |
color:#777; | |
background:white; | |
background:-moz-linear-gradient(white, | |
#f5f5f5); | |
background:-webkit-linear-gradient(white, | |
#f5f5f5); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', | |
endColorstr='#f5f5f5')"; | |
} | |
#gollum-editor #gollum-editor-submit:disabled:hover { | |
color:#777; | |
background:white; | |
background:-moz-linear-gradient(white, | |
#f5f5f5); | |
background:-webkit-linear-gradient(white, | |
#f5f5f5); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', | |
endColorstr='#f5f5f5')"; | |
border:1px solid #d4d4d4; | |
text-shadow:0 1px 0 #fff; | |
} | |
#gollum-editor a.gollum-minibutton, | |
#gollum-editor a.gollum-minibutton:visited { | |
background-color:#f7f7f7; | |
border:1px solid #d4d4d4; | |
color:#333; | |
cursor:pointer; | |
display:block; | |
font-size:12px; | |
font-family:'Helvetica Neue', | |
Helvetica, | |
Arial, | |
sans-serif; | |
font-weight:bold; | |
margin:0 0 0 9px; | |
padding:5px 12px; | |
text-shadow:0 1px 0 #fff; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
border-radius:3px; | |
} | |
#gollum-editor a.gollum-minibutton:hover, | |
#gollum-editor a.gollum-minibutton:visited:hover { | |
background:#3072b3; | |
border-color:#518cc6 #518cc6 #2a65a0; | |
color:#fff; | |
text-shadow:0 -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
text-decoration:none; | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
} | |
#gollum-editor #gollum-editor-preview { | |
float:left; | |
font-weight:normal; | |
padding:left; | |
} | |
.outer #gollum-editor-body { | |
width:883px; | |
} | |
.inner #gollum-editor-body { | |
width:877px; | |
} | |
#gollum-editor-help { | |
margin:0; | |
overflow:hidden; | |
padding:0; | |
border:1px solid #ddd; | |
border-width:0 1px 1px 1px; | |
} | |
#gollum-editor-help-parent, | |
#gollum-editor-help-list { | |
display:block; | |
float:left; | |
height:170px; | |
list-style-type:none; | |
overflow:auto; | |
margin:0; | |
padding:10px 0; | |
width:160px; | |
border-right:1px solid #eee; | |
} | |
#gollum-editor-help-parent li, | |
#gollum-editor-help-list li { | |
font-size:12px; | |
line-height:1.6; | |
margin:0; | |
padding:0; | |
} | |
#gollum-editor-help-parent li a, | |
#gollum-editor-help-list li a { | |
border:1px solid transparent; | |
border-width:1px 0; | |
display:block; | |
font-weight:bold; | |
padding:2px 12px; | |
text-shadow:0 -1px 0 white; | |
} | |
#gollum-editor-help-parent li a:hover, | |
#gollum-editor-help-list li a:hover { | |
background:#fff; | |
border-color:#f0f0f0; | |
text-decoration:none; | |
box-shadow:none; | |
} | |
#gollum-editor-help-parent li a.selected, | |
#gollum-editor-help-list li a.selected { | |
border:1px solid #eee; | |
border-bottom-color:#e7e7e7; | |
border-width:1px 0; | |
background:#fff; | |
color:#000; | |
box-shadow:0 1px 2px #f0f0f0; | |
} | |
#gollum-editor-help-list { | |
background:#fafafa; | |
} | |
#gollum-editor-help-wrapper { | |
background:#fff; | |
overflow:auto; | |
height:170px; | |
padding:10px; | |
} | |
#gollum-editor-help-content { | |
font-size:12px; | |
margin:0 10px 0 5px; | |
padding:0; | |
line-height:1.8; | |
} | |
#gollum-editor-help-content p { | |
margin:0 0 10px 0; | |
padding:0; | |
} | |
.ie #gollum-editor .singleline input { | |
padding-top:.25em; | |
padding-bottom:.75em; | |
} | |
#gollum-footer { | |
font-size:12px; | |
line-height:19px; | |
} | |
#gollum-footer #last-edit { | |
color:#999; | |
margin:10px 0 0; | |
} | |
#gollum-footer #delete-link { | |
margin:0 0 10px 0; | |
} | |
#gollum-dialog-dialog h4 { | |
border-bottom:1px solid #ddd; | |
color:#333; | |
font-size:16px; | |
line-height:normal; | |
font-weight:bold; | |
margin:0 0 12px 0; | |
padding:0 0 6px; | |
text-shadow:0 -1px 0 #f7f7f7; | |
} | |
#gollum-dialog-dialog-body { | |
font-size:12px; | |
line-height:16px; | |
margin:0; | |
padding:0; | |
} | |
#gollum-dialog-dialog-body fieldset { | |
display:block; | |
border:0; | |
margin:0; | |
overflow:hidden; | |
padding:0 12px; | |
} | |
#gollum-dialog-dialog-body fieldset .field { | |
margin:0 0 18px 0; | |
padding:0; | |
} | |
#gollum-dialog-dialog-body fieldset .field:last-child { | |
margin:0 0 12px 0; | |
} | |
#gollum-dialog-dialog-body fieldset label { | |
color:#666; | |
display:block; | |
font-size:14px; | |
font-weight:bold; | |
line-height:1.6; | |
margin:0; | |
padding:0; | |
min-width:80px; | |
} | |
#gollum-dialog-dialog-body fieldset input[type="text"] { | |
border:1px solid #ccc; | |
display:block; | |
font-family:'Helvetica Neue', | |
Helvetica, | |
Arial, | |
sans-serif; | |
font-size:12px; | |
line-height:16px; | |
margin:3px 0 0 0; | |
padding:3px 6px; | |
width:96.5%; | |
} | |
#gollum-dialog-dialog-body fieldset input.code { | |
font-family:'Monaco', | |
'Courier New', | |
Courier, | |
monospace; | |
} | |
#gollum-dialog-dialog-buttons { | |
border-top:1px solid #ddd; | |
overflow:hidden; | |
margin:14px 0 0 0; | |
padding:12px 0 0; | |
} | |
a.gollum-minibutton, | |
a.gollum-minibutton:visited { | |
border:1px solid #d4d4d4; | |
color:#333; | |
cursor:pointer; | |
display:inline; | |
font-size:12px; | |
font-family:'Helvetica Neue', | |
Helvetica, | |
Arial, | |
sans-serif; | |
font-weight:bold; | |
float:right; | |
width:auto; | |
margin:0 0 0 9px; | |
padding:4px 12px; | |
text-shadow:0 1px 0 #fff; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
border-radius:3px; | |
} | |
a.gollum-minibutton:hover, | |
a.gollum-minibutton:visited:hover { | |
border-color:#518cc6 #518cc6 #2a65a0; | |
color:#fff; | |
text-shadow:0 -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
text-decoration:none; | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
} | |
#wiki-wrapper.edit h1 { | |
color:#999; | |
font-weight:normal; | |
} | |
#wiki-wrapper.edit h1 strong { | |
color:#000; | |
font-weight:bold; | |
line-height:normal; | |
} | |
#languages .popular { | |
background-color:#fdfdfd; | |
overflow:hidden; | |
margin:15px 0; | |
} | |
#languages .popular h3 { | |
font-size:105%; | |
color:#aaa; | |
margin-bottom:.5em; | |
} | |
#languages .popular img { | |
border:1px solid #d0d0d0; | |
padding:1px; | |
background-color:#fff; | |
margin:0 10px 0 0; | |
vertical-align:middle; | |
} | |
#languages .popular a { | |
color:black; | |
} | |
#languages .popular ul { | |
margin:0 40px 0 0; | |
list-style-type:none; | |
} | |
#languages .popular ul li { | |
line-height:28px; | |
padding:5px 0; | |
border-bottom:1px solid #ddd; | |
color:#888; | |
font-size:14px; | |
} | |
#languages .popular ul li:last-child { | |
border-bottom:none; | |
} | |
#languages .popular ul li a.repo { | |
font-weight:bold; | |
} | |
#languages .popular .left { | |
margin-left:14em; | |
float:left; | |
width:27em; | |
} | |
#languages .popular .left table { | |
border-collapse:separate; | |
border-spacing:2px; | |
} | |
#languages .popular.compact .left { | |
margin-left:0; | |
float:left; | |
width:25em; | |
padding-bottom:2em; | |
} | |
#languages .popular.compact .left.row { | |
clear:left; | |
} | |
#languages .all_languages { | |
padding-right:3em; | |
text-align:right; | |
} | |
#languages a.bar { | |
display:block; | |
color:#fff; | |
text-decoration:none; | |
padding:3px; | |
background-color:#4183c4; | |
min-width:20px; | |
border-top-right-radius:4px; | |
border-bottom-right-radius:4px; | |
} | |
.marketing .pagehead h1 { | |
font-size:30px; | |
} | |
.marketing .pagehead p { | |
margin:-5px 0 0 0; | |
font-size:14px; | |
color:#777; | |
} | |
.marketing .pagehead ul.actions { | |
margin-top:10px; | |
} | |
.marketing h2 { | |
margin:15px 0 10px 0; | |
font-size:18px; | |
} | |
.marketing h2.subdued { | |
font-size:16px; | |
color:#666; | |
} | |
.marketing h2 .secure { | |
float:right; | |
padding:4px 0; | |
font-size:11px; | |
font-weight:bold; | |
text-transform:uppercase; | |
color:#000; | |
} | |
.marketing h2 .secure .mini-icon-lock { | |
position:relative; | |
top:1px; | |
} | |
p.read-it { | |
margin:25px 0 0 0; | |
color:#000; | |
text-align:center; | |
font-size:25px; | |
font-weight:bold; | |
} | |
.marketing .questions textarea { | |
width:428px; | |
padding:5px; | |
height:200px; | |
} | |
.marketing .questions dl.form input[type=text] { | |
width:426px; | |
} | |
.marketing .equacols .form-actions { | |
margin-top:15px; | |
margin-bottom:15px; | |
} | |
.marketing .questions p { | |
font-size:14px; | |
color:#666; | |
} | |
.marketing .questions h2 { | |
font-size:16px; | |
margin:15px 0 -10px 0; | |
} | |
ul.bottom-nav, | |
.content ul.bottom-nav { | |
margin:15px 0; | |
padding:10px 0; | |
border-top:1px solid #ddd; | |
font-size:14px; | |
} | |
ul.bottom-nav:after { | |
content:"."; | |
display:block; | |
height:0; | |
clear:both; | |
visibility:hidden; | |
} | |
* html ul.bottom-nav { | |
height:1%; | |
} | |
ul.bottom-nav { | |
display:inline-block; | |
} | |
ul.bottom-nav { | |
display:block; | |
} | |
ul.bottom-nav li { | |
list-style-type:none; | |
} | |
ul.bottom-nav li.prev { | |
float:left; | |
} | |
ul.bottom-nav li.next { | |
float:right; | |
} | |
.plan { | |
margin:10px 0; | |
padding:10px; | |
-webkit-font-smoothing:antialiased; | |
border:1px solid transparent; | |
border-radius:5px; | |
} | |
.plan p { | |
margin:0; | |
font-size:12px; | |
} | |
.plans-row { | |
margin-top:-10px; | |
margin-left:-25px; | |
width:945px; | |
} | |
.plans-row .plan { | |
float:left; | |
margin-left:25px; | |
width:268px; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.8); | |
} | |
.plans-row .plan .rule { | |
margin:0; | |
width:100%; | |
padding:0 10px; | |
margin-left:-10px; | |
border-top:1px solid rgba(0, | |
0, | |
0, | |
0.1); | |
border-bottom:1px solid rgba(255, | |
255, | |
255, | |
0.6); | |
} | |
.plans-row.foured { | |
width:940px; | |
margin-left:-20px; | |
} | |
.plans-row.foured .plan { | |
width:193px; | |
margin-left:20px; | |
} | |
.plans-row .plan .button.classy { | |
display:block; | |
margin:2px 0; | |
text-align:center; | |
} | |
.plan h3 { | |
margin:-5px 0 2px 0; | |
font-size:24px; | |
} | |
.plan .price { | |
float:right; | |
} | |
.plan .price .amount { | |
color:#000; | |
} | |
.plan .price .symbol { | |
position:relative; | |
top:-5px; | |
font-size:16px; | |
opacity:.7; | |
} | |
.plan .price .duration { | |
font-size:14px; | |
opacity:.5; | |
} | |
.plan ul.bigpoints { | |
margin:12px 0; | |
padding:7px 9px; | |
font-weight:bold; | |
font-size:14px; | |
color:#000; | |
background:rgba(255, | |
255, | |
255, | |
0.5); | |
border:1px solid rgba(0, | |
0, | |
0, | |
0.2); | |
border-right-color:rgba(0, | |
0, | |
0, | |
0.1); | |
border-bottom-color:rgba(0, | |
0, | |
0, | |
0.05); | |
border-radius:4px; | |
} | |
.plan ul.bigpoints li { | |
list-style-type:none; | |
margin:0; | |
} | |
.plan ul.smallpoints { | |
margin:-10px 0 0 0; | |
} | |
.plan ul.smallpoints li { | |
list-style-type:none; | |
padding:5px 0; | |
opacity:.6; | |
border-top:1px solid rgba(0, | |
0, | |
0, | |
0.15); | |
} | |
.plan ul.smallpoints li:first-child { | |
border-top:none; | |
} | |
.plan.hplan { | |
margin:20px 0; | |
height:40px; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eee); | |
background:-webkit-linear-gradient(#fafafa, | |
#eee); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eeeeee')"; | |
border-color:#e1e1e1; | |
} | |
.plan.final:hover { | |
box-shadow:none; | |
} | |
.hplan .price { | |
float:left; | |
margin-right:12px; | |
height:100%; | |
padding:0 8px; | |
font-weight:bold; | |
background:#fff; | |
border:1px solid #b6b69e; | |
border-right-color:#e0dfcb; | |
border-bottom-color:#f4f2d2; | |
border-radius:4px; | |
} | |
.hplan .price .symbol { | |
position:relative; | |
top:-14px; | |
color:#666; | |
font-size:20px; | |
} | |
.hplan .price .amount { | |
position:relative; | |
top:-4px; | |
font-size:34px; | |
color:#000; | |
} | |
.hplan .price .duration { | |
position:relative; | |
top:-4px; | |
color:#999; | |
font-size:16px; | |
} | |
.hplan .button { | |
margin:1px 0 0 0; | |
float:right; | |
} | |
.hplan h3 { | |
margin:1px 0 0 0; | |
font-size:16px; | |
color:#000; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.8); | |
} | |
.final h3 { | |
font-weight:normal; | |
} | |
.hplan p { | |
color:#666; | |
color:rgba(0, | |
0, | |
0, | |
0.6); | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.8); | |
} | |
.hplan p strong { | |
color:#000; | |
} | |
.plan.personal, | |
.plan.micro.final, | |
.plan.small.final, | |
.plan.medium.final { | |
background:#eaf5fa; | |
background:-moz-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
background:-webkit-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5fa', | |
endColorstr='#c5e8f1')"; | |
border-color:#c4dce2; | |
} | |
.plan.personal.leftmost { | |
background:#eaf5fa; | |
background:-moz-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
background:-webkit-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5fa', | |
endColorstr='#c5e8f1')"; | |
} | |
.plan.personal.middle { | |
background:#eaf5fa; | |
background:-moz-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
background:-webkit-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5fa', | |
endColorstr='#c5e8f1')"; | |
} | |
.plan.personal.rightmost { | |
background:#eaf5fa; | |
background:-moz-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
background:-webkit-linear-gradient(#eaf5fa, | |
#c5e8f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5fa', | |
endColorstr='#c5e8f1')"; | |
} | |
.plan.personal h3 { | |
color:#1a526b; | |
} | |
.plan.business, | |
.plan.large.final, | |
.plan.mega.final, | |
.plan.giga.final { | |
background:#f1fef4; | |
background:-moz-linear-gradient(#f1fef4, | |
#c4e6bd); | |
background:-webkit-linear-gradient(#f1fef4, | |
#c4e6bd); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fef4', | |
endColorstr='#c4e6bd')"; | |
border-color:#c7e2c4; | |
} | |
.plan.business.leftmost { | |
background:#f1fef4; | |
background:-moz-linear-gradient(#f1fef4, | |
#c4e6bd); | |
background:-webkit-linear-gradient(#f1fef4, | |
#c4e6bd); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fef4', | |
endColorstr='#c4e6bd')"; | |
} | |
.plan.business.middle { | |
background:#f1fef4; | |
background:-moz-linear-gradient(#f1fef4, | |
#c4e6bd); | |
background:-webkit-linear-gradient(#f1fef4, | |
#c4e6bd); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fef4', | |
endColorstr='#c4e6bd')"; | |
} | |
.plan.business.rightmost { | |
background:#f1fef4; | |
background:-moz-linear-gradient(#f1fef4, | |
#c4e6bd); | |
background:-webkit-linear-gradient(#f1fef4, | |
#c4e6bd); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fef4', | |
endColorstr='#c4e6bd')"; | |
} | |
.plan.business h3 { | |
color:#1f5714; | |
} | |
.plan.free { | |
background:#fefef3; | |
background:-moz-linear-gradient(#fefef3, | |
#fbf8d4); | |
background:-webkit-linear-gradient(#fefef3, | |
#fbf8d4); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefef3', | |
endColorstr='#fbf8d4')"; | |
border-color:#e7e4c2; | |
} | |
.plan.free:hover { | |
border-color:#d6d2ac; | |
} | |
.free p { | |
color:#4e4d29; | |
} | |
.plan.fi { | |
margin-top:0; | |
background:#616161; | |
background:-moz-linear-gradient(#616161, | |
#0f0f0f); | |
background:-webkit-linear-gradient(#616161, | |
#0f0f0f); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', | |
endColorstr='#0f0f0f')"; | |
border:none; | |
} | |
.plan.fi:hover { | |
box-shadow:0 0 25px rgba(0, | |
0, | |
0, | |
0.35); | |
} | |
.fi .logo { | |
float:left; | |
margin-right:12px; | |
height:31px; | |
padding:4px 9px 4px 6px; | |
line-height:40px; | |
font-weight:bold; | |
background:#fff; | |
border-radius:4px; | |
} | |
.fi h3 { | |
color:#fff; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.5); | |
} | |
.fi p { | |
color:#999; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.8); | |
} | |
.fi .button { | |
margin:1px 0 0 0; | |
float:right; | |
} | |
ul.plans-features { | |
margin:25px 0 25px -20px; | |
font-size:14px; | |
} | |
ul.plans-features li { | |
list-style-type:none; | |
display:inline-block; | |
margin:0 0 0 20px; | |
font-weight:bold; | |
color:#000; | |
} | |
ul.plans-features li.intro { | |
font-weight:normal; | |
color:#666; | |
padding:0; | |
background:transparent; | |
} | |
.faqs { | |
color:#666; | |
font-size:14px; | |
} | |
.faqs strong.highlight { | |
color:#444; | |
background:#fdffe0; | |
} | |
.faqs h2 { | |
margin:30px 0 -10px 0; | |
font-size:16px; | |
color:#000; | |
} | |
.faqs h2:first-child { | |
margin-top:15px; | |
} | |
.faqs a { | |
font-weight:bold; | |
} | |
.featured-brands { | |
margin:20px 0; | |
padding:5px 10px; | |
background:#fefefe; | |
background:-moz-linear-gradient(#fefefe, | |
#f2f8fa); | |
background:-webkit-linear-gradient(#fefefe, | |
#f2f8fa); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', | |
endColorstr='#f2f8fa')"; | |
border:1px solid #ddd; | |
border-radius:5px; | |
text-align:center; | |
font-size:14px; | |
color:#677a84; | |
} | |
ul.selling-points { | |
margin:25px 0; | |
} | |
ul.selling-points li { | |
list-style-type:none; | |
margin:15px 0; | |
padding-left:20px; | |
font-weight:bold; | |
font-size:14px; | |
color:#000; | |
position:relative; | |
} | |
ul.selling-points li .mini-icon-confirm { | |
position:absolute; | |
left:0; | |
top:50%; | |
margin-top:-8px; | |
} | |
ol.steps { | |
margin:20px 0 15px 0; | |
padding:6px 10px; | |
font-size:12px; | |
color:#000; | |
background:#ebf6e5; | |
border-radius:5px; | |
} | |
ol.steps:after { | |
content:"."; | |
display:block; | |
height:0; | |
clear:both; | |
visibility:hidden; | |
} | |
* html ol.steps { | |
height:1%; | |
} | |
ol.steps { | |
display:inline-block; | |
} | |
ol.steps { | |
display:block; | |
} | |
ol.steps li { | |
list-style-type:none; | |
float:left; | |
margin:0 0 0 8px; | |
padding-left:48px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/steps/arrow.png?51c6f056") 0 50% no-repeat; | |
} | |
ol.steps li:first-child { | |
margin:0; | |
padding:0; | |
background:transparent; | |
} | |
ol.steps li span { | |
display:block; | |
padding:4px 7px 3px 7px; | |
opacity:.7; | |
} | |
ol.steps li.current { | |
font-weight:bold; | |
} | |
ol.steps li.current span { | |
background:#fff; | |
border-radius:3px; | |
border:1px solid rgba(0, | |
0, | |
0, | |
0.2); | |
border-right-color:rgba(0, | |
0, | |
0, | |
0.1); | |
border-bottom-color:rgba(0, | |
0, | |
0, | |
0); | |
opacity:1.0; | |
} | |
ol.steps li.completed span { | |
display:block; | |
opacity:.5; | |
} | |
.pagehead .hero { | |
width:958px; | |
padding:0; | |
margin:-16px 0 15px -19px; | |
} | |
.pagehead .hero h1 { | |
position:relative; | |
margin:0; | |
height:auto; | |
padding:8px 10px; | |
font-size:16px; | |
font-weight:bold; | |
color:#fff; | |
-webkit-font-smoothing:antialiased; | |
letter-spacing:0; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.2); | |
border-top-left-radius:3px; | |
border-top-right-radius:3px; | |
box-shadow:0 2px 0 rgba(0, | |
0, | |
0, | |
0.15); | |
} | |
.pagehead .hero h1 em { | |
font-weight:normal; | |
color:#fff; | |
opacity:.75; | |
} | |
.hero h1 { | |
display:block; | |
background:#ddd; | |
background:-moz-linear-gradient(#ddd, | |
#999); | |
background:-webkit-linear-gradient(#ddd, | |
#999); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', | |
endColorstr='#999999')"; | |
} | |
.hero.golden h1 { | |
background:#ded356; | |
background:-moz-linear-gradient(#ded356, | |
#94890d); | |
background:-webkit-linear-gradient(#ded356, | |
#94890d); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ded356', | |
endColorstr='#94890d')"; | |
} | |
.hero.features-theme h1 { | |
background:#829aa8; | |
background:-moz-linear-gradient(#829aa8, | |
#405a6a); | |
background:-webkit-linear-gradient(#829aa8, | |
#405a6a); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#829aa8', | |
endColorstr='#405a6a')"; | |
} | |
.hero ul.subnav { | |
position:relative; | |
float:right; | |
margin:-32px 10px 0 0; | |
height:25px; | |
z-index:5; | |
} | |
.hero ul.subnav li { | |
list-style-type:none; | |
margin:0 0 0 10px; | |
float:left; | |
font-size:11px; | |
font-weight:bold; | |
} | |
.hero ul.subnav li a { | |
display:block; | |
height:23px; | |
padding:0 8px; | |
line-height:23px; | |
color:#fff; | |
color:rgba(255, | |
255, | |
255, | |
0.8); | |
border:1px solid transparent; | |
border-radius:3px; | |
text-decoration:none; | |
-webkit-font-smoothing:antialiased; | |
} | |
.hero ul.subnav li a:hover { | |
color:#fff; | |
background:rgba(0, | |
0, | |
0, | |
0.2); | |
} | |
.hero ul.subnav li a.selected { | |
color:#fff; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
background:rgba(255, | |
255, | |
255, | |
0.15); | |
border-top-color:rgba(0, | |
0, | |
0, | |
0.3); | |
border-left-color:rgba(0, | |
0, | |
0, | |
0.3); | |
border-bottom-color:rgba(255, | |
255, | |
255, | |
0.2); | |
border-right-color:rgba(255, | |
255, | |
255, | |
0.2); | |
cursor:pointer; | |
} | |
.hero img { | |
border-bottom-right-radius:4px; | |
border-bottom-left-radius:4px; | |
} | |
.hero .heroimage { | |
position:relative; | |
line-height:1px; | |
} | |
.hero p.photocredit { | |
position:absolute; | |
bottom:0; | |
left:0; | |
margin:0; | |
padding:5px 10px; | |
font-size:11px; | |
line-height:1.3; | |
font-weight:bold; | |
color:#999; | |
background:#000; | |
-webkit-font-smoothing:antialiased; | |
background:rgba(0, | |
0, | |
0, | |
0.5); | |
border-bottom-left-radius:3px; | |
} | |
p.photocredit a { | |
color:#999; | |
} | |
.hero .textographic { | |
padding:15px 10px; | |
text-align:center; | |
font-size:14px; | |
color:#666; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/hero/textographic-border.png?dbd527c3") 0 100% no-repeat #eee; | |
} | |
.hero .textographic p { | |
margin:0; | |
} | |
.hero .screenographic { | |
position:relative; | |
padding:15px 10px 0; | |
line-height:1px; | |
border-bottom-right-radius:4px; | |
border-bottom-left-radius:4px; | |
background:#edf3f6; | |
background:-moz-linear-gradient(#edf3f6, | |
#d3e1e8); | |
background:-webkit-linear-gradient(#edf3f6, | |
#d3e1e8); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf3f6', | |
endColorstr='#d3e1e8')"; | |
} | |
.hero .screenographic>.bigcount, | |
.hero .screenographic>.caption, | |
.hero .screenographic>.floating-text { | |
line-height:1.3; | |
} | |
.hero .screenographic:after { | |
content:"."; | |
display:block; | |
height:0; | |
clear:both; | |
visibility:hidden; | |
} | |
* html .hero .screenographic { | |
height:1%; | |
} | |
.hero .screenographic { | |
display:inline-block; | |
} | |
.hero .screenographic { | |
display:block; | |
} | |
.screenographic .browsercap { | |
float:left; | |
margin:0 5px 0 -5px; | |
width:540px; | |
height:145px; | |
padding:21px 23px 0 17px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/hero_browser.png?f5f63d69") 0 0 no-repeat; | |
} | |
.screenographic .caption { | |
float:right; | |
margin:25px 13px 0 0; | |
width:320px; | |
padding:12px; | |
font-size:14px; | |
color:#555; | |
text-align:left; | |
background:#f8fcff; | |
border:1px solid #d0d7da; | |
border-right:none; | |
border-bottom:none; | |
border-radius:4px; | |
} | |
.screenographic .caption p { | |
margin:0; | |
} | |
.screenographic .bottom { | |
position:absolute; | |
left:0; | |
bottom:0; | |
width:100%; | |
height:6px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/screenographic-bottom.png?0a6395a9"); | |
opacity:.07; | |
} | |
.screenographic.community img { | |
margin:-14px 0 0 -10px; | |
} | |
.hero .screenographic p.photocredit { | |
color:#aaa; | |
background:rgba(0, | |
0, | |
0, | |
0.75); | |
border-bottom-left-radius:4px; | |
} | |
.hero .screenographic p.photocredit a { | |
color:#fff; | |
} | |
.screenographic .bigcount { | |
padding:12px 20px; | |
line-height:1.0; | |
color:#fff; | |
white-space:nowrap; | |
background:#1a2933; | |
background:rgba(35, | |
45, | |
52, | |
0.8); | |
border-radius:5px; | |
} | |
.screenographic .bigcount p.count { | |
margin:-6px 0 0 0; | |
font-size:50px; | |
line-height:50px; | |
text-shadow:0 0 10px rgba(0, | |
0, | |
0, | |
0.8); | |
} | |
.screenographic .bigcount p.subtext { | |
margin:0; | |
font-size:12px; | |
font-weight:bold; | |
text-align:center; | |
color:#ccc; | |
color:rgba(255, | |
255, | |
255, | |
0.7); | |
} | |
.screenographic.hosting { | |
padding-top:20px; | |
padding-bottom:22px; | |
padding-right:15px; | |
} | |
.screenographic.hosting .bigcount { | |
float:left; | |
margin:0 15px 0 5px; | |
} | |
.screenographic.community .bigcount { | |
display:none; | |
position:absolute; | |
top:25px; | |
left:50%; | |
} | |
.screenographic .floating-text h3 { | |
margin-top:7px; | |
margin-bottom:0; | |
font-size:18px; | |
color:#2f424e; | |
} | |
.screenographic .floating-text p { | |
margin-top:5px; | |
margin-bottom:0; | |
font-size:14px; | |
color:#50585d; | |
} | |
.wider .pagehead { | |
position:relative; | |
margin-left:-6px; | |
margin-top:20px; | |
width:958px; | |
padding-left:6px; | |
padding-right:6px; | |
} | |
.wider .pagehead .hero { | |
margin-left:0; | |
} | |
div.content { | |
font-size:14px; | |
color:#333; | |
} | |
.marketing .content h2 { | |
margin:40px 0 -10px 0; | |
font-size:18px; | |
color:#000; | |
} | |
.feature-content h2 { | |
margin:0 0 -10px 0; | |
font-size:18px; | |
} | |
.content h2:first-child, | |
.content .rule+h2 { | |
margin-top:0; | |
} | |
.marketing .content h3 { | |
color:#000; | |
margin:1.5em 0 -0.5em 0; | |
} | |
.marketing .content h3:first-child { | |
margin-top:5px; | |
} | |
.content .figure { | |
margin:15px 0; | |
padding:1px; | |
border:1px solid #e5e5e5; | |
} | |
.content .figure:first-child { | |
margin-top:0; | |
} | |
.marketing .content ul { | |
margin:25px 0 25px 25px; | |
} | |
.content ul ul { | |
margin-top:10px; | |
margin-bottom:10px; | |
} | |
.miniprofile { | |
margin:15px 0; | |
} | |
.miniprofile h3 { | |
margin:0; | |
font-size:16px; | |
} | |
.miniprofile p { | |
margin:0 0 10px 0; | |
color:#666; | |
} | |
.miniprofile .profile-link, | |
.miniprofile .public-info { | |
margin:2px 0; | |
font-size:11px; | |
color:#999; | |
} | |
ul.checklist { | |
margin:20px 0; | |
font-size:12px; | |
font-weight:bold; | |
} | |
.miniprofile ul.checklist { | |
margin:30px 0; | |
} | |
ul.checklist li { | |
list-style-type:none; | |
margin:15px 0; | |
padding-left:25px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/marketing/check.png?b6be2fb1") 0 2px no-repeat; | |
} | |
ul.dates { | |
margin:20px 0; | |
font-size:12px; | |
} | |
ul.dates li { | |
list-style-type:none; | |
margin:15px 0; | |
padding-left:25px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/marketing/calendar.png?294ebf1a") 0 2px no-repeat; | |
} | |
ul.dates li strong { | |
color:#000; | |
display:block; | |
} | |
.content .quote { | |
margin:25px 30px; | |
} | |
.sidebar .quote { | |
margin:20px 0; | |
} | |
.content .quote blockquote { | |
margin:0; | |
font-family:Georgia, | |
Times, | |
serif; | |
font-style:italic; | |
color:#666; | |
} | |
.content .quote cite { | |
display:block; | |
font-size:12px; | |
font-weight:bold; | |
font-style:normal; | |
color:#333; | |
text-align:right; | |
} | |
.popout { | |
padding:10px; | |
font-size:12px; | |
color:#36361d; | |
background:#e3f2d4; | |
border-radius:4px; | |
} | |
.popout p { | |
margin:0; | |
line-height:1.5; | |
} | |
.popout p+p { | |
margin-top:10px; | |
} | |
pre.terminal { | |
padding:10px 10px 10px 23px; | |
color:#fff; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/terminal_sign.png?1e18275c") 10px 50% no-repeat #333; | |
border-radius:4px; | |
} | |
.wider .centered-graphic { | |
text-align:center; | |
line-height:1px; | |
padding-bottom:37px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/centered-graphic-glow.gif?1a398e63") 50% 100% no-repeat; | |
} | |
.centered-graphic .feature-text { | |
line-height:1; | |
} | |
.centered-graphic h2 { | |
margin-top:20px; | |
} | |
.centered-graphic p { | |
color:#444; | |
} | |
.big-notice { | |
margin:15px 0; | |
padding:5px 20px; | |
background:#efe; | |
background:-moz-linear-gradient(#efe, | |
#bedebe); | |
background:-webkit-linear-gradient(#efe, | |
#bedebe); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeffee', | |
endColorstr='#bedebe')"; | |
border:1px solid #bedebe; | |
border-radius:5px; | |
} | |
.big-notice h3 { | |
margin-bottom:-10px; | |
} | |
.contact-notice { | |
margin:15px 0; | |
padding:5px 20px; | |
background:#eee; | |
background:-moz-linear-gradient(#eee, | |
#bebebe); | |
background:-webkit-linear-gradient(#eee, | |
#bebebe); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', | |
endColorstr='#bebebe')"; | |
border:1px solid #bebebe; | |
border-radius:5px; | |
} | |
.contact-notice h3 { | |
margin-bottom:-10px; | |
} | |
ul.feature-tabs { | |
position:relative; | |
margin:15px 0; | |
padding:0 2px 29px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/curly_rule.png?3aa8909d") 0 100% no-repeat; | |
} | |
ul.feature-tabs li { | |
list-style-type:none; | |
position:relative; | |
float:left; | |
margin:0 0 0 30px; | |
width:215px; | |
height:150px; | |
text-align:center; | |
z-index:5; | |
} | |
ul.feature-tabs li:first-child { | |
margin-left:0; | |
} | |
ul.feature-tabs li.highlight { | |
position:absolute; | |
bottom:5px; | |
left:-1000px; | |
margin:0; | |
width:224px; | |
height:97px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/feature-tab-highlight.png?524ec71f"); | |
z-index:1; | |
} | |
.feature-tabs a { | |
text-decoration:none; | |
} | |
.feature-tabs .tab-button { | |
display:block; | |
position:absolute; | |
top:80px; | |
left:0; | |
width:100%; | |
padding:15px 0; | |
text-decoration:none; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.5); | |
background:#fdfdfd; | |
background:-moz-linear-gradient(#fdfdfd, | |
#eee); | |
background:-webkit-linear-gradient(#fdfdfd, | |
#eee); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', | |
endColorstr='#eeeeee')"; | |
border:1px solid #e9e9e9; | |
border-radius:4px; | |
cursor:pointer; | |
z-index:5; | |
} | |
.feature-tabs a:hover .tab-button { | |
border-color:#ddd; | |
box-shadow:0 0 10px rgba(65, | |
131, | |
196, | |
0.3); | |
} | |
.feature-tabs .tab-button h3 { | |
margin:0; | |
font-size:14px; | |
} | |
.feature-tabs .tab-button p { | |
margin:0; | |
color:#888; | |
} | |
.feature-tabs a.selected { | |
cursor:default; | |
} | |
.feature-tabs a.selected .tab-button { | |
background:#fdfdf6; | |
background:-moz-linear-gradient(#fdfdf6, | |
#f1efcc); | |
background:-webkit-linear-gradient(#fdfdf6, | |
#f1efcc); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdf6', | |
endColorstr='#f1efcc')"; | |
box-shadow:none; | |
cursor:default; | |
} | |
.feature-tabs .selected .tab-button h3 { | |
color:#000; | |
} | |
.feature-tabs .selected .tab-button p { | |
color:#666; | |
} | |
.browsered { | |
margin-bottom:-15px; | |
width:460px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_browser.png?df88c0f7") 0 0 no-repeat; | |
} | |
.browsered.mini { | |
width:300px; | |
background-image:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_browser-mini.png?bf1142e3"); | |
} | |
.browsered .inner { | |
line-height:1px; | |
padding:14px 16px 35px 13px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_shadow.png?c9c10090") 0 100% no-repeat; | |
} | |
.browsered.mini .inner { | |
padding-top:10px; | |
background-image:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/browsered_shadow-mini.png?3f117b56"); | |
} | |
.caption { | |
margin-top:-5px; | |
margin-bottom:30px; | |
padding:18px 8px 8px; | |
font-size:11px; | |
text-align:center; | |
color:#384141; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/caption_back.png?72ef8099") 50% 0 no-repeat; | |
border-bottom-right-radius:4px; | |
border-bottom-left-radius:4px; | |
} | |
.caption p { | |
margin:0; | |
} | |
.browsered+h3 { | |
margin-top:5px; | |
} | |
.access-infographic { | |
text-align:center; | |
} | |
.access-infographic p { | |
margin:10px 0; | |
font-size:12px; | |
font-weight:bold; | |
color:#444; | |
} | |
.access-infographic p.subtext { | |
margin-top:-10px; | |
font-weight:normal; | |
font-size:11px; | |
} | |
.access-infographic p.repo { | |
height:80px; | |
padding-top:12px; | |
font-size:22px; | |
color:#fff; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.2); | |
-webkit-font-smoothing:antialiased; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/features/infographics/hosting-access.png?3a991605") 0 0 no-repeat; | |
} | |
.access-infographic p.methods { | |
margin-top:15px; | |
margin-bottom:-5px; | |
font-size:16px; | |
color:#000; | |
} | |
.access-infographic .sep { | |
padding:0 5px; | |
} | |
.instructor-bio { | |
padding-left:150px; | |
} | |
.instructor-bio img { | |
float:left; | |
margin-top:5px; | |
margin-left:-150px; | |
padding:1px; | |
border:1px solid #ddd; | |
} | |
.instructor-bio h2 { | |
margin-top:15px; | |
} | |
#signup_form dd { | |
position:relative; | |
} | |
#signup_form dd .mini-icon { | |
position:absolute; | |
right:25px; | |
top:8px; | |
} | |
#signup_form .mini-icon-exclamation:before { | |
color:#bd2c00; | |
} | |
#signup_form .mini-icon-confirm:before { | |
color:#6cc644; | |
} | |
#issues_next .column.sidebar .create button.classy { | |
width:100%; | |
margin-left:0; | |
} | |
.browser-content .milestone { | |
padding:10px 10px 10px 15px; | |
background:#fff; | |
border-bottom:1px solid #ddd; | |
} | |
.browser-content .milestone h3 { | |
margin:5px 0 0 0; | |
font-size:16px; | |
} | |
.browser-content .milestone p.date { | |
margin:5px 0 5px 0; | |
font-size:14px; | |
color:#666; | |
} | |
.browser-content .milestone.notdue p.date { | |
color:#999; | |
} | |
.browser-content .milestone.pastdue p.date { | |
font-weight:bold; | |
color:#bd2c00; | |
} | |
.browser-content .milestone.pastdue p.date .mini-icon-exclamation:before { | |
color:#bd2c00; | |
} | |
.browser-content .milestone .description { | |
margin-top:10px; | |
margin-bottom:-10px; | |
width:100%; | |
padding:1px 0 1px 0; | |
border-top:1px solid #eee; | |
font-size:12px; | |
font-weight:300; | |
color:#666; | |
} | |
.browser-content .milestone .description strong { | |
color:#333; | |
font-weight:bold; | |
} | |
.browser-content .milestone .description ul { | |
margin-left:25px; | |
} | |
.browser-content .milestone .progress { | |
float:right; | |
margin-top:3px; | |
width:390px; | |
} | |
#issues_next .browser-content .milestone .progress-bar { | |
display:block; | |
margin:0; | |
top:0; | |
height:30px; | |
} | |
#issues_next .browser-content .milestone .progress-bar .progress { | |
display:block; | |
float:none; | |
height:30px; | |
} | |
.progress-bar .percent { | |
position:absolute; | |
top:4px; | |
left:7px; | |
font-size:16px; | |
font-weight:bold; | |
color:#fff; | |
text-shadow:0 0 2px rgba(0, | |
0, | |
0, | |
0.7); | |
} | |
.browser-content .milestone ul.meta { | |
margin:0; | |
font-size:11px; | |
} | |
.browser-content .milestone ul.meta li { | |
list-style-type:none; | |
margin:0 0 0 15px; | |
float:right; | |
font-weight:bold; | |
} | |
.browser-content .milestone ul.meta li.numbers { | |
float:left; | |
margin-left:0; | |
color:#888; | |
font-weight:normal; | |
} | |
html.notifications, | |
html.notifications body { | |
height:100%; | |
overflow:hidden; | |
} | |
#newsies { | |
overflow:hidden; | |
top:47px; | |
bottom:0; | |
left:0; | |
right:0; | |
margin:0; | |
position:absolute; | |
z-index:100; | |
} | |
#newsies .heading { | |
background:#efefef; | |
border-bottom:1px solid #d8d8d8; | |
} | |
body.staff #newsies { | |
top:81px; | |
} | |
#newsies .count { | |
font-size:10px; | |
display:inline-block; | |
float:right; | |
width:2em; | |
background-color:#f1f1f1; | |
text-align:center; | |
color:#999; | |
line-height:1.6; | |
border-radius:3px; | |
margin-top:4px; | |
} | |
#newsies .navigation-focus .count, | |
#newsies .minibutton:hover .count { | |
background-color:#759ed1; | |
color:#FFF; | |
} | |
#newsies .minibutton .count { | |
background-color:#ddd; | |
text-shadow:none; | |
font-weight:normal; | |
margin:4px 0 4px 10px; | |
} | |
#newsies .heading { | |
padding:5px 10px; | |
overflow:hidden; | |
line-height:27px; | |
height:27px; | |
} | |
#newsies .heading .context-menu-container { | |
float:left; | |
margin-left:-5px; | |
} | |
#newsies .footing { | |
position:absolute; | |
bottom:0; | |
left:0; | |
right:0; | |
height:27px; | |
padding:5px 10px 5px 5px; | |
border-top:1px solid #d8d8d8; | |
background:#efefef; | |
} | |
#newsies .actions { | |
float:right; | |
margin-right:-5px; | |
overflow:hidden; | |
} | |
#newsies .actions li { | |
list-style:none; | |
float:left; | |
margin-left:5px; | |
} | |
#newsies .notifications, | |
#newsies .newsie-details { | |
position:absolute; | |
top:38px; | |
left:0; | |
right:0; | |
bottom:38px; | |
overflow:auto; | |
} | |
#newsies #newsie-items, | |
#newsies #newsie-details { | |
position:absolute; | |
left:0; | |
top:0; | |
bottom:0; | |
} | |
#newsies #newsie-items { | |
width:340px; | |
} | |
#newsies .empty-newsie { | |
background:#f4f4f4; | |
position:absolute; | |
top:0; | |
bottom:0; | |
right:0; | |
left:0; | |
} | |
#newsies .empty-newsie p { | |
position:absolute; | |
top:40%; | |
left:50%; | |
width:200px; | |
text-align:center; | |
margin-left:-100px; | |
color:#999; | |
text-shadow:#fff 0 1px 0; | |
background:rgba(0, | |
0, | |
0, | |
0.05); | |
border-radius:5px; | |
padding:10px; | |
-webkit-box-shadow:inset rgba(0, | |
0, | |
0, | |
0.1) 0 1px 0, | |
white 0 1px 0; | |
} | |
#newsies #newsie-details { | |
left:340px; | |
right:0; | |
} | |
#newsies #newsie-details .heading { | |
font-size:16px; | |
font-weight:bold; | |
} | |
#newsies #newsie-details>li { | |
display:none; | |
} | |
#newsies #newsie-details>li.selected { | |
display:block; | |
} | |
#newsies #newsie-details .newsie-detail-title { | |
white-space:nowrap; | |
line-height:28px; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
margin-right:80px; | |
display:block; | |
} | |
#newsies .notifications li:first-child { | |
border-top:none; | |
} | |
#newsies .comment { | |
border-bottom:1px solid #f1f1f1; | |
} | |
#newsies .comment.collapsed .content-body { | |
display:none; | |
} | |
#newsies .comment .meta { | |
padding:10px; | |
} | |
#newsies .comment .meta img { | |
vertical-align:middle; | |
} | |
#newsies .comment .meta p { | |
margin:0; | |
display:inline-block; | |
} | |
#newsies .comment .meta a { | |
color:inherit; | |
text-decoration:none!important; | |
} | |
#newsies .comment .meta .mini-icon { | |
display:none; | |
} | |
#newsies .comment time { | |
float:right; | |
font-size:11px; | |
line-height:20px; | |
color:#999; | |
} | |
#newsies .comment .content-body { | |
max-width:670px; | |
padding:0 10px 10px; | |
} | |
#newsies .notifications { | |
background-color:#fff; | |
list-style-type:none; | |
border-right:1px solid #d8d8d8; | |
} | |
#newsies .notifications .newsie { | |
font-size:12px; | |
padding:0; | |
border-bottom:none; | |
} | |
#newsies .notifications .newsie:hover { | |
background:none; | |
} | |
#newsies .notifications .newsie.read { | |
background-color:#f7f7f7; | |
} | |
#newsies .notifications .newsie.read .note-description { | |
color:#717171; | |
} | |
#newsies .notifications .newsie.navigation-focus { | |
background-color:#e6f1f6; | |
} | |
#newsies .notifications .newsie.navigation-focus .count { | |
background-color:#c9d9e0; | |
color:#999; | |
} | |
#newsies .notifications a { | |
display:block; | |
overflow:hidden; | |
padding:7px 11px 6px 8px; | |
border-bottom:1px solid #eee; | |
color:#333; | |
text-decoration:none; | |
} | |
#newsies .notifications .note-description { | |
display:block; | |
} | |
#newsies .notifications .note-meta, | |
#newsies .notifications .note-meta * { | |
vertical-align:top; | |
} | |
#newsies .notifications .repository { | |
display:inline-block; | |
float:right; | |
} | |
#newsies .notifications .avatar-stack { | |
overflow:hidden; | |
} | |
#newsies .notifications .avatar-stack ul { | |
margin:0 0 0 20px; | |
list-style:none; | |
} | |
#newsies .notifications .avatar-stack.avatar-stack-focus .avatar-stack-meta { | |
display:none; | |
} | |
#newsies .notifications .avatar-stack li { | |
float:left; | |
display:none; | |
} | |
#newsies .notifications .avatar-stack li img { | |
display:none; | |
margin:0 0 0 6px; | |
padding:0; | |
} | |
#newsies .notifications .avatar-stack li:after { | |
content:" "; | |
display:block; | |
border:1px solid #ddd; | |
border-left:none; | |
background-color:#FFF; | |
width:1px; | |
height:18px; | |
border-radius:2px; | |
border-top-left-radius:0; | |
border-bottom-left-radius:0; | |
} | |
#newsies .notifications .avatar-stack li:nth-child(1), | |
#newsies .notifications .avatar-stack li:nth-child(2), | |
#newsies .notifications .avatar-stack li:nth-child(3), | |
#newsies .notifications .avatar-stack li:nth-child(4) { | |
display:block; | |
} | |
#newsies .notifications .avatar-stack li:first-child img { | |
margin-left:0; | |
} | |
#newsies .notifications .avatar-stack li:first-child, | |
#newsies .notifications .avatar-stack.avatar-stack-focus li { | |
display:block; | |
} | |
#newsies .notifications .avatar-stack li:first-child img, | |
#newsies .notifications .avatar-stack.avatar-stack-focus li img { | |
display:block; | |
} | |
#newsies .notifications .avatar-stack li:first-child:after, | |
#newsies .notifications .avatar-stack.avatar-stack-focus li:after { | |
display:none; | |
} | |
#newsies .notifications .avatar-stack .avatar-stack-meta { | |
margin-left:48px; | |
white-space:nowrap; | |
} | |
#newsies .notifications .from-avatar { | |
width:20px; | |
height:20px; | |
border-radius:2px; | |
} | |
#newsies .notifications strong { | |
color:#333; | |
} | |
#newsies .notifications .note-description { | |
font-size:13px; | |
white-space:nowrap; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
} | |
#newsies .notifications .note-meta { | |
color:#aaa; | |
} | |
#newsies .notifications .mini-icon-issue:before { | |
color:#489D00; | |
} | |
#newsies .notifications .mini-icon-commit:before { | |
color:#156F9E; | |
} | |
#newsies .notifications .mini-icon-pull-request:before { | |
color:#9E157C; | |
} | |
#newsies .notifications li.read .type-icon:before { | |
color:#B0B0B0!important; | |
} | |
#newsies .notifications li.read time { | |
margin-right:23px; | |
} | |
@media print, | |
screen and(max-width:960px) { | |
#newsies { | |
width:914px; | |
} | |
} | |
#notification-center .listings-layout { | |
margin-top:15px; | |
} | |
#notification-center .listings-layout .columns.sidebar { | |
width:160px; | |
padding-right:20px; | |
border-right:none; | |
} | |
#notification-center .listings-layout .columns.main { | |
width:740px; | |
} | |
#notification-center .filterbar h3 { | |
margin:0; | |
padding:5px; | |
font-size:13px; | |
line-height:20px; | |
} | |
#notification-center .filterbar h3 a { | |
color:#666; | |
text-shadow:0 1px 0 rgba(255, | |
255, | |
255, | |
0.75); | |
} | |
#notification-center .content { | |
background-color:#fff; | |
margin-bottom:15px; | |
} | |
#notification-center ul.notifications { | |
list-style-type:none; | |
font-size:14px; | |
} | |
#notification-center ul.notifications>li { | |
border-bottom:1px solid #eee; | |
padding:0 5px; | |
} | |
#notification-center ul.notifications>li:last-child { | |
border-bottom:none; | |
border-bottom-right-radius:4px; | |
border-bottom-left-radius:4px; | |
} | |
#notification-center ul.notifications>li.view-more { | |
padding-top:8px; | |
padding-bottom:8px; | |
font-size:13px; | |
font-weight:bold; | |
text-align:center; | |
} | |
#notification-center ul.notifications>li.confirmation { | |
padding:8px 0; | |
background:#fff; | |
color:#666; | |
text-align:center; | |
border-bottom-color:#ddd; | |
} | |
#notification-center ul.notifications>li.confirmation strong { | |
color:#000; | |
} | |
#notification-center ul.notifications>li.confirmation .minibutton { | |
margin-top:5px; | |
} | |
#notification-center ul.notifications ul.notification-actions { | |
float:right; | |
list-style-type:none; | |
margin:12px 0 0; | |
} | |
#notification-center ul.notifications ul.notification-actions>li { | |
float:right; | |
margin:0 0 0 15px; | |
} | |
#notification-center ul.notifications ul.notification-actions>li.commenters .multiple-avatars { | |
float:left; | |
position:relative; | |
right:-4px; | |
height:17px; | |
width:2px; | |
border:1px solid #ccc; | |
border-right:none; | |
border-radius:2px; | |
border-top-right-radius:0; | |
border-bottom-right-radius:0; | |
} | |
#notification-center ul.notifications ul.notification-actions>li.commenters .multiple-avatars:before { | |
content:" "; | |
float:left; | |
height:17px; | |
width:2px; | |
position:relative; | |
right:3px; | |
top:-1px; | |
border:1px solid #eee; | |
border-right:none; | |
border-radius:2px; | |
border-top-right-radius:0; | |
border-bottom-right-radius:0; | |
} | |
#notification-center ul.notifications ul.notification-actions>li.commenters:hover .multiple-avatars { | |
display:none; | |
} | |
#notification-center ul.notifications ul.notification-actions .from-avatar { | |
float:left; | |
margin-left:3px; | |
width:19px; | |
height:19px; | |
border-radius:2px; | |
display:none; | |
} | |
#notification-center ul.notifications ul.notification-actions .from-avatar:last-child { | |
display:inline-block; | |
} | |
#notification-center ul.notifications ul.notification-actions>li:hover .from-avatar { | |
display:inline-block; | |
} | |
#notification-center ul.notifications ul.notification-actions .view { | |
font-weight:bold; | |
} | |
#notification-center ul.notifications ul.notification-actions .view .mini-icon { | |
position:relative; | |
top:1px; | |
} | |
#notification-center ul.notifications ul.notification-actions .view a { | |
webkit-transition:color .2s linear; | |
-mos-transition:color .2s linear; | |
transition:color .2s linear; | |
} | |
#notification-center ul.notifications ul.notification-actions time { | |
display:block; | |
width:110px; | |
white-space:nowrap; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
color:#999; | |
} | |
#notification-center ul.notifications ul.notification-actions .delete, | |
#notification-center ul.notifications ul.notification-actions .mute { | |
margin-left:10px; | |
} | |
#notification-center ul.notifications ul.notification-actions .delete-note, | |
#notification-center ul.notifications ul.notification-actions .mute-note { | |
position:relative; | |
top:1px; | |
color:#bbb; | |
border:none; | |
background-color:transparent; | |
-webkit-transition:color .2s linear; | |
-mos-transition:color .2s linear; | |
transition:color .2s linear; | |
} | |
#notification-center ul.notifications ul.notification-actions .delete-note:hover, | |
#notification-center ul.notifications ul.notification-actions .mute-note:hover { | |
cursor:pointer; | |
color:#4183c4; | |
} | |
#notification-center ul.notifications h4 { | |
font-size:14px; | |
} | |
#notification-center ul.notifications h4>a { | |
display:block; | |
color:#333; | |
white-space:nowrap; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
padding-top:12px; | |
padding-bottom:12px; | |
} | |
#notification-center ul.notifications h4 .mini-icon { | |
position:relative; | |
top:1px; | |
margin-right:2px; | |
} | |
#notification-center ul.notifications>li.read { | |
background-color:#f1f1f1; | |
border-bottom-color:#ddd; | |
} | |
#notification-center ul.notifications>li.read h4>a { | |
color:#666; | |
-webkit-transition:color .2s linear; | |
-mos-transition:color .2s linear; | |
transition:color .2s linear; | |
} | |
#notification-center ul.notifications>li.read ul.notification-actions .view a { | |
color:#999; | |
} | |
#notification-center ul.notifications>li.read .type-icon:before { | |
color:#B0B0B0!important; | |
} | |
#notification-center ul.notifications>li.read .delete-note { | |
opacity:.3; | |
} | |
#notification-center ul.notifications>li.muted ul.notification-actions .mute-note { | |
color:#c00; | |
} | |
#notification-center ul.notifications li.issue-notification .type-icon:before { | |
color:#489D00; | |
} | |
#notification-center ul.notifications li.commit-notification .type-icon:before { | |
color:#156F9E; | |
} | |
#notification-center ul.notifications li.pull-request-notification .type-icon:before { | |
color:#9E157C; | |
} | |
#notification-center ul.notifications li.navigation-focus { | |
background-color:#FFFFEF; | |
} | |
#notification-center .filterbar .minibutton { | |
float:right; | |
margin:5px; | |
color:#666; | |
font-size:12px; | |
line-height:18px; | |
height:18px; | |
border-color:#ccc; | |
border-bottom-color:#aaa; | |
} | |
#notification-center .filterbar .minibutton:hover { | |
color:#fff; | |
} | |
#notification-center .filterbar .minibutton>span { | |
height:18px; | |
line-height:18px; | |
} | |
#notification-center .unread-count { | |
background-color:#8d8d8d; | |
color:#fff; | |
font-size:11px; | |
line-height:10px; | |
padding:3px 5px; | |
float:left; | |
margin:7px 7px 0 5px; | |
border-radius:3px; | |
} | |
#notification-center .truncated-repo-list a.repo-name { | |
display:block; | |
width:100%; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
} | |
#notification-center .repo-list a.repo-name { | |
font-weight:bold; | |
white-space:nowrap; | |
} | |
#notification-center .head-tabs { | |
margin-bottom:20px; | |
border-bottom:1px solid #eee; | |
overflow:visible; | |
} | |
#notification-center .head-tabs>li { | |
border-right:1px solid #ddd; | |
border-bottom:1px solid #ddd; | |
list-style-type:none; | |
height:40px; | |
background-color:#FFF; | |
float:left; | |
} | |
#notification-center .head-tabs li.events { | |
float:none; | |
border-right:0 none; | |
} | |
#notification-center .head-tabs li.events a { | |
display:inline-block; | |
padding:12px; | |
color:#7f7f7f; | |
font-size:12px; | |
} | |
#notification-center .head-tabs li.events a:hover { | |
text-decoration:none; | |
} | |
#notification-center .head-tabs li.events .counter { | |
background-color:#e5e5e5; | |
padding:3px 7px; | |
border-radius:10px; | |
font-weight:bold; | |
color:#575757; | |
font-size:11px; | |
} | |
#notification-center .head-tabs li.selected:first-child { | |
border-left:1px solid #ddd; | |
border-right:none; | |
background:none; | |
} | |
#notification-center .head-tabs li.selected { | |
border-top:1px solid #ddd; | |
border-bottom:1px solid transparent; | |
} | |
.repo-subscription-container { | |
margin:0 auto; | |
width:600px; | |
} | |
.repo-subscription-container .spinner { | |
float:right; | |
} | |
.repo-subscription-container h2 { | |
font-size:22px; | |
margin-bottom:-10px; | |
font-weight:normal; | |
} | |
.repo-subscription-container p.intro { | |
font-size:14px; | |
color:#666; | |
} | |
.subscriptions-sidebar { | |
float:right; | |
width:290px; | |
} | |
.subscriptions-sidebar p.checkbox label { | |
position:relative; | |
font-size:14px; | |
} | |
.subscriptions-sidebar p.checkbox label img { | |
position:absolute; | |
right:-21px; | |
top:-2px; | |
} | |
.subscriptions-sidebar .note { | |
color:#666; | |
} | |
.subscriptions-content { | |
float:left; | |
width:600px; | |
margin-top:15px; | |
} | |
.subscriptions-content .repo-list .mini-icon:before { | |
position:relative; | |
top:2px; | |
color:#999; | |
} | |
.subscriptions-content .repo-list form { | |
display:inline; | |
} | |
.subscriptions-content .repo-list .only-loading { | |
display:none; | |
} | |
.subscriptions-content .repo-list .loading .only-loading { | |
display:inline-block; | |
} | |
.subscriptions-content .repo-list .only-unsubed { | |
display:none; | |
} | |
.subscriptions-content .repo-list .unsubscribed .only-unsubed { | |
display:inline; | |
} | |
.subscriptions-content .repo-list .unsubscribed .only-subed { | |
display:none; | |
} | |
.subscriptions-content .unsubscribed { | |
background:#f1f1f1; | |
border-color:#ddd; | |
} | |
.subscriptions-content .unsubscribed a { | |
color:#666; | |
} | |
.subscriptions-content .unsub-all-button { | |
float:right; | |
margin-top:8px; | |
} | |
.thread-subscription-status { | |
clear:both; | |
margin:40px 0 20px 0; | |
padding:10px 10px 10px 59px; | |
background:#fff; | |
border:1px solid #eee; | |
border-radius:4px; | |
} | |
.thread-subscription-status .mega-icon { | |
float:left; | |
margin-left:-46px; | |
} | |
.thread-subscription-status .mega-icon:before { | |
color:#ccc; | |
} | |
.thread-subscription-status .minibutton { | |
margin:0; | |
} | |
.thread-subscription-status .minibutton .mini-icon-mail-status, | |
.thread-subscription-status .minibutton .mini-icon-mute { | |
position:relative; | |
top:2px; | |
} | |
.thread-subscription-status .context-menu-container { | |
float:left; | |
margin-top:4px; | |
} | |
.thread-subscription-status p.reason { | |
float:left; | |
margin:8px 0 0 10px; | |
color:#999; | |
} | |
.equacols .column>.fieldgroup:first-child { | |
margin-top:0; | |
} | |
ul.fieldpills.usernames li img { | |
margin-right:2px; | |
padding:1px; | |
background:#fff; | |
border:1px solid #ddd; | |
vertical-align:middle; | |
} | |
ul.fieldpills.repos-pills>li { | |
margin:0 0 5px 0; | |
padding:3px 0 3px 5px; | |
} | |
ul.fieldpills.repos-pills>li .mini-icon { | |
position:relative; | |
top:2px; | |
} | |
ul.fieldpills.repos-pills>li .fork-flag { | |
line-height:18px; | |
font-weight:normal; | |
} | |
ul.grouplist { | |
margin:15px 0 20px 0; | |
border-top:1px solid #ddd; | |
} | |
ul.grouplist>li { | |
list-style-type:none; | |
position:relative; | |
padding:8px 0; | |
border-bottom:1px solid #ddd; | |
} | |
ul.grouplist .icontip { | |
position:absolute; | |
display:block; | |
width:32px; | |
height:32px; | |
top:8px; | |
left:0; | |
} | |
ul.grouplist>li.iconed { | |
padding-left:38px; | |
} | |
ul.grouplist>li.org-icon { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/organizations/org_icon.gif?0424cc78") 0 0 no-repeat; | |
} | |
ul.grouplist>li.admin.org-icon { | |
background-position:0 -100px; | |
} | |
ul.grouplist li h3 { | |
margin:0; | |
font-size:16px; | |
} | |
ul.grouplist li p { | |
margin:-2px 0 0 0; | |
font-size:12px; | |
color:#999; | |
} | |
ul.grouplist>li ul.actions { | |
position:absolute; | |
top:50%; | |
right:0; | |
margin:-12px 0 0 0; | |
} | |
ul.grouplist>li ul.actions li { | |
display:inline-block; | |
margin:0 0 0 5px; | |
} | |
#facebox .change-gravatar-email .gravatar { | |
float:left; | |
padding:2px; | |
border:1px solid #DDD; | |
} | |
#facebox .change-gravatar-email form { | |
float:left; | |
width:65%; | |
padding-left:15px; | |
} | |
#facebox .change-gravatar-email input { | |
font-size:14px; | |
width:85%; | |
} | |
#facebox .change-gravatar-email button { | |
margin-top:12px; | |
margin-left:0; | |
} | |
#facebox .change-gravatar-email .spinner { | |
margin-left:10px; | |
} | |
#facebox .change-gravatar-email .error { | |
color:#900; | |
font-weight:bold; | |
} | |
.pagehead { | |
position:relative; | |
display:block; | |
margin:0 0 20px 0; | |
} | |
.admin { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/pagehead/background-yellowhatch-v2.png?cdc7bf69") 0 0 repeat-x; | |
} | |
.pagehead h1 { | |
margin:0 0 10px 0; | |
font-size:20px; | |
font-weight:normal; | |
line-height:28px; | |
letter-spacing:-1px; | |
color:#495961; | |
z-index:0; | |
} | |
.pagehead.dashboard h1 { | |
font-size:16px; | |
height:22px; | |
line-height:22px; | |
} | |
.pagehead.userpage h1 { | |
margin-bottom:0; | |
font-size:30px; | |
height:auto; | |
line-height:54px; | |
font-weight:bold; | |
} | |
.pagehead.repohead h1 { | |
color:#666; | |
margin-bottom:15px; | |
padding-left:36px; | |
position:relative; | |
} | |
.pagehead.repohead h1.private .mega-icon:before { | |
color:#e9dba5; | |
} | |
.pagehead.repohead h1.private .repo-label span { | |
padding:3px 6px 2px; | |
background-color:#f8eec7; | |
border-radius:3px; | |
color:#A1882B; | |
} | |
.pagehead.repohead h1 .mega-icon-private-repo, | |
.pagehead.repohead h1 .mega-icon-private-mirror, | |
.pagehead.repohead h1 .mega-icon-public-repo, | |
.pagehead.repohead h1 .mega-icon-public-mirror, | |
.pagehead.repohead h1 .mega-icon-repo-forked { | |
position:absolute; | |
left:-4px; | |
top:12px; | |
line-height:32px; | |
margin-top:-13px; | |
} | |
.pagehead.repohead h1 .mega-icon-private-repo:before, | |
.pagehead.repohead h1 .mega-icon-private-mirror:before, | |
.pagehead.repohead h1 .mega-icon-public-repo:before, | |
.pagehead.repohead h1 .mega-icon-public-mirror:before, | |
.pagehead.repohead h1 .mega-icon-repo-forked:before { | |
color:#bbb; | |
} | |
.pagehead.repohead h1 .mega-icon-private-repo { | |
top:10px; | |
} | |
.pagehead.repohead h1 strong { | |
font-weight:bold; | |
} | |
.pagehead h1 a { | |
color:#495961; | |
} | |
.pagehead.repohead h1 a { | |
color:#4183c4; | |
white-space:nowrap; | |
} | |
.pagehead.repohead.mirror h1, | |
.pagehead.repohead.fork h1 { | |
margin-top:-5px; | |
margin-bottom:15px; | |
height:auto; | |
} | |
.pagehead.repohead h1 span.fork-flag, | |
.pagehead.repohead h1 span.mirror-flag { | |
display:block; | |
margin-top:-5px; | |
font-size:11px; | |
line-height:20px; | |
letter-spacing:0; | |
} | |
.pagehead h1 em { | |
font-style:normal; | |
font-weight:normal; | |
color:#99a7af; | |
} | |
.pagehead h1 em strong { | |
color:#919ea6; | |
} | |
.pagehead h1.avatared img { | |
vertical-align:middle; | |
position:relative; | |
top:-2px; | |
margin-right:5px; | |
padding:2px; | |
border:1px solid #ddd; | |
} | |
.pagehead.shrunken h1.avatared img { | |
top:-1px; | |
padding:1px; | |
} | |
.pagehead.shrunken h1.avatared span { | |
letter-spacing:0; | |
color:#808080; | |
margin-left:.5em; | |
font-size:.9em; | |
} | |
.pagehead .title-actions-bar a:hover { | |
text-decoration:none; | |
} | |
.pagehead.shrunken ul.pagehead-actions { | |
margin-top:-30px; | |
} | |
ul.pagehead-actions { | |
margin:0; | |
float:right; | |
position:absolute; | |
right:0; | |
z-index:21; | |
} | |
.pagehead.repohead span.repo-label { | |
position:absolute; | |
top:14px; | |
left:-75px; | |
width:65px; | |
margin-top:-14px; | |
text-align:right; | |
font-size:11px; | |
text-transform:uppercase; | |
color:#b9b9b9; | |
font-weight:300; | |
letter-spacing:0; | |
text-shadow:none; | |
} | |
.pagehead.repohead ul.pagehead-actions { | |
position:relative; | |
top:0; | |
right:0; | |
padding:0 0 0 20px; | |
} | |
.admin .pagehead ul.pagehead-actions { | |
position:absolute; | |
top:0; | |
right:25px; | |
} | |
.page-account .pagehead ul.pagehead-actions { | |
top:0; | |
} | |
.pagehead.userpage ul.pagehead-actions { | |
position:static; | |
margin-top:18px; | |
} | |
ul.pagehead-actions>li { | |
list-style-type:none; | |
display:inline; | |
font-size:11px; | |
color:#333; | |
margin:0 5px 0 0; | |
} | |
ul.pagehead-actions>li:last-child { | |
margin-right:0; | |
} | |
ul.pagehead-actions>li.text { | |
padding:0 5px 0 0; | |
} | |
ul.pagehead-actions>li.text.below { | |
position:absolute; | |
top:35px; | |
} | |
ul.pagehead-actions a.feed { | |
display:inline-block; | |
height:24px; | |
padding:0 6px; | |
line-height:26px; | |
border:1px solid #eee; | |
border-radius:3px; | |
} | |
ul.pagehead-actions>li .context-menu-container { | |
display:inline-block; | |
} | |
ul.pagehead-actions>li form { | |
display:inline-block; | |
} | |
ul.pagehead-actions>li.subscription .mini-icon-mute:before { | |
color:#c00; | |
} | |
ul.pagehead-actions>li.subscription .mini-icon-watching, | |
ul.pagehead-actions>li.subscription .mini-icon-unwatch, | |
ul.pagehead-actions>li.subscription .mini-icon-mute { | |
position:relative; | |
top:2px; | |
} | |
ul.pagehead-actions>li.starring-container .mini-icon-star { | |
position:relative; | |
top:1px; | |
} | |
ul.pagehead-actions a.feed:hover { | |
text-decoration:none; | |
} | |
ul.pagehead-actions a.feed .mini-icon-feed { | |
position:relative; | |
top:2px; | |
} | |
.pagehead p.description { | |
margin:-8px 0 10px 0; | |
font-size:12px; | |
color:#999; | |
} | |
.pagehead>ul.tabs { | |
position:relative; | |
margin:10px 0 0 0; | |
font-size:12px; | |
font-weight:bold; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
border:1px solid #eaeaea; | |
border-bottom-color:#cacaca; | |
border-radius:3px; | |
} | |
.pagehead>ul.tabs.with-details-box, | |
.pagehead>ul.tabs.with-details-box li a, | |
.pagehead>ul.tabs.with-details-box li:first-child a, | |
.pagehead>ul.tabs.with-details-box li:last-child a { | |
border-bottom-right-radius:0; | |
border-bottom-left-radius:0; | |
} | |
.pagehead>ul.tabs li { | |
list-style-type:none; | |
margin:0; | |
display:table-cell; | |
width:1%; | |
} | |
.pagehead>ul.tabs li.pulse-nav { | |
float:left; | |
width:40px; | |
} | |
.pagehead>ul.tabs li.pulse-nav .mini-icon { | |
position:relative; | |
top:2px; | |
} | |
.pagehead>ul.tabs li a { | |
display:block; | |
text-align:center; | |
line-height:35px; | |
font-size:12px; | |
color:#777; | |
text-decoration:none; | |
text-shadow:0 1px 0 white; | |
border-right:1px solid #eee; | |
border-right-color:rgba(0, | |
0, | |
0, | |
0.04); | |
border-left:1px solid #fcfcfc; | |
border-left-color:rgba(255, | |
255, | |
255, | |
0.7); | |
border-bottom:2px solid #DADADA; | |
} | |
.pagehead>ul.tabs li:first-child a { | |
border-left:none; | |
border-bottom-left-radius:3px; | |
} | |
.pagehead>ul.tabs li:last-child a { | |
border-right:none; | |
border-bottom-right-radius:3px; | |
} | |
.pagehead>ul.tabs li a:hover { | |
color:#4183c4; | |
border-bottom:2px solid #CFDCE8; | |
background:#fafbfd; | |
background:-moz-linear-gradient(#fafbfd, | |
#dce6ef); | |
background:-webkit-linear-gradient(#fafbfd, | |
#dce6ef); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfd', | |
endColorstr='#dce6ef')"; | |
} | |
.pagehead>ul.tabs li a.selected, | |
.pagehead>ul.tabs li a.selected:hover { | |
color:#000; | |
background:#fcfcfc; | |
background:-moz-linear-gradient(#fcfcfc, | |
#ebebeb); | |
background:-webkit-linear-gradient(#fcfcfc, | |
#ebebeb); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', | |
endColorstr='#ebebeb')"; | |
border-bottom:2px solid #D26911; | |
} | |
.pagehead>ul.tabs li a .counter { | |
position:relative; | |
top:-1px; | |
display:inline-block; | |
height:15px; | |
margin:0 0 0 5px; | |
padding:0 8px 1px 8px; | |
height:auto; | |
font-family:Helvetica, | |
arial, | |
freesans, | |
clean, | |
sans-serif; | |
font-size:10px; | |
line-height:14px; | |
text-align:center; | |
color:#777; | |
background:#fff; | |
border-top:1px solid #ccc; | |
border-radius:8px; | |
} | |
html.mozilla .pagehead>ul.tabs li a .counter { | |
padding-top:2px; | |
padding-bottom:0; | |
} | |
.pagehead>ul.tabs li.search { | |
text-align:center; | |
} | |
.pagehead>ul.tabs li.search form { | |
display:inline; | |
} | |
.pagehead>ul.tabs li.search input[type=text] { | |
width:78%; | |
padding:3px 5px 3px 18px; | |
font-size:12px; | |
border-radius:3px; | |
border:1px solid #ddd; | |
border-top-color:#ccc; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/navigation/search-icon.png?a770db7c") 5px 45% no-repeat white; | |
} | |
.subnav-bar { | |
margin:10px 0; | |
border-bottom:1px solid #ddd; | |
} | |
.subnav-bar ul.subnav { | |
font-size:14px; | |
} | |
.subnav-bar ul.subnav li { | |
display:inline-block; | |
vertical-align:top; | |
cursor:pointer; | |
} | |
.subnav-bar ul.subnav li a { | |
color:#666; | |
text-decoration:none; | |
padding:8px 12px; | |
display:inline-block; | |
border-left:1px solid transparent; | |
border-top:1px solid transparent; | |
border-right:1px solid transparent; | |
margin-bottom:-1px; | |
} | |
#issues_next .subnav-bar ul.subnav li.search { | |
margin-top:-5px; | |
} | |
.subnav-bar ul.subnav li a.minibutton { | |
margin:0; | |
padding:0 10px; | |
line-height:24px; | |
color:#333; | |
border-color:#d4d4d4; | |
} | |
.subnav-bar ul.subnav li a.minibutton:hover, | |
.subnav-bar ul.subnav li a.minibutton.selected { | |
color:white; | |
} | |
.subnav-bar ul.subnav li:first-child a { | |
padding-left:2px; | |
} | |
.subnav-bar ul.subnav li:first-child a.selected { | |
padding-left:12px; | |
} | |
.subnav-bar ul.subnav li a.blank { | |
color:#999; | |
} | |
.subnav-bar ul.subnav li a.downloads-blank { | |
color:#666; | |
} | |
.subnav-bar ul.subnav li a.selected { | |
color:#333; | |
font-weight:bold; | |
border-left:1px solid #ddd; | |
border-top:1px solid #ddd; | |
border-right:1px solid #ddd; | |
border-top-left-radius:3px; | |
border-top-right-radius:3px; | |
background-color:#fff; | |
} | |
.subnav-bar ul.subnav .counter { | |
position:relative; | |
top:-1px; | |
margin:0 0 0 5px; | |
padding:1px 5px 2px 5px; | |
font-size:10px; | |
font-weight:bold; | |
color:#666; | |
background:#e5e5e5; | |
border-radius:10px; | |
} | |
.subnav-bar ul.subnav .blank .counter { | |
display:none; | |
} | |
.subnav-bar>ul.actions { | |
float:right; | |
margin-top:0; | |
} | |
.subnav-bar .scope { | |
float:left; | |
list-style:none; | |
margin-right:10px; | |
} | |
.subnav-bar .switcher { | |
margin-top:2px; | |
} | |
.subnav-bar .search .spinner { | |
vertical-align:middle; | |
position:absolute; | |
top:10px; | |
left:-22px; | |
margin-right:8px; | |
} | |
.subnav-bar span.text, | |
.subnav-bar ul.subnav .search a { | |
padding-right:5px; | |
font-weight:200; | |
font-size:13px; | |
color:#666; | |
} | |
.subnav-bar .search .fieldwrap { | |
display:inline-block; | |
height:26px; | |
border-radius:4px; | |
} | |
.subnav-bar .search .fieldwrap>input, | |
.subnav-bar .search .fieldwrap>button { | |
display:inline-block; | |
} | |
.subnav-bar .search .fieldwrap.focused { | |
outline:auto 5px -webkit-focus-ring-color; | |
outline-offset:-2px; | |
-moz-outline:-moz-mac-focusring solid 2px; | |
-moz-outline-radius:0 5px 5px; | |
-moz-outline-offset:0; | |
} | |
.subnav-bar .search input { | |
padding:0 4px 0 4px; | |
font-size:12px; | |
height:24px; | |
border:1px solid #d3d3d3; | |
border-top-left-radius:3px; | |
border-bottom-left-radius:3px; | |
vertical-align:middle; | |
margin:0; | |
} | |
.subnav-bar .repo-search { | |
margin-left:6px; | |
margin-top:4px; | |
} | |
.subnav-bar .repo-search input { | |
width:130px; | |
} | |
.subnav-bar .search .minibutton { | |
position:relative; | |
margin-left:0; | |
height:24px; | |
vertical-align:middle; | |
padding:0 8px; | |
border-left:none; | |
border-radius:0; | |
border-top-right-radius:3px; | |
border-bottom-right-radius:3px; | |
-moz-box-sizing:content-box; | |
box-sizing:content-box; | |
} | |
.subnav-bar .search .minibutton span { | |
line-height:24px; | |
} | |
.subnav-bar .search .minibutton:hover span { | |
color:#fff; | |
} | |
.metabox-loader, | |
.context-loader { | |
position:absolute; | |
top:0; | |
left:50%; | |
margin-left:-75px; | |
width:110px; | |
padding:10px 10px 10px 30px; | |
font-weight:bold; | |
font-size:12px; | |
color:#666; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?9d2eaa8a") 10px 50% no-repeat #eee; | |
border:1px solid #ddd; | |
border-top:1px solid #fff; | |
border-radius:5px; | |
border-top-left-radius:0; | |
border-top-right-radius:0; | |
z-index:20; | |
} | |
.metabox-loader { | |
top:-1px; | |
} | |
.repo-stats { | |
display:inline-block; | |
margin:0; | |
border:1px solid #ddd; | |
border-radius:3px; | |
background:#fff; | |
overflow:hidden; | |
} | |
.repo-stats li { | |
list-style-type:none; | |
display:block; | |
margin:0!important; | |
float:left; | |
} | |
ul.repo-stats li a { | |
display:inline-block; | |
padding:0 5px; | |
line-height:24px; | |
color:#666; | |
border-left:1px solid #ddd; | |
} | |
ul.repo-stats li a .mini-icon { | |
color:#838383; | |
position:relative; | |
vertical-align:middle; | |
top:-1px; | |
} | |
ul.repo-stats li:first-child a { | |
border-left:none; | |
} | |
ul.repo-stats li a:hover { | |
color:#fff!important; | |
background-color:#4183c4; | |
text-decoration:none; | |
} | |
ul.repo-stats li a:hover .mini-icon { | |
color:#b5cde8; | |
} | |
ul.repo-stats li:first-child a:hover { | |
border-top-left-radius:2px; | |
border-bottom-left-radius:2px; | |
} | |
ul.repo-stats li:last-child a:hover { | |
border-top-right-radius:2px; | |
border-bottom-right-radius:2px; | |
} | |
ul.repo-stats li.watchers.watching a, | |
ul.repo-stats li.forks.forked a { | |
color:#333; | |
} | |
ul.repo-stats li.watchers.watching a .mini-icon, | |
ul.repo-stats li.forks.forked a .mini-icon { | |
color:#45bb00; | |
} | |
#pages_404 { | |
padding:30px 0 30px 100px; | |
} | |
#pages_404 h2 { | |
font-size:24px; | |
} | |
#pages_404 p { | |
width:500px; | |
} | |
#pages-composer { | |
margin:10px 0 15px 0; | |
padding:3px; | |
background:#eee; | |
border-radius:4px; | |
} | |
#pages-composer #editor-body-buffer { | |
display:none; | |
} | |
#pages-composer .body { | |
padding:20px; | |
background:#f9f9f9; | |
border:1px solid #ddd; | |
border-radius:2px; | |
} | |
#pages-composer dl.form { | |
margin:0 0 20px 0; | |
} | |
#pages-composer dt label { | |
text-shadow:0 1px 0 #fff; | |
} | |
#pages-composer input { | |
margin-top:10px; | |
width:860px; | |
border:1px solid #DDD; | |
} | |
#pages-composer #gollum-editor { | |
width:870px; | |
margin:0 0 20px 0; | |
padding:0 0 5px 0; | |
border:none; | |
} | |
#pages-composer .textareaClone { | |
margin:0; | |
padding:0; | |
} | |
#gollum-editor-function-bar #load-readme { | |
float:right; | |
margin-top:3px; | |
} | |
#gollum-editor-function-bar #load-readme:first-child { | |
padding:0 5px; | |
} | |
#gollum-editor-function-bar #undo-load-readme { | |
float:right; | |
margin-top:7px; | |
margin-right:10px; | |
display:none; | |
} | |
#pages-composer span.function-divider { | |
display:block; | |
float:left; | |
width:.5em; | |
} | |
#pages-composer #gollum-editor-body { | |
margin-top:10px; | |
border:1px solid #ddd; | |
} | |
body.pages_generator { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/pages_generator/theme_picker_body_bg.png?faf8dcf2") white repeat center; | |
} | |
#theme-picker-wrap { | |
background:#fff; | |
} | |
#theme-picker-full { | |
position:relative; | |
width:920px; | |
margin:0 auto; | |
background:#fff; | |
text-align:center; | |
overflow:hidden; | |
} | |
#theme-picker-full .theme-picker-scroll-backwards, | |
#theme-picker-full .theme-picker-scroll-forwards { | |
position:absolute; | |
width:32px; | |
height:32px; | |
margin-top:52px; | |
overflow:hidden; | |
opacity:1; | |
color:#cecece; | |
font-size:32px; | |
top:0; | |
} | |
#theme-picker-full .theme-picker-scroll-backwards:hover, | |
#theme-picker-full .theme-picker-scroll-forwards:hover { | |
color:#0084c8; | |
text-decoration:none; | |
} | |
#theme-picker-full .theme-picker-scroll-backwards.hide, | |
#theme-picker-full .theme-picker-scroll-forwards.hide { | |
cursor:default; | |
opacity:0; | |
} | |
#theme-picker-full .theme-picker-scroll-backwards { | |
left:0; | |
} | |
#theme-picker-full .theme-picker-scroll-forwards { | |
right:0; | |
} | |
.thumbnail-selector { | |
overflow:hidden; | |
margin:15px auto; | |
} | |
.thumbnail-selector.themes { | |
width:845px; | |
white-space:nowrap; | |
padding-top:5px; | |
} | |
.thumbnail-selector .theme-thumbnail { | |
display:inline-block; | |
list-style-type:none; | |
margin:0 21px; | |
} | |
.theme-thumbnail a { | |
color:#000; | |
font-weight:bold; | |
} | |
.theme-thumbnail a:hover { | |
text-decoration:none; | |
} | |
.theme-thumbnail a span { | |
display:block; | |
text-align:center; | |
} | |
.theme-thumbnail a img { | |
width:120px; | |
height:90px; | |
background:#e0e0e0; | |
border:3px solid #d3d3d3; | |
} | |
.theme-thumbnail a:hover img { | |
border-color:#4183C4; | |
} | |
.theme-thumbnail a.selected img { | |
border-color:#3db738; | |
box-shadow:0 0 5px #3db738; | |
} | |
.theme-thumbnail .name { | |
display:none; | |
} | |
#theme-action-bar { | |
position:relative; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
height:50px; | |
border-top:1px solid #cacaca; | |
border-bottom:1px solid #cacaca; | |
box-shadow:0 3px 10px 0 rgba(0, | |
0, | |
0, | |
0.4); | |
} | |
#theme-action-bar #loader { | |
position:absolute; | |
top:8px; | |
right:50%; | |
opacity:0; | |
-moz-transition:opacity .2s ease-in 0; | |
-webkit-transition:opacity .2s ease-in 0; | |
} | |
#theme-action-bar #loader.visible { | |
opacity:1; | |
} | |
#theme-actions-wrap { | |
position:relative; | |
width:940px; | |
height:50px; | |
margin:0 auto; | |
} | |
#theme-action-bar ul.page-actions { | |
float:right; | |
height:34px; | |
width:160px; | |
padding:2px 10px 6px 0; | |
text-align:right; | |
} | |
#theme-action-bar ul.page-actions li { | |
list-style-type:none; | |
display:inline-block; | |
margin:0; | |
} | |
#theme-action-bar ul.page-actions li a { | |
display:block; | |
width:48px; | |
color:#888; | |
font-size:9px; | |
letter-spacing:1px; | |
text-align:center; | |
text-decoration:none; | |
overflow:hidden; | |
text-transform:uppercase; | |
} | |
#theme-action-bar ul.page-actions li a:hover .mega-icon-jump-up, | |
#theme-action-bar ul.page-actions li a:hover .mega-icon-jump-down, | |
#theme-action-bar ul.page-actions li a:hover .mega-icon-arr-left, | |
#theme-action-bar ul.page-actions li a:hover .mega-icon-confirm { | |
color:#4183c4; | |
} | |
#theme-action-bar ul.page-actions #page-publish .mega-icon-confirm { | |
color:#6CC644; | |
} | |
#page-hide.hide .for-hiding { | |
display:none; | |
} | |
#page-hide.show .for-showing { | |
display:none; | |
} | |
#theme-picker-mini { | |
display:inline-block; | |
width:500px; | |
height:46px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/pages_generator/logo_pages.png?174e8b44") no-repeat left center; | |
background-size:70px 30px; | |
background-position:10px 10px; | |
overflow:hidden; | |
text-overflow:ellipses; | |
} | |
#theme-picker-mini a { | |
display:inline-block; | |
float:left; | |
width:16px; | |
height:16px; | |
overflow:hidden; | |
color:#aaa; | |
text-decoration:none; | |
} | |
#theme-picker-mini a:hover { | |
color:#4183c4; | |
} | |
#theme-picker-mini .theme-picker-section-themes { | |
height:16px; | |
margin:17px 0 0 110px; | |
} | |
.theme-name { | |
float:left; | |
margin-left:10px; | |
color:#888; | |
text-shadow:0 1px 1px #fff; | |
} | |
#page-preview { | |
position:relative; | |
width:100%; | |
height:100%; | |
border:none; | |
padding:0; | |
z-index:-100; | |
background:#fff; | |
margin-bottom:-5px; | |
box-shadow:0 0 10px rgba(0, | |
0, | |
0, | |
0.5); | |
} | |
body.page-profile-next .feed-icon { | |
float:right; | |
} | |
body.page-profile-next .feed-icon a { | |
display:block; | |
width:16px; | |
height:16px; | |
background:#f37538; | |
color:#fff; | |
border-radius:3px; | |
padding:1px; | |
} | |
body.page-profile-next .profilecols .first { | |
float:left; | |
width:220px; | |
} | |
body.page-profile-next .profilecols .last { | |
float:right; | |
width:680px; | |
} | |
body.page-profile-next .profilecols ul.stats { | |
border-bottom:1px solid #ddd; | |
margin:0 0 15px 0; | |
padding:0 0 15px 0; | |
} | |
body.page-profile-next .profilecols ul.stats li { | |
display:inline-block; | |
list-style-type:none; | |
min-width:70px; | |
float:none; | |
margin-right:0; | |
} | |
body.page-profile-next .profilecols ul.stats li:last-child { | |
margin-right:0; | |
} | |
body.page-profile-next .profilecols ul.stats li strong { | |
display:block; | |
font-size:28px; | |
line-height:1; | |
font-weight:bold; | |
color:#222; | |
} | |
body.page-profile-next .profilecols ul.stats li span { | |
display:block; | |
margin-top:-2px; | |
font-size:11px; | |
color:#999; | |
} | |
body.page-profile-next .profilecols ul.stats li a:hover { | |
text-decoration:none; | |
} | |
body.page-profile-next .profilecols ul.stats li a:hover strong, | |
body.page-profile-next .profilecols ul.stats li a:hover span { | |
color:#4183c4; | |
text-decoration:none; | |
} | |
body.page-profile-next .profilecols .orgs h3 { | |
margin:0 0 5px 0; | |
font-size:12px; | |
} | |
body.page-profile-next .profilecols .orgs h3 a { | |
font-weight:normal; | |
margin-left:5px; | |
} | |
body.page-profile-next .profilecols .orgs ul.avatars { | |
margin:0; | |
} | |
body.page-profile-next .profilecols .orgs ul.avatars li { | |
list-style-type:none; | |
display:inline; | |
margin:0 1px 0 0; | |
} | |
body.page-profile-next .profilecols .orgs ul.avatars li img { | |
border:1px solid #ddd; | |
box-shadow:none; | |
padding:1px; | |
width:36px; | |
height:36px; | |
} | |
body.page-profile-next .profilecols .subnav-bar { | |
position:relative; | |
} | |
body.page-profile-next .profilecols .subnav-bar .pagehead-actions { | |
float:none; | |
top:0; | |
} | |
body.page-profile-next .profilecols .subnav-bar .pagehead-actions li.text { | |
display:inline-block; | |
margin-top:12px; | |
} | |
body.page-profile-next .profilecols .subnav-bar .subnav li:first-child { | |
margin-left:10px; | |
} | |
body.page-profile-next .profilecols .filter-bar { | |
padding:0 0 10px 0; | |
margin-bottom:10px; | |
border-bottom:1px solid #ddd; | |
position:relative; | |
background:#fff; | |
border-top:none; | |
border-left:none; | |
border-right:none; | |
border-radius:0; | |
} | |
body.page-profile-next .profilecols .filter-bar .filter_input { | |
width:280px; | |
padding:6px 7px; | |
font-family:Helvetica, | |
arial, | |
freesans, | |
clean, | |
sans-serif; | |
font-size:14px; | |
color:#444; | |
border:1px solid #ddd; | |
border-radius:4px; | |
outline:none; | |
background:none; | |
} | |
body.page-profile-next .profilecols .filter-bar label.placeholder { | |
font-size:11px; | |
left:10px; | |
} | |
body.page-profile-next .profilecols .filter-bar ul.repo_filterer { | |
overflow:hidden; | |
position:absolute; | |
bottom:15px; | |
right:10px; | |
} | |
body.page-profile-next .profilecols .filter-bar li { | |
display:inline; | |
margin:0 0 0 10px; | |
padding:0; | |
font-size:14px; | |
float:right; | |
position:relative; | |
} | |
body.page-profile-next .profilecols .filter-bar li a { | |
display:inline-block; | |
padding-bottom:0; | |
color:#4183c4; | |
} | |
body.page-profile-next .profilecols .filter-bar li a.filter_selected { | |
color:#000; | |
font-weight:bold; | |
} | |
body.page-profile-next .profilecols .filter-bar li a.filter_selected:after { | |
background-color:#fff; | |
} | |
body.page-profile-next .profilecols .noactions { | |
margin:5px 0 0 0; | |
padding:10px; | |
color:#333; | |
font-size:14px; | |
font-weight:normal; | |
text-align:center; | |
background:#ffe; | |
border:1px solid #ddd; | |
} | |
body.page-profile-next .profilecols .noactions p { | |
margin:0; | |
line-height:1.2; | |
text-shadow:1px 1px 0 #fff; | |
} | |
body.page-profile-next .profilecols h1.avatared .tooltipped { | |
display:inline-block; | |
} | |
body.page-profile-next ul.repositories { | |
padding-top:8px; | |
} | |
body.page-profile-next ul.repositories h3 { | |
font-size:20px; | |
letter-spacing:-1px; | |
line-height:32px; | |
height:32px; | |
margin-bottom:1px; | |
} | |
body.page-profile-next ul.repositories h3 a { | |
display:inline-block; | |
line-height:32px; | |
position:relative; | |
top:-5px; | |
} | |
body.page-profile-next ul.repositories .fork-flag { | |
margin:-5px 0 5px 37px; | |
} | |
body.page-profile-next ul.repositories .mega-icon::before { | |
color:#bbb; | |
} | |
body.page-profile-next ul.repositories .mega-icon-private-repo::before, | |
body.page-profile-next ul.repositories .mega-icon-private-mirror::before, | |
body.page-profile-next ul.repositories li.private.fork .mega-icon-repo-forked::before { | |
color:#e9dba5!important; | |
} | |
body.page-profile-next ul.repositories>li { | |
border:none; | |
border-radius:0; | |
padding:0 0 20px 0; | |
position:relative; | |
min-height:66px; | |
} | |
body.page-profile-next ul.repositories>li.simple { | |
border-bottom:1px solid #f1f1f1; | |
border-radius:0; | |
min-height:0; | |
margin-bottom:10px; | |
padding:0 0 10px 0; | |
} | |
body.page-profile-next ul.repositories>li.simple ul.repo-stats { | |
margin-top:9px; | |
} | |
body.page-profile-next ul.repositories>li.simple .fork-flag { | |
display:none; | |
} | |
body.page-profile-next ul.repositories .body { | |
border:none; | |
background:transparent; | |
margin:0 0 0 37px; | |
padding:0; | |
width:640px; | |
} | |
body.page-profile-next ul.repositories .participation-graph { | |
border:none; | |
padding:0; | |
margin:0; | |
width:640px; | |
position:absolute; | |
bottom:0; | |
z-index:-1; | |
} | |
body.page-profile-next ul.repositories .participation-graph .bars { | |
border-bottom:1px solid #f1f1f1; | |
top:0; | |
} | |
body.page-profile-next ul.repositories p.description { | |
font-size:14px; | |
margin-bottom:5px; | |
text-shadow:0 1px 1px #fff; | |
} | |
body.page-profile-next ul.repositories p.updated-at { | |
text-shadow:0 1px 1px #fff; | |
} | |
body.page-profile-next ul.repositories ul.repo-stats { | |
background:transparent; | |
margin-top:9px; | |
} | |
body.page-profile-next .user-context-pane { | |
top:28px; | |
right:0; | |
font-size:12px; | |
width:210px; | |
border:1px solid #ddd; | |
box-shadow:0 0 15px #e0e0e0; | |
} | |
body.page-profile-next .user-context-pane ul { | |
list-style:none; | |
} | |
body.page-profile-next .user-context-pane li { | |
font-weight:normal; | |
border-bottom:1px solid #f1f1f1; | |
} | |
body.page-profile-next .user-context-pane li:last-child { | |
border-bottom:none; | |
} | |
body.page-profile-next .user-context-pane a { | |
display:block; | |
padding:5px 10px; | |
border-bottom:none; | |
} | |
body.page-profile-next .user-context-pane a:hover { | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
color:#fff; | |
text-decoration:none; | |
} | |
body.page-profile-next .vcard img { | |
padding:5px; | |
background:#fff; | |
box-shadow:0 1px 2px rgba(0, | |
0, | |
0, | |
0.15); | |
width:210px; | |
height:210px; | |
border:1px solid #ddd; | |
} | |
body.page-profile-next .vcard h1 { | |
font-size:28px; | |
letter-spacing:-1px; | |
text-shadow:1px 1px 0 #fff; | |
color:#495961; | |
margin-bottom:10px; | |
} | |
body.page-profile-next .vcard h1 span { | |
display:inline-block; | |
width:100%; | |
text-overflow:ellipsis; | |
overflow-x:hidden; | |
} | |
body.page-profile-next .vcard h1 em { | |
display:block; | |
font-size:20px; | |
font-style:normal; | |
font-weight:normal; | |
line-height:1; | |
margin-top:-3px; | |
color:#444; | |
} | |
body.page-profile-next .vcard h1 .username.small { | |
font-size:24px; | |
} | |
body.page-profile-next .vcard .staff-badge { | |
font-size:12px; | |
text-shadow:none; | |
line-height:1; | |
font-size:13px; | |
color:#d48832; | |
position:relative; | |
margin-top:-7px; | |
margin-bottom:10px; | |
text-transform:uppercase; | |
letter-spacing:-1px; | |
} | |
body.page-profile-next .vcard .avatared { | |
position:relative; | |
} | |
body.page-profile-next .vcard .details { | |
border-top:1px solid #ddd; | |
border-bottom:1px solid #ddd; | |
margin:15px 0; | |
padding:15px 0; | |
} | |
body.page-profile-next .vcard .details .join-label { | |
color:#a0a0a0; | |
margin-right:5px; | |
} | |
body.page-profile-next .vcard .details .join-date, | |
body.page-profile-next .vcard .details .join-label { | |
font-size:13px; | |
} | |
body.page-profile-next .vcard .hire { | |
padding:5px 10px; | |
line-height:26px; | |
font-size:12px; | |
font-weight:bold; | |
color:#fff; | |
text-align:center; | |
background:#6cc644; | |
border-radius:3px; | |
} | |
body.page-profile-next .vcard dl { | |
margin:5px 0 0 0; | |
font-size:14px; | |
} | |
body.page-profile-next .vcard dl:first-child { | |
margin-top:0; | |
} | |
body.page-profile-next .vcard dl dt { | |
margin:0; | |
float:left; | |
width:22px; | |
color:#d0d0d0; | |
} | |
body.page-profile-next .vcard dl dd { | |
margin:0 0 0 22px; | |
width:195px; | |
overflow-x:hidden; | |
text-overflow:ellipsis; | |
} | |
body.page-following .userrepos .users { | |
float:left; | |
width:560px; | |
} | |
body.page-following .userrepos .repos { | |
float:right; | |
width:340px; | |
} | |
body.page-following .userrepos ul.repo_list { | |
margin:15px 0; | |
border-top:1px solid #ddd; | |
} | |
body.page-following .userrepos ul.repo_list li { | |
list-style-type:none; | |
border-bottom:1px solid #ddd; | |
position:relative; | |
padding-left:18px; | |
} | |
body.page-following .userrepos ul.repo_list li .mini-icon { | |
position:absolute; | |
left:5px; | |
top:7px; | |
} | |
body.page-following .userrepos ul.repo_list li a { | |
display:block; | |
padding:6px 10px 5px 10px; | |
font-size:14px; | |
} | |
body.page-following .userrepos ul.repo_list li a .arrow { | |
display:block; | |
height:0; | |
width:0; | |
border-width:5px 0 5px 5px; | |
border-style:solid; | |
border-color:transparent; | |
border-left-color:#d0d0d1; | |
position:absolute; | |
right:10px; | |
top:10px; | |
} | |
body.page-following .userrepos ul.repo_list li a:hover { | |
border-left-color:#9f9fa0; | |
} | |
body.page-following .userrepos ul.repo_list li .repo { | |
font-weight:bold; | |
} | |
body.org-profile-next { | |
; | |
} | |
body.org-profile-next .mine ul.org-members li { | |
display:block; | |
border-bottom:1px solid #f8f8f8; | |
width:inherit; | |
} | |
body.org-profile-next ul.org-members { | |
font-size:0; | |
margin:5px 0; | |
border:none; | |
} | |
body.org-profile-next ul.org-members li { | |
display:inline-block; | |
width:165px; | |
position:relative; | |
list-style-type:none; | |
min-height:48px; | |
margin:0; | |
padding:10px 0 10px 58px; | |
vertical-align:top; | |
border:none; | |
height:inherit; | |
} | |
body.org-profile-next ul.org-members li h4 { | |
margin:-1px 0 0 0; | |
font-size:16px; | |
line-height:1.2; | |
} | |
body.org-profile-next ul.org-members li h4 a { | |
display:inline-block; | |
text-overflow:ellipsis; | |
overflow-x:hidden; | |
width:100%; | |
} | |
body.org-profile-next ul.org-members li h4 em { | |
font-style:normal; | |
font-weight:normal; | |
color:#99a7af; | |
display:block; | |
} | |
body.org-profile-next ul.org-members li p { | |
margin:-1px 0 0 0; | |
font-size:11px; | |
color:#bbb; | |
} | |
body.org-profile-next ul.org-members .gravatar { | |
float:left; | |
margin-left:-58px; | |
border-radius:3px; | |
padding:0; | |
border:none; | |
} | |
body.org-profile-next ul.org-members .placeholder .gravatar { | |
opacity:.5; | |
} | |
body.org-profile-next ul.org-members .placeholder h4 a { | |
color:#999; | |
} | |
body.org-profile-next ul.org-members .minibutton { | |
position:absolute; | |
top:10px; | |
right:0; | |
margin:0; | |
} | |
.profilecols ul.stats { | |
margin:-8px 0 0 0; | |
} | |
.profilecols ul.stats li { | |
list-style-type:none; | |
float:left; | |
margin-right:30px; | |
min-width:60px; | |
} | |
.profilecols ul.stats li strong { | |
display:block; | |
font-size:36px; | |
font-weight:bold; | |
color:#000; | |
} | |
.profilecols ul.stats li span { | |
display:block; | |
margin-top:-10px; | |
font-size:11px; | |
color:#999; | |
} | |
.profilecols ul.stats li a:hover { | |
text-decoration:none; | |
} | |
.profilecols ul.stats li a:hover strong, | |
.profilecols ul.stats li a:hover span { | |
color:#4183c4; | |
text-decoration:none; | |
} | |
.following { | |
clear:both; | |
margin-top:70px; | |
} | |
.following h3 { | |
margin:0 0 5px 0; | |
font-size:12px; | |
} | |
.following h3 a { | |
font-weight:normal; | |
margin-left:5px; | |
} | |
.following ul.avatars { | |
margin:0; | |
} | |
.following ul.avatars li { | |
list-style-type:none; | |
display:inline; | |
margin:0 1px 0 0; | |
} | |
.following ul.avatars li img { | |
padding:1px; | |
border:1px solid #ddd; | |
} | |
.profilecols h2 { | |
position:relative; | |
font-size:18px; | |
margin:0 0 5px 0; | |
} | |
.profilecols h2 em { | |
font-style:normal; | |
color:#999; | |
} | |
.profilecols .filter-bar { | |
padding:10px 10px 0 10px; | |
margin-bottom:10px; | |
background:#fafafb; | |
border:1px solid #DDD; | |
border-radius:4px; | |
} | |
.profilecols .filter-bar .filter_input { | |
width:428px; | |
padding:2px 12px; | |
height:15px; | |
font-family:Helvetica, | |
arial, | |
freesans, | |
clean, | |
sans-serif; | |
font-size:11px; | |
color:#444; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/repo_list/filter_input_long.png?2b558cf9") 0 -19px no-repeat; | |
border:none; | |
outline:none; | |
} | |
.profilecols .filter-bar .filter_input:focus { | |
background-position:0 -19px; | |
} | |
.profilecols .filter-bar label.placeholder { | |
font-size:11px; | |
left:10px; | |
} | |
.profilecols .filter-bar ul.repo_filterer { | |
margin:7px 0 0 0; | |
text-align:right; | |
overflow:hidden; | |
} | |
.profilecols .filter-bar li { | |
display:inline; | |
margin:0 0 0 10px; | |
padding:0; | |
font-size:11px; | |
float:right; | |
position:relative; | |
} | |
.profilecols .filter-bar li.all_repos { | |
float:left; | |
margin:0; | |
} | |
.profilecols .filter-bar li a { | |
display:inline-block; | |
padding-bottom:8px; | |
color:#777; | |
} | |
.profilecols .filter-bar li a.filter_selected { | |
color:#000; | |
font-weight:bold; | |
} | |
.profilecols .filter-bar li a.filter_selected:after { | |
content:""; | |
position:absolute; | |
background-color:#C8C8C8; | |
height:3px; | |
width:25px; | |
bottom:0; | |
left:50%; | |
margin-left:-12px; | |
} | |
.profilecols .noactions { | |
margin:5px 0 0 0; | |
padding:10px; | |
color:#333; | |
font-size:14px; | |
font-weight:normal; | |
text-align:center; | |
background:#ffe; | |
border:1px solid #ddd; | |
} | |
.profilecols .noactions p { | |
margin:0; | |
line-height:1.2; | |
text-shadow:1px 1px 0 #fff; | |
} | |
h1.avatared .tooltipped { | |
display:inline-block; | |
} | |
.profilecols .btn-new-repo { | |
float:right; | |
line-height:21px; | |
color:#fff; | |
text-shadow:-1px -1px 0 #333; | |
border:none; | |
background:#909090; | |
background:-moz-linear-gradient(#909090, | |
#3f3f3f); | |
background:-webkit-linear-gradient(#909090, | |
#3f3f3f); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', | |
endColorstr='#3f3f3f')"; | |
} | |
.profilecols .btn-new-repo:hover { | |
background:#909090; | |
background:-moz-linear-gradient(#909090, | |
#040404); | |
background:-webkit-linear-gradient(#909090, | |
#040404); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', | |
endColorstr='#040404')"; | |
text-decoration:none; | |
} | |
.user-context-pane { | |
top:28px; | |
right:0; | |
font-size:12px; | |
width:210px; | |
border:1px solid #ddd; | |
box-shadow:0 0 15px #e0e0e0; | |
} | |
.user-context-pane ul { | |
list-style:none; | |
} | |
.user-context-pane li { | |
font-weight:normal; | |
border-bottom:1px solid #f1f1f1; | |
} | |
.user-context-pane li:last-child { | |
border-bottom:none; | |
} | |
.user-context-pane a { | |
display:block; | |
padding:5px 10px; | |
border-bottom:none; | |
} | |
.user-context-pane a:hover { | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
color:#fff; | |
text-decoration:none; | |
} | |
.vcard dl { | |
margin:5px 0 0 0; | |
font-size:12px; | |
} | |
.vcard dl:first-child { | |
margin-top:0; | |
} | |
.vcard dl dt { | |
margin:0; | |
float:left; | |
width:115px; | |
color:#999; | |
} | |
.vcard dl dd { | |
margin:0; | |
} | |
.userrepos .users { | |
float:left; | |
width:560px; | |
} | |
.userrepos .repos { | |
float:right; | |
width:340px; | |
} | |
.userrepos ul.repo_list { | |
margin:15px 0; | |
border-top:1px solid #ddd; | |
} | |
.userrepos ul.repo_list li { | |
list-style-type:none; | |
border-bottom:1px solid #ddd; | |
position:relative; | |
padding-left:18px; | |
} | |
.userrepos ul.repo_list li .mini-icon { | |
position:absolute; | |
left:5px; | |
top:7px; | |
} | |
.userrepos ul.repo_list li a { | |
display:block; | |
padding:6px 10px 5px 10px; | |
font-size:14px; | |
} | |
.userrepos ul.repo_list li a .arrow { | |
display:block; | |
height:0; | |
width:0; | |
border-width:5px 0 5px 5px; | |
border-style:solid; | |
border-color:transparent; | |
border-left-color:#d0d0d1; | |
position:absolute; | |
right:10px; | |
top:10px; | |
} | |
.userrepos ul.repo_list li a:hover { | |
border-left-color:#9f9fa0; | |
} | |
.userrepos ul.repo_list li .repo { | |
font-weight:bold; | |
} | |
.organization-bit { | |
float:right; | |
margin-top:5px; | |
min-width:34px; | |
padding-top:3px; | |
text-align:center; | |
font-size:7px; | |
text-transform:uppercase; | |
letter-spacing:0; | |
color:#666; | |
font-weight:bold; | |
} | |
.organization-bit.mega-icon-team:before { | |
font-size:32px; | |
font-weight:normal; | |
display:block; | |
margin-bottom:3px; | |
color:#999; | |
} | |
ul.org-members { | |
margin:5px 0; | |
border-top:1px solid #ddd; | |
} | |
ul.org-members li { | |
position:relative; | |
list-style-type:none; | |
margin:0; | |
height:32px; | |
padding:5px 0 5px 42px; | |
border-bottom:1px solid #ddd; | |
} | |
.org-members .gravatar { | |
float:left; | |
margin-left:-42px; | |
padding:1px; | |
border:1px solid #ddd; | |
} | |
.org-members .placeholder .gravatar { | |
opacity:.5; | |
} | |
.org-members h4 { | |
margin:-1px 0 0 0; | |
font-size:16px; | |
} | |
.org-members .placeholder h4 a { | |
color:#999; | |
} | |
.org-members h4 em { | |
font-style:normal; | |
font-weight:normal; | |
color:#99a7af; | |
} | |
.org-members p { | |
margin:-4px 0 0 0; | |
font-size:11px; | |
color:#666; | |
} | |
.org-members .minibutton { | |
position:absolute; | |
top:50%; | |
right:0; | |
margin-top:-12px; | |
} | |
.discussion-timeline-cols .main { | |
float:left; | |
width:660px; | |
} | |
.discussion-timeline-cols .sidebar { | |
float:right; | |
width:240px; | |
} | |
.discussion-timeline-cols ul.discussion-actions { | |
float:right; | |
margin:0; | |
text-align:right; | |
} | |
.discussion-timeline-cols ul.discussion-actions li { | |
list-style-type:none; | |
margin:-10px 0 0 5px; | |
display:inline-block; | |
} | |
.discussion-sidebar { | |
float:right; | |
width:100px; | |
} | |
.discussion-timeline .breakout { | |
width:920px; | |
} | |
.discussion-timeline p.explain { | |
margin:0; | |
font-size:12px; | |
} | |
.discussion-timeline { | |
width:800px; | |
} | |
.discussion-timeline .body .commits-compare-link { | |
padding-left:.5em; | |
} | |
.discussion-timeline pre.diff-excerpt { | |
font-size:11px; | |
background:#fafbfc; | |
color:#888; | |
padding:0; | |
margin:0; | |
overflow:auto; | |
} | |
.discussion-timeline pre.diff-excerpt div { | |
padding:0 3px; | |
} | |
.discussion-timeline pre.diff-excerpt div.gc { | |
color:#777; | |
padding:3px 3px; | |
} | |
.discussion-timeline .line-comments .clipper { | |
width:714px; | |
} | |
.discussion-stats>p { | |
font-size:11px; | |
text-align:center; | |
} | |
.discussion-sidebar .state { | |
display:block; | |
padding:7px 10px; | |
font-size:14px; | |
font-weight:bold; | |
color:#fff; | |
text-align:center; | |
background:#6cc644; | |
border-radius:3px; | |
} | |
.discussion-sidebar ul.changes { | |
margin:10px 0; | |
padding-bottom:10px; | |
border-bottom:1px solid #ddd; | |
} | |
.discussion-sidebar ul.changes li { | |
list-style-type:none; | |
margin:10px 0 0; | |
text-align:center; | |
font-size:12px; | |
color:#666; | |
} | |
.discussion-stats ul.changes li:first-child { | |
margin-top:0; | |
} | |
.discussion-sidebar ul.changes li strong { | |
color:#333; | |
} | |
.discussion-sidebar ul.changes .addition { | |
font-weight:bold; | |
color:#309c00; | |
} | |
.discussion-sidebar ul.changes .deletion { | |
font-weight:bold; | |
color:#bc0101; | |
} | |
ul.userlist { | |
margin:0; | |
border-top:1px solid #ddd; | |
} | |
ul.userlist li { | |
list-style-type:none; | |
margin:0; | |
height:20px; | |
padding:4px 0; | |
border-bottom:1px solid #ddd; | |
} | |
ul.userlist li .gravatar { | |
display:inline-block; | |
margin-top:-2px; | |
padding:1px; | |
font-size:1px; | |
background:#fff; | |
border:1px solid #eee; | |
vertical-align:middle; | |
} | |
ul.userlist li a { | |
display:inline-block; | |
font-size:12px; | |
font-weight:bold; | |
color:#666; | |
} | |
.action-bubble .state { | |
float:left; | |
padding:3px 10px; | |
margin-top:-2px; | |
margin-right:8px; | |
font-size:12px; | |
font-weight:bold; | |
color:#fff; | |
background:#6cc644; | |
border-radius:3px; | |
} | |
.action-bubble .state { | |
float:none; | |
padding:3px 5px; | |
font-size:11px; | |
} | |
.action-bubble .state-closed, | |
.discussion-sidebar .state-closed { | |
background-color:#bd2c00; | |
} | |
.status:before { | |
opacity:.6; | |
} | |
.status:hover:before { | |
opacity:1; | |
} | |
.status-unknown:before { | |
color:#aaa; | |
} | |
.status-pending:before { | |
color:#f93; | |
} | |
.status-success:before { | |
color:#6cc644; | |
} | |
.status-error:before { | |
color:#767676; | |
} | |
.status-failure:before { | |
color:#c00; | |
} | |
a.status { | |
text-decoration:none; | |
} | |
.commit .status { | |
vertical-align:text-bottom; | |
float:left; | |
padding:6px 6px 0 0; | |
} | |
.discussion-sidebar #status-badge .status { | |
border:1px solid #ddd; | |
font-weight:bold; | |
font-size:12px; | |
padding:5px 8px 5px 5px; | |
border-radius:3px; | |
background:#f7f7f7; | |
color:#333; | |
text-shadow:1px 1px #fff; | |
display:block; | |
} | |
.discussion-sidebar .status:before { | |
vertical-align:middle; | |
opacity:1; | |
padding:0; | |
} | |
#commits_bucket .boxed-group+.boxed-group { | |
margin-top:0; | |
} | |
ul.tab-actions { | |
float:right; | |
height:25px; | |
margin:0 0 -25px 0; | |
} | |
ul.tab-actions li { | |
list-style-type:none; | |
margin:0 0 0 5px; | |
display:inline-block; | |
font-size:11px; | |
font-weight:bold; | |
} | |
.new-comments .starting-comment { | |
margin:0; | |
background:#fff; | |
border-radius:2px; | |
} | |
.starting-comment .content-title { | |
border-bottom:none; | |
} | |
.starting-comment h2.content-title { | |
margin:0 0 -10px; | |
font-size:20px; | |
font-weight:bold; | |
} | |
.new-comments .starting-comment .body p.author { | |
margin:10px 0 0; | |
color:#666; | |
font-size:12px; | |
} | |
.starting-comment p.author a { | |
font-weight:bold; | |
color:#666; | |
} | |
.new-comments .starting-comment .body { | |
padding:0 10px; | |
font-size:13px; | |
background:#fff; | |
} | |
.pull-participation { | |
margin:-10px 0 0; | |
padding-left:60px; | |
font-size:13px; | |
font-weight:300; | |
color:#666; | |
} | |
.pull-participation p.quickstat { | |
display:inline-block; | |
margin:0 5px 0 0; | |
} | |
.pull-participation .avatar { | |
position:relative; | |
display:inline-block; | |
height:24px; | |
top:-2px; | |
margin-right:3px; | |
margin-bottom:3px; | |
} | |
.pull-participation .avatar .overlay { | |
position:absolute; | |
top:0; | |
left:0; | |
} | |
.pull-participation .avatar img { | |
vertical-align:middle; | |
} | |
.pull-participation a { | |
color:#666; | |
} | |
.pull-participation a.add-comment { | |
font-weight:bold; | |
} | |
.browser { | |
margin:20px 0; | |
} | |
ul.bignav { | |
margin:0 0 -5px 0; | |
} | |
ul.bignav li { | |
list-style-type:none; | |
margin:0 0 5px 0; | |
} | |
ul.bignav li a { | |
display:block; | |
padding:8px 10px; | |
font-size:14px; | |
border-radius:3px; | |
} | |
ul.bignav li a:hover { | |
text-decoration:none; | |
background:#eee; | |
} | |
ul.bignav li a.selected { | |
color:#fff; | |
background:#4183c4; | |
} | |
ul.bignav li a .count { | |
float:right; | |
font-weight:bold; | |
color:#777; | |
} | |
ul.bignav li a.selected .count { | |
color:#fff; | |
} | |
.filterbox { | |
margin:8px 0; | |
padding:10px; | |
background:#fafafb; | |
border:1px solid #ddd; | |
border-radius:5px; | |
} | |
.filterbox input { | |
width:100%; | |
} | |
ul.smallnav { | |
margin:0; | |
} | |
ul.smallnav>li { | |
list-style-type:none; | |
margin:0 0 2px 0; | |
} | |
ul.smallnav>li>a { | |
display:block; | |
padding:4px 10px; | |
font-size:12px; | |
white-space:nowrap; | |
text-overflow:ellipsis; | |
overflow:hidden; | |
border-radius:4px; | |
} | |
ul.smallnav>li.zeroed>a { | |
color:#999; | |
} | |
ul.smallnav>li>a:hover { | |
text-decoration:none; | |
background:#e3f6fc; | |
} | |
ul.smallnav>li>a.selected { | |
color:#fff; | |
background:#4183c4; | |
} | |
ul.smallnav>li>a .count { | |
float:right; | |
font-weight:bold; | |
color:#777; | |
} | |
ul.smallnav>li.zeroed>a .count { | |
font-weight:normal; | |
} | |
ul.smallnav>li>a.selected .count { | |
color:#fff; | |
} | |
.browser-title { | |
margin:0 0 10px 0; | |
} | |
.browser-title h2 { | |
margin:0; | |
font-size:16px; | |
font-weight:bold; | |
} | |
.browser .keyboard-shortcuts { | |
margin-top:-2px; | |
} | |
.browser-content { | |
position:relative; | |
background:#f6f6f6; | |
border:1px solid #ddd; | |
border-radius:5px; | |
} | |
.browser-content .context-loader { | |
top:25px; | |
} | |
.browser-content>.filterbar { | |
height:24px; | |
font-family:"Helvetica Neue", | |
Helvetica, | |
Arial, | |
freesans; | |
background:#e8e8e8; | |
background:-moz-linear-gradient(#e8e8e8, | |
#d2d2d2); | |
background:-webkit-linear-gradient(#e8e8e8, | |
#d2d2d2); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', | |
endColorstr='#d2d2d2')"; | |
border-top-right-radius:5px; | |
border-top-left-radius:5px; | |
border-bottom:1px solid #bbb; | |
} | |
.filterbar ul.filters { | |
float:left; | |
margin:4px 0 0 5px; | |
} | |
.filterbar ul.filters li { | |
list-style-type:none; | |
float:left; | |
margin-right:4px; | |
height:14px; | |
line-height:13px; | |
padding:0 4px; | |
font-size:10px; | |
color:#666; | |
background:#f6f6f6; | |
border:1px solid #f6f6f6; | |
border-radius:2px; | |
cursor:pointer; | |
-moz-user-select:none; | |
-khtml-user-select:none; | |
user-select:none; | |
} | |
.filterbar ul.filters li.selected { | |
font-weight:bold; | |
color:#fff; | |
text-shadow:1px 1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
-webkit-font-smoothing:antialiased; | |
background:#888; | |
border-color:#888; | |
border-top-color:#666; | |
border-left-color:#666; | |
} | |
.filterbar ul.sorts { | |
float:right; | |
margin:0; | |
} | |
.filterbar ul.sorts li { | |
list-style-type:none; | |
float:left; | |
margin:0; | |
padding:0 10px; | |
height:24px; | |
line-height:23px; | |
font-size:10px; | |
color:#666; | |
cursor:pointer; | |
-moz-user-select:none; | |
-khtml-user-select:none; | |
user-select:none; | |
position:relative; | |
} | |
.filterbar ul.sorts li.asc, | |
.filterbar ul.sorts li.desc { | |
padding-left:20px; | |
color:#333; | |
font-weight:bold; | |
background:#eee; | |
background:rgba(255, | |
255, | |
255, | |
0.5); | |
border:1px solid #ddd; | |
border-color:rgba(0, | |
0, | |
0, | |
0.1); | |
border-top:none; | |
border-bottom:none; | |
} | |
.filterbar ul.sorts li.asc:before, | |
.filterbar ul.sorts li.desc:before { | |
width:0; | |
height:0; | |
border:4px solid #777; | |
border-color:#777 transparent transparent; | |
border-width:4px 4px 0; | |
display:block; | |
content:""; | |
position:absolute; | |
left:6px; | |
top:50%; | |
margin-top:-2px; | |
} | |
.filterbar ul.sorts li.asc:last-child, | |
.filterbar ul.sorts li.desc:last-child { | |
border-right:none; | |
} | |
.filterbar ul.sorts li.asc:before { | |
border-color:transparent transparent #777; | |
border-width:0 4px 4px; | |
} | |
.browser-content .paging { | |
padding:5px; | |
background:#fff; | |
border-bottom:1px solid #ddd; | |
} | |
.browser-content .button-pager { | |
display:block; | |
padding:5px 0; | |
text-align:center; | |
font-size:12px; | |
font-weight:bold; | |
text-shadow:1px 1px 0 #fff; | |
text-decoration:none; | |
border:1px solid #e4e9ef; | |
border-radius:3px; | |
background:#fdfdfe; | |
background:-moz-linear-gradient(#fdfdfe, | |
#eff3f6); | |
background:-webkit-linear-gradient(#fdfdfe, | |
#eff3f6); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfe', | |
endColorstr='#eff3f6')"; | |
} | |
.browser-content .button-pager:hover { | |
border-color:#d9e1e8; | |
background:#fafbfd; | |
background:-moz-linear-gradient(#fafbfd, | |
#dee8f1); | |
background:-webkit-linear-gradient(#fafbfd, | |
#dee8f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfd', | |
endColorstr='#dee8f1')"; | |
} | |
.browser-content .footerbar { | |
padding:7px 10px 8px 10px; | |
font-size:11px; | |
font-weight:bold; | |
color:#777; | |
} | |
.browser-content .footerbar p { | |
margin:0; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.5); | |
} | |
.browser .none, | |
.browser .error { | |
padding:30px; | |
text-align:center; | |
font-weight:bold; | |
font-size:14px; | |
color:#999; | |
border-bottom:1px solid #ddd; | |
} | |
.browser .error { | |
color:#900; | |
} | |
.browser .listing { | |
position:relative; | |
padding:10px 10px 12px 10px; | |
color:#888; | |
background:#fff; | |
border-bottom:1px solid #eaeaea; | |
} | |
.browser .listing.closed { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/pulls/closed_back.gif?f287cf78") 0 0; | |
} | |
.browser .listing.navigation-focus { | |
background-color:#ffffef; | |
} | |
.browser .listing .read-status { | |
position:absolute; | |
display:block; | |
top:10px; | |
left:0; | |
width:4px; | |
height:33px; | |
background:#e6e6e6; | |
} | |
.browser .unread span.read-status { | |
background:#4183c4; | |
} | |
.browser .mini-icon-arr-right { | |
position:absolute; | |
top:20px; | |
left:-19px; | |
color:#fff; | |
} | |
.browser .listing.navigation-focus .mini-icon-arr-right { | |
color:#333; | |
} | |
.browser .listing .number { | |
float:right; | |
padding:2px 7px; | |
font-size:14px; | |
font-weight:bold; | |
color:#444; | |
background:#eee; | |
border-radius:4px; | |
} | |
.browser .listing h3 { | |
margin:-2px 0 0 0; | |
font-size:14px; | |
font-weight:bold; | |
color:#000; | |
} | |
.browser .listing h3 a { | |
color:#444; | |
} | |
.browser .unread h3 a { | |
color:#000; | |
} | |
.browser .closed h3 a { | |
color:#777; | |
} | |
.browser .listing h3 em.closed { | |
float:right; | |
position:relative; | |
top:2px; | |
padding:2px 5px; | |
font-style:normal; | |
font-size:11px; | |
text-transform:uppercase; | |
color:#fff; | |
background:#999; | |
border-radius:3px; | |
} | |
.browser .listing p { | |
margin:0; | |
} | |
.browser .listing p a { | |
color:#555; | |
text-decoration:none; | |
} | |
.browser .listing .meta { | |
float:left; | |
margin-top:4px; | |
margin-bottom:-2px; | |
height:16px; | |
padding:4px 6px; | |
font-size:11px; | |
color:#666; | |
color:rgba(0, | |
0, | |
0, | |
0.55); | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.5); | |
background:#eee; | |
border-radius:3px; | |
} | |
.browser .listing.navigation-focus .meta { | |
background:#eeeedf; | |
} | |
.browser .closed .meta { | |
background:#eaeaea; | |
} | |
.browser .listing .meta .gravatar { | |
display:inline-block; | |
vertical-align:bottom; | |
padding:1px; | |
font-size:1px; | |
background:#fff; | |
border:1px solid #ccc; | |
} | |
.browser .listing .updated { | |
float:left; | |
margin:9px 0 0 8px; | |
font-size:11px; | |
color:#999; | |
} | |
.browser .listing .comments, | |
.browser .listing .pull-requests { | |
float:right; | |
margin-top:9px; | |
height:16px; | |
padding:0 0 0 18px; | |
font-size:11px; | |
font-weight:bold; | |
color:#999; | |
} | |
.browser .listing .comments .mini-icon-discussion { | |
position:relative; | |
top:2px; | |
color:#bbb; | |
} | |
.browser .listing .comments a { | |
color:#666; | |
} | |
.pull-form { | |
margin:0; | |
} | |
.pull-form textarea { | |
height:200px; | |
} | |
.pull-form input[type=text] { | |
font-size:14px; | |
padding:5px 5px; | |
margin:0 0 5px 0; | |
width:98%; | |
color:#444; | |
} | |
.pull-form-main .form-actions { | |
margin-top:10px; | |
} | |
.pull-form .preview-content { | |
background:#fff; | |
} | |
.pull-form .preview-content .content-body { | |
padding:10px; | |
font-size:13px; | |
} | |
.new-pull-form-error { | |
margin:5px 0 10px 0; | |
font-weight:bold; | |
color:#A00; | |
} | |
.pull-dest-repo { | |
margin-top:0; | |
} | |
.pull-dest-repo .mini-icon-arr-right { | |
position:relative; | |
top:2px; | |
} | |
.pull-dest-repo a { | |
font-size:12px; | |
font-weight:bold; | |
padding:5px 0; | |
} | |
.pull-dest-repo p { | |
font-size:11px; | |
color:#999; | |
margin:5px 0 15px 0; | |
} | |
.pull-heading .btn-change { | |
float:right; | |
margin:9px 10px 0 0; | |
} | |
.new-pull-request .pull-tabs { | |
clear:both; | |
} | |
.new-pull-request.invalid .btn-change { | |
display:none; | |
} | |
.pull-heading { | |
position:relative; | |
z-index:21; | |
} | |
div.pull-head { | |
margin-bottom:10px; | |
background-color:#fafafa; | |
border:1px solid #eee; | |
border-bottom-width:2px; | |
border-radius:3px; | |
} | |
div.pull-head .pull-description { | |
height:36px; | |
} | |
div.pull-head .pull-description .css-truncate-target { | |
max-width:180px; | |
} | |
div.pull-head .pull-description .css-truncate-target+.css-truncate-target { | |
max-width:90px; | |
} | |
div.pull-head .pull-description .pull-state { | |
float:left; | |
padding:8px; | |
margin-right:8px; | |
border-right:1px solid #eee; | |
font-size:13px; | |
} | |
div.pull-head .pull-description .pull-state .state-open, | |
div.pull-head .pull-description .pull-state .state-closed { | |
display:inline-block; | |
border-radius:3px; | |
font-weight:bold; | |
color:#fff; | |
height:20px; | |
line-height:20px; | |
padding:0 5px; | |
} | |
div.pull-head .pull-description .pull-state .state-open { | |
background:#6cc644; | |
} | |
div.pull-head .pull-description .pull-state .state-closed { | |
background:#bd2c00; | |
} | |
div.pull-head .pull-description .pull-head-meta { | |
position:relative; | |
float:right; | |
overflow:hidden; | |
} | |
div.pull-head .pull-description .pull-head-meta>span { | |
display:block; | |
position:relative; | |
float:left; | |
} | |
div.pull-head .pull-description .pull-head-meta .diffstat { | |
padding:0 10px 0 5px; | |
margin:10px 0; | |
} | |
div.pull-head .pull-description .pull-head-meta .diffstat .diffstat-bar { | |
color:#ddd; | |
} | |
div.pull-head .pull-description .pull-head-meta .pull-number { | |
height:36px; | |
padding:0 10px; | |
font-size:14px; | |
font-weight:bold; | |
line-height:36px; | |
border-left:1px solid #eee; | |
} | |
div.pull-head .pull-description .pull-head-meta .pull-number a { | |
color:#333; | |
} | |
div.pull-head .pull-description .pull-state+p .gravatar:first-child { | |
margin-left:0; | |
} | |
div.pull-head .pull-description span.attention-icon { | |
position:relative; | |
float:left; | |
margin-right:10px; | |
padding:10px 12px; | |
border-right:1px solid #eee; | |
color:#D26911; | |
} | |
div.pull-head .pull-description p { | |
position:relative; | |
float:left; | |
margin:0; | |
line-height:36px; | |
font-size:13px; | |
max-width:690px; | |
white-space:nowrap; | |
} | |
div.pull-head .pull-description p .pull-header-username { | |
font-weight:bold; | |
color:#333; | |
} | |
div.pull-head .pull-description p .unknown-repo { | |
color:#aaa; | |
} | |
div.pull-head .pull-description p .commit-ref { | |
top:7px; | |
vertical-align:top; | |
z-index:1; | |
} | |
.range-editor { | |
position:relative; | |
margin:0 0 20px; | |
height:80px; | |
} | |
.range-editor span.pull-flag { | |
display:block; | |
position:relative; | |
float:left; | |
padding:12px; | |
background-color:#fafafa; | |
border:1px solid #eee; | |
border-right-width:0; | |
border-bottom-width:2px; | |
border-radius:3px 0 0 3px; | |
} | |
.range-editor span.pull-flag .mini-icon { | |
display:block; | |
} | |
.range-editor div.range-editor-form { | |
position:absolute; | |
top:0; | |
left:41px; | |
width:877px; | |
height:76px; | |
background-color:#fafafa; | |
border:1px solid #eee; | |
border-bottom-width:2px; | |
border-radius:0 3px 3px 3px; | |
} | |
.range-editor div.range-editor-base, | |
.range-editor div.range-editor-head { | |
position:absolute; | |
padding:8px; | |
width:415px; | |
z-index:0; | |
} | |
.range-editor div.range-editor-base .gravatar, | |
.range-editor div.range-editor-head .gravatar { | |
display:block; | |
position:relative; | |
float:left; | |
width:22px; | |
height:22px; | |
margin-right:8px; | |
border:1px solid #d2d2d2; | |
padding:1px; | |
line-height:21px; | |
} | |
.range-editor div.range-editor-base .gravatar img, | |
.range-editor div.range-editor-head .gravatar img { | |
display:block; | |
} | |
.range-editor div.range-editor-base .repo, | |
.range-editor div.range-editor-head .repo { | |
float:left; | |
width:379px; | |
} | |
.range-editor div.range-editor-base .branch, | |
.range-editor div.range-editor-head .branch { | |
clear:both; | |
float:left; | |
margin-top:8px; | |
width:413px; | |
} | |
.range-editor .range-loading-overlay { | |
position:absolute; | |
display:none; | |
top:0; | |
left:0; | |
height:80px; | |
width:100%; | |
z-index:1; | |
} | |
.range-editor div.range-editor-base { | |
top:0; | |
left:0; | |
padding-right:15px; | |
} | |
.range-editor div.range-editor-head { | |
top:0; | |
left:438px; | |
padding-left:15px; | |
border-left:1px solid #eee; | |
} | |
.range-editor span.action-indicator { | |
position:absolute; | |
left:430px; | |
top:25px; | |
padding:5px 0; | |
color:#aaa; | |
background:#fafafa; | |
} | |
.range-editor .pull-range-base-repo-content { | |
margin-top:0; | |
left:40px; | |
top:36px; | |
} | |
.range-editor .pull-range-base-branch-content { | |
margin-top:0; | |
left:7px; | |
top:70px; | |
} | |
.range-editor .pull-range-head-repo-content { | |
margin-top:0; | |
left:47px; | |
top:36px; | |
} | |
.range-editor .pull-range-head-branch-content { | |
margin-top:0; | |
left:14px; | |
top:70px; | |
} | |
.pull-heading.loading .range-loading-overlay { | |
display:block; | |
} | |
.pull-heading.loading span.pull-flag { | |
background:#fafafa url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?9d2eaa8a") 12px 12px no-repeat; | |
} | |
.pull-heading.loading span.pull-flag .mini-icon { | |
color:transparent; | |
} | |
.pull-heading.loading .pull-description, | |
.pull-heading.loading .range-editor-base, | |
.pull-heading.loading .range-editor-head { | |
opacity:.5; | |
} | |
.avatar-bubble { | |
margin:20px 0; | |
padding-left:60px; | |
position:relative; | |
} | |
.avatar-bubble:before { | |
content:""; | |
display:block; | |
height:0; | |
width:0; | |
border:10px solid #eee; | |
border-width:10px 10px 10px 0; | |
border-color:transparent #eee transparent transparent; | |
position:absolute; | |
left:51px; | |
top:15px; | |
} | |
.avatar-bubble>.avatar { | |
position:relative; | |
float:left; | |
margin-left:-60px; | |
} | |
.bubble { | |
padding:3px; | |
background:#eee; | |
border-radius:3px; | |
} | |
.new-comments .bubble .comment { | |
margin:0; | |
} | |
.view-pull-request .new-comments .bubble .commit-comment { | |
margin-top:3px; | |
} | |
.view-pull-request .new-comments .bubble .commit-comment:first-child { | |
margin-top:0; | |
} | |
.view-pull-request .new-comments .bubble .commit-comment .mini-icon-commit-comment { | |
margin:0; | |
} | |
.new-comments .bubble .normal-comment.thread-start { | |
margin-top:0; | |
} | |
.bubble .comment-form { | |
margin:0; | |
} | |
.avatar-bubble .form-actions { | |
margin-top:10px; | |
} | |
.bubble .file-box { | |
margin-bottom:0; | |
} | |
.bubble .action-bar { | |
width:100%; | |
padding:2px 3px 5px 3px; | |
text-align:right; | |
margin-left:-3px; | |
border-bottom:1px solid #ccc; | |
min-height:26px; | |
} | |
.bubble .action-bar .minibutton:last-child { | |
margin-right:2px; | |
} | |
.bubble .action-bar h3 { | |
margin:5px 0 0 5px; | |
float:left; | |
font-size:13px; | |
font-weight:bold; | |
} | |
.mini-avatar-bubble { | |
width:800px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/comments/bubble-arrow-up.png?43d9ae46") 14px 25px no-repeat; | |
} | |
.mini-avatar-bubble .avatar { | |
position:relative; | |
display:inline-block; | |
height:24px; | |
top:-2px; | |
margin-right:3px; | |
} | |
.mini-avatar-bubble .bubble { | |
padding:3px; | |
background:#eee; | |
border-radius:3px; | |
} | |
.mini-avatar-bubble p.action { | |
margin:10px 0 10px 8px; | |
height:24px; | |
font-size:13px; | |
font-weight:300; | |
color:#333; | |
} | |
.mini-avatar-bubble p.action a { | |
font-weight:bold; | |
color:#333; | |
} | |
.mini-avatar-bubble p.action img { | |
vertical-align:middle; | |
} | |
.mini-avatar-bubble p.action em { | |
font-style:normal; | |
color:#999; | |
} | |
.avatar img { | |
border-radius:3px; | |
} | |
.action-bubble { | |
margin:20px 0; | |
} | |
.action-bubble .action { | |
float:left; | |
line-height:29px; | |
} | |
.action-bubble .bubble { | |
font-size:13px; | |
font-weight:300; | |
background-color:transparent; | |
} | |
.action-bubble .bubble strong { | |
font-weight:bold; | |
} | |
.action-bubble .state { | |
display:inline-block; | |
padding:0 5px; | |
height:24px; | |
line-height:25px; | |
text-shadow:0 -1px -1px rgba(0, | |
0, | |
0, | |
0.25); | |
} | |
.action-bubble .state-renamed { | |
color:#000; | |
background-color:#fffa5d; | |
text-shadow:none; | |
} | |
.action-bubble .avatar { | |
position:relative; | |
top:-2px; | |
display:inline-block; | |
height:24px; | |
margin-right:3px; | |
line-height:1px; | |
} | |
.action-bubble .avatar img { | |
vertical-align:middle; | |
} | |
.action-bubble a { | |
color:#444; | |
} | |
.action-bubble a.commit-ref { | |
color:#fff; | |
cursor:pointer; | |
} | |
.action-bubble code>a { | |
border-bottom:1px dotted #ccc; | |
text-decoration:none; | |
} | |
.action-bubble code>a:hover { | |
border-bottom:1px solid #444; | |
} | |
.action-bubble .bubble p { | |
margin:0; | |
line-height:26px; | |
} | |
.merge-button-container .mergeable-unknown { | |
display:block; | |
} | |
.merge-button-container .mergeable-dirty, | |
.merge-button-container .mergeable-error, | |
.merge-button-container .mergeable-clean { | |
display:none; | |
} | |
.merge-button-container[data-state=dirty] .mergeable-dirty, | |
.merge-button-container[data-state=error] .mergeable-error, | |
.merge-button-container[data-state=clean] .mergeable-clean { | |
display:block; | |
} | |
.merge-button-container[data-state=dirty] .mergeable-unknown, | |
.merge-button-container[data-state=error] .mergeable-unknown, | |
.merge-button-container[data-state=clean] .mergeable-unknown { | |
display:none; | |
} | |
.merge-button-container .merge-form { | |
display:none; | |
} | |
.merge-button-container.open .mergeable.clean { | |
display:none; | |
} | |
.merge-button-container.open .merge-form { | |
display:block; | |
} | |
.merge-pr { | |
margin:15px 0 0 0; | |
padding-top:3px; | |
border-top:1px solid #ddd; | |
} | |
.merge-pr p.push-more { | |
margin:10px 0; | |
font-size:12px; | |
color:#777; | |
} | |
.merge-pr p.push-more code { | |
color:#000; | |
font-size:12px; | |
} | |
.merge-pr p.push-more a { | |
color:#333; | |
font-weight:bold; | |
} | |
.merge-pr .bubble { | |
margin:10px 0; | |
padding:3px; | |
background:#eee; | |
border-radius:3px; | |
} | |
.merge-pr .mergeable { | |
padding:8px 10px 7px; | |
border:1px solid #bac385; | |
border-radius:2px; | |
} | |
.merge-pr .mergeable.checking { | |
background:#f9f8a5; | |
background:-moz-linear-gradient(#f9f8a5, | |
#f1f0a7); | |
background:-webkit-linear-gradient(#f9f8a5, | |
#f1f0a7); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f8a5', | |
endColorstr='#f1f0a7')"; | |
} | |
.merge-pr .mergeable.clean { | |
background:#9ee692; | |
background:-moz-linear-gradient(#9ee692, | |
#6eda62); | |
background:-webkit-linear-gradient(#9ee692, | |
#6eda62); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ee692', | |
endColorstr='#6eda62')"; | |
border-color:#8bc384; | |
} | |
.merge-pr .mergeable.dirty { | |
padding-top:10px; | |
position:relative; | |
background:#b7b7b7; | |
background:-moz-linear-gradient(#b7b7b7, | |
#939393); | |
background:-webkit-linear-gradient(#b7b7b7, | |
#939393); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', | |
endColorstr='#939393')"; | |
border-color:#888; | |
} | |
.merge-pr .mergeable.merging { | |
background:#82bccd; | |
background:-moz-linear-gradient(#82bccd, | |
#589ab3); | |
background:-webkit-linear-gradient(#82bccd, | |
#589ab3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#82bccd', | |
endColorstr='#589ab3')"; | |
border-color:#84acc3; | |
border-bottom-color:#648192; | |
border-bottom-left-radius:0; | |
border-bottom-right-radius:0; | |
} | |
.merge-pr .mergeable.dirty .shade { | |
position:absolute; | |
top:0; | |
left:0; | |
width:100%; | |
height:4px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/pulls/dirty-shade.png?d649a5e9") 0 0 repeat-x; | |
} | |
.merge-pr .mergeable .mini-icon-info { | |
float:left; | |
margin:0 5px 0 -1px; | |
width:16px; | |
height:16px; | |
cursor:pointer; | |
} | |
.merge-pr .mergeable .mini-icon-info:hover { | |
text-shadow:0 0 5px #fff; | |
} | |
.merge-pr .mergeable .mini-icon-info.selected { | |
text-shadow:0 0 5px #fff; | |
} | |
.merge-pr p.message { | |
margin:0; | |
color:#6e6d32; | |
text-shadow:1px 1px rgba(255, | |
255, | |
255, | |
0.7); | |
} | |
.merge-pr .mergeable.clean p.message { | |
color:#0b5f00; | |
font-weight:bold; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.4); | |
} | |
.merge-pr .mergeable.dirty p.message { | |
color:#fff; | |
font-weight:bold; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
} | |
.merge-pr .mergeable.merging p.message { | |
color:#fff; | |
font-weight:bold; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.3); | |
} | |
@-webkit-keyframes rotate { | |
from { | |
-webkit-transform:rotate(0deg); | |
} | |
to { | |
-webkit-transform:rotate(-360deg); | |
} | |
} | |
.merge-pr p.message .spinner { | |
display:inline-block; | |
margin-right:1px; | |
width:10px; | |
height:10px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/icons/static-spinner.png?85bd6b84") 0 0 no-repeat; | |
-webkit-animation-name:rotate; | |
-webkit-animation-duration:1.5s; | |
-webkit-animation-iteration-count:infinite; | |
-webkit-animation-timing-function:linear; | |
} | |
.merge-pr .mergeable .minibutton { | |
float:right; | |
margin-top:-4px; | |
margin-right:-5px; | |
margin-left:15px; | |
} | |
.merge-pr .mergeable .help { | |
float:right; | |
font-size:12px; | |
color:#fff; | |
} | |
.merge-pr .commit-preview { | |
position:relative; | |
display:table-row; | |
} | |
.merge-pr .commit-preview .message { | |
display:table-cell; | |
width:561px; | |
padding:10px 10px 8px 10px; | |
vertical-align:top; | |
background:#f6f9fa; | |
background:-moz-linear-gradient(#f6f9fa, | |
#e7f0f3); | |
background:-webkit-linear-gradient(#f6f9fa, | |
#e7f0f3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f9fa', | |
endColorstr='#e7f0f3')"; | |
border:1px solid #bedce7; | |
border-bottom-right-radius:2px; | |
} | |
.merge-pr .commit-preview .message pre { | |
color:#5b6f74; | |
font-size:12px; | |
} | |
.merge-pr .commit-preview .message textarea { | |
margin-top:10px; | |
width:100%; | |
height:50px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
font-size:12px; | |
color:#666; | |
} | |
.merge-pr .commit-preview .author { | |
display:table-cell; | |
width:190px; | |
padding:10px; | |
vertical-align:top; | |
background:#d3e5eb; | |
border:1px solid #bedce7; | |
border-right:none; | |
border-bottom-left-radius:2px; | |
} | |
.merge-pr .commit-preview .gravatar { | |
float:left; | |
margin-right:10px; | |
padding:2px; | |
line-height:1px; | |
border:1px solid #bedce7; | |
background-color:#fff; | |
} | |
.merge-pr .commit-preview .name { | |
position:relative; | |
font-size:12px; | |
} | |
.merge-pr .commit-preview a { | |
color:#000; | |
} | |
.merge-pr .commit-preview .author-text { | |
position:absolute; | |
top:0; | |
right:6px; | |
color:#5b6f74; | |
} | |
.merge-pr .commit-preview .date { | |
font-size:12px; | |
color:#778589; | |
} | |
.merge-help-context { | |
width:470px; | |
margin-top:20px; | |
} | |
.merge-help-context .close { | |
margin-right:10px; | |
margin-top:13px; | |
} | |
.merge-help-context p.intro { | |
margin-top:5px; | |
padding-bottom:10px; | |
font-size:12px; | |
color:#666; | |
border-bottom:1px solid #ddd; | |
} | |
.merge-help-context .url-box { | |
overflow:auto; | |
padding:0; | |
margin:0 0 10px 0; | |
border-top:none; | |
} | |
.merge-help-context .mini-icon-clippy { | |
float:right; | |
} | |
.merge-help-context input.url-field { | |
width:273px; | |
} | |
.signed-out-comment { | |
margin:15px 0 0 60px; | |
padding:10px; | |
background:#fafbd2; | |
border:1px solid #e8eac0; | |
border-right-color:#f5f7ce; | |
border-bottom-color:#f5f7ce; | |
border-radius:4px; | |
} | |
.signed-out-comment .minibutton { | |
margin-right:3px; | |
} | |
.inline-comment-form .signed-out-comment { | |
margin:3px; | |
padding:0; | |
background:none; | |
border:none; | |
} | |
.inline-comment-form .signed-out-comment .minibutton { | |
margin-top:0; | |
} | |
#readme { | |
padding:3px; | |
background:#EEE; | |
border-radius:3px; | |
} | |
#readme.contributing>div { | |
max-height:250px; | |
overflow:auto; | |
} | |
#readme span.name { | |
font-size:16px; | |
line-height:20px; | |
font-weight:bold; | |
padding:10px 10px; | |
color:#555; | |
text-shadow:0 1px 0 #fff; | |
display:block; | |
border:1px solid #CACACA; | |
border-bottom:0 none; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
} | |
#readme .markdown-body, | |
#readme .plain { | |
background-color:#fff; | |
border:1px solid #CACACA; | |
padding:30px; | |
} | |
#readme .plain pre { | |
font-size:17px; | |
white-space:pre-wrap; | |
} | |
#files #readme { | |
background-color:#fff; | |
border:0 none; | |
padding:30px; | |
border-radius:0; | |
} | |
#files #readme .markdown-body { | |
border:0 none; | |
padding:0; | |
border-radius:0; | |
} | |
#missing-readme { | |
font:13.34px Helvetica, | |
arial, | |
freesans, | |
clean, | |
sans-serif; | |
text-align:center; | |
background-color:#ffc; | |
padding:.7em; | |
border:1px solid #ccc; | |
} | |
#readme.rst .borderless, | |
#readme.rst table.borderless td, | |
#readme.rst table.borderless th { | |
border:0; | |
} | |
#readme.rst table.borderless td, | |
#readme.rst table.borderless th { | |
padding:0 .5em 0 0!important; | |
} | |
#readme.rst .first { | |
margin-top:0!important; | |
} | |
#readme.rst .last, | |
#readme.rst .with-subtitle { | |
margin-bottom:0!important; | |
} | |
#readme.rst .hidden { | |
display:none; | |
} | |
#readme.rst a.toc-backref { | |
text-decoration:none; | |
color:black; | |
} | |
#readme.rst blockquote.epigraph { | |
margin:2em 5em; | |
} | |
#readme.rst dl.docutils dd { | |
margin-bottom:.5em; | |
} | |
#readme.rst div.abstract { | |
margin:2em 5em; | |
} | |
#readme.rst div.abstract p.topic-title { | |
font-weight:bold; | |
text-align:center; | |
} | |
#readme.rst div.admonition, | |
#readme.rst div.attention, | |
#readme.rst div.caution, | |
#readme.rst div.danger, | |
#readme.rst div.error, | |
#readme.rst div.hint, | |
#readme.rst div.important, | |
#readme.rst div.note, | |
#readme.rst div.tip, | |
#readme.rst div.warning { | |
margin:2em; | |
border:medium outset; | |
padding:1em; | |
} | |
#readme.rst div.admonition p.admonition-title, | |
#readme.rst div.hint p.admonition-title, | |
#readme.rst div.important p.admonition-title, | |
#readme.rst div.note p.admonition-title, | |
#readme.rst div.tip p.admonition-title { | |
font-weight:bold; | |
font-family:sans-serif; | |
} | |
#readme.rst div.attention p.admonition-title, | |
#readme.rst div.caution p.admonition-title, | |
#readme.rst div.danger p.admonition-title, | |
#readme.rst div.error p.admonition-title, | |
#readme.rst div.warning p.admonition-title { | |
color:red; | |
font-weight:bold; | |
font-family:sans-serif; | |
} | |
#readme.rst div.dedication { | |
margin:2em 5em; | |
text-align:center; | |
font-style:italic; | |
} | |
#readme.rst div.dedication p.topic-title { | |
font-weight:bold; | |
font-style:normal; | |
} | |
#readme.rst div.figure { | |
margin-left:2em; | |
margin-right:2em; | |
} | |
#readme.rst div.footer, | |
#readme.rst div.header { | |
clear:both; | |
font-size:smaller; | |
} | |
#readme.rst div.line-block { | |
display:block; | |
margin-top:1em; | |
margin-bottom:1em; | |
} | |
#readme.rst div.line-block div.line-block { | |
margin-top:0; | |
margin-bottom:0; | |
margin-left:1.5em; | |
} | |
#readme.rst div.sidebar { | |
margin:0 0 .5em 1em; | |
border:medium outset; | |
padding:1em; | |
background-color:#ffe; | |
width:40%; | |
float:right; | |
clear:right; | |
} | |
#readme.rst div.sidebar p.rubric { | |
font-family:sans-serif; | |
font-size:medium; | |
} | |
#readme.rst div.system-messages { | |
margin:5em; | |
} | |
#readme.rst div.system-messages h1 { | |
color:red; | |
} | |
#readme.rst div.system-message { | |
border:medium outset; | |
padding:1em; | |
} | |
#readme.rst div.system-message p.system-message-title { | |
color:red; | |
font-weight:bold; | |
} | |
#readme.rst div.topic { | |
margin:2em; | |
} | |
#readme.rst h1.section-subtitle, | |
#readme.rst h2.section-subtitle, | |
#readme.rst h3.section-subtitle, | |
#readme.rst h4.section-subtitle, | |
#readme.rst h5.section-subtitle, | |
#readme.rst h6.section-subtitle { | |
margin-top:.4em; | |
} | |
#readme.rst h1.title { | |
text-align:center; | |
} | |
#readme.rst h2.subtitle { | |
text-align:center; | |
} | |
#readme.rst hr.docutils { | |
width:75%; | |
} | |
#readme.rst img.align-left, | |
#readme.rst .figure.align-left, | |
#readme.rst object.align-left { | |
clear:left; | |
float:left; | |
margin-right:1em; | |
} | |
#readme.rst img.align-right, | |
#readme.rst .figure.align-right, | |
#readme.rst object.align-right { | |
clear:right; | |
float:right; | |
margin-left:1em; | |
} | |
#readme.rst img.align-center, | |
#readme.rst .figure.align-center, | |
#readme.rst object.align-center { | |
display:block; | |
margin-left:auto; | |
margin-right:auto; | |
} | |
#readme.rst .align-left { | |
text-align:left; | |
} | |
#readme.rst .align-center { | |
clear:both; | |
text-align:center; | |
} | |
#readme.rst .align-right { | |
text-align:right; | |
} | |
#readme.rst div.align-right { | |
text-align:left; | |
} | |
#readme.rst ol.simple, | |
#readme.rst ul.simple { | |
margin-bottom:1em; | |
} | |
#readme.rst ol.arabic { | |
list-style:decimal; | |
} | |
#readme.rst ol.loweralpha { | |
list-style:lower-alpha; | |
} | |
#readme.rst ol.upperalpha { | |
list-style:upper-alpha; | |
} | |
#readme.rst ol.lowerroman { | |
list-style:lower-roman; | |
} | |
#readme.rst ol.upperroman { | |
list-style:upper-roman; | |
} | |
#readme.rst p.attribution { | |
text-align:right; | |
margin-left:50%; | |
} | |
#readme.rst p.caption { | |
font-style:italic; | |
} | |
#readme.rst p.credits { | |
font-style:italic; | |
font-size:smaller; | |
} | |
#readme.rst p.label { | |
white-space:nowrap; | |
} | |
#readme.rst p.rubric { | |
font-weight:bold; | |
font-size:larger; | |
color:maroon; | |
text-align:center; | |
} | |
#readme.rst p.sidebar-title { | |
font-family:sans-serif; | |
font-weight:bold; | |
font-size:larger; | |
} | |
#readme.rst p.sidebar-subtitle { | |
font-family:sans-serif; | |
font-weight:bold; | |
} | |
#readme.rst p.topic-title { | |
font-weight:bold; | |
} | |
#readme.rst pre.address { | |
margin-bottom:0; | |
margin-top:0; | |
font:inherit; | |
} | |
#readme.rst pre.literal-block, | |
#readme.rst pre.doctest-block { | |
margin-left:2em; | |
margin-right:2em; | |
} | |
#readme.rst span.classifier { | |
font-family:sans-serif; | |
font-style:oblique; | |
} | |
#readme.rst span.classifier-delimiter { | |
font-family:sans-serif; | |
font-weight:bold; | |
} | |
#readme.rst span.interpreted { | |
font-family:sans-serif; | |
} | |
#readme.rst span.option { | |
white-space:nowrap; | |
} | |
#readme.rst span.pre { | |
white-space:pre; | |
} | |
#readme.rst span.problematic { | |
color:red; | |
} | |
#readme.rst span.section-subtitle { | |
font-size:80%; | |
} | |
#readme.rst table.citation { | |
border-left:solid 1px gray; | |
margin-left:1px; | |
} | |
#readme.rst table.docinfo { | |
margin:2em 4em; | |
} | |
#readme.rst table.docutils { | |
margin-top:.5em; | |
margin-bottom:.5em; | |
} | |
#readme.rst table.footnote { | |
border-left:solid 1px black; | |
margin-left:1px; | |
} | |
#readme.rst table.docutils td, | |
#readme.rst table.docutils th, | |
#readme.rst table.docinfo td, | |
#readme.rst table.docinfo th { | |
padding-left:.5em; | |
padding-right:.5em; | |
vertical-align:top; | |
} | |
#readme.rst table.docutils th.field-name, | |
#readme.rst table.docinfo th.docinfo-name { | |
font-weight:bold; | |
text-align:left; | |
white-space:nowrap; | |
padding-left:0; | |
} | |
#readme.rst h1 tt.docutils, | |
#readme.rst h2 tt.docutils, | |
#readme.rst h3 tt.docutils, | |
#readme.rst h4 tt.docutils, | |
#readme.rst h5 tt.docutils, | |
#readme.rst h6 tt.docutils { | |
font-size:100%; | |
} | |
#readme.rst ul.auto-toc { | |
list-style-type:none; | |
} | |
.empty-repo { | |
margin:0 auto; | |
width:710px; | |
} | |
.empty-repo .url-box { | |
display:inline-block; | |
margin:0 0 -7px 0; | |
width:auto; | |
height:auto; | |
padding:0; | |
border:none; | |
} | |
.empty-repo .or-text { | |
margin-left:5px; | |
margin-right:5px; | |
} | |
.empty-repo p.bigmessage { | |
color:#666; | |
} | |
.empty-repo h3 { | |
margin-top:35px; | |
} | |
.empty-repo .new-repo-cli-container { | |
padding-top:10px; | |
text-align:center; | |
} | |
.empty-repo .new-repo-cli-container pre { | |
text-align:left; | |
} | |
ul.repositories { | |
margin:0; | |
} | |
ul.repositories+p.more { | |
margin-top:20px; | |
font-weight:bold; | |
} | |
ul.repositories>li { | |
list-style-type:none; | |
margin:0 0 10px 0; | |
padding:8px 10px 0 10px; | |
border:1px solid #ddd; | |
border-radius:4px; | |
overflow:hidden; | |
} | |
ul.repositories>li .mini-icon-public-repo { | |
position:relative; | |
top:2px; | |
} | |
ul.repositories>li.simple { | |
margin:0 0 3px 0; | |
} | |
ul.repositories>li.simple .body { | |
display:none; | |
} | |
ul.repositories>li.simple p.description { | |
display:none; | |
} | |
ul.repositories .body { | |
width:100%; | |
margin-left:-10px; | |
padding:5px 10px 5px 10px; | |
border-top:1px solid #eee; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#efefef); | |
background:-webkit-linear-gradient(#fafafa, | |
#efefef); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#efefef')"; | |
border-bottom-right-radius:4px; | |
border-bottom-left-radius:4px; | |
} | |
ul.repositories .private .body { | |
background:#fffeeb; | |
background:-moz-linear-gradient(#fffeeb, | |
#fffee5); | |
background:-webkit-linear-gradient(#fffeeb, | |
#fffee5); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeeb', | |
endColorstr='#fffee5')"; | |
} | |
ul.repositories ul.repo-stats { | |
position:relative; | |
float:right; | |
margin-right:-10px; | |
border:none; | |
font-size:11px; | |
font-weight:bold; | |
padding-left:15px; | |
padding-right:10px; | |
z-index:5; | |
} | |
ul.repositories ul.repo-stats li { | |
border:none; | |
color:#666; | |
line-height:21px; | |
margin-left:10px!important; | |
} | |
ul.repositories ul.repo-stats li a { | |
color:#666!important; | |
border:none; | |
background-color:transparent; | |
line-height:1; | |
} | |
ul.repositories ul.repo-stats li a .mini-icon { | |
color:#666; | |
top:-2px; | |
} | |
ul.repositories h3 { | |
margin:0 0 8px; | |
font-size:14px; | |
white-space:nowrap; | |
} | |
ul.repositories .mirror h3, | |
ul.repositories .fork h3 { | |
margin-bottom:4px; | |
} | |
ul.repositories .fork-flag { | |
margin:0 0 10px 0; | |
font-size:11px; | |
color:#777; | |
white-space:nowrap; | |
} | |
ul.repositories p.description { | |
margin:0 0 3px 0; | |
font-size:12px; | |
color:#444; | |
} | |
ul.repositories p.updated-at { | |
margin:0; | |
font-size:11px; | |
color:#888; | |
} | |
.participation-graph { | |
width:100%; | |
padding:5px 4px; | |
margin-top:5px; | |
margin-left:-5px; | |
text-align:center; | |
background:#fff; | |
border-radius:3px; | |
border:1px solid #e5e5e5; | |
border-right-color:#eee; | |
border-bottom-color:#eee; | |
} | |
.participation-graph.disabled { | |
display:none; | |
} | |
.participation-graph .bars { | |
position:relative; | |
top:5px; | |
display:inline; | |
} | |
.big-search { | |
margin:5px 0 15px 0; | |
padding-bottom:10px; | |
border-bottom:1px solid #ddd; | |
text-align:center; | |
} | |
.big-search input.textfield { | |
font-size:14px; | |
padding:2px 5px; | |
width:300px; | |
} | |
#toggle_visibility dt { | |
float:left; | |
margin:0 50px 0 0; | |
} | |
#toggle_visibility dd { | |
float:left; | |
} | |
#toggle_visibility label { | |
margin:0 20px 0 0; | |
} | |
#change_default_branch { | |
clear:left; | |
} | |
#change_default_branch dt, | |
#change_default_branch dd { | |
float:left; | |
} | |
#change_default_branch dt { | |
margin:0 30px 0 0; | |
} | |
#edit_repo_pages a.button { | |
margin:10px 10px 0 0; | |
} | |
#edit_repo_pages p { | |
padding:0 10px; | |
} | |
#edit_repo_pages .warning { | |
margin:0; | |
padding:10px; | |
} | |
#edit_repo_pages #generator_description { | |
display:inline-block; | |
width:440px; | |
margin-bottom:0; | |
} | |
#edit_repo_pages #create_page { | |
float:right; | |
} | |
.addon { | |
margin:0; | |
padding:10px; | |
} | |
.addon dl.form { | |
margin:0; | |
} | |
.addon:hover { | |
background:#e1eff8; | |
} | |
.addon input[type=checkbox] { | |
float:left; | |
margin:5px 0 0 0; | |
} | |
.addon p { | |
margin:0 0 0 20px; | |
color:#444; | |
} | |
.addon p+p { | |
margin-top:1em; | |
margin-bottom:0; | |
} | |
.addon .hfields { | |
margin-left:2em; | |
} | |
.addon.loading .indicator { | |
display:inline-block; | |
margin-left:5px; | |
width:16px; | |
height:16px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?9d2eaa8a") 0 0 no-repeat; | |
} | |
.addon.success .indicator:before, | |
.addon.error .indicator:before { | |
font-family:'Octicons Regular'; | |
font-weight:normal; | |
font-style:normal; | |
display:inline-block; | |
text-decoration:inherit; | |
line-height:1; | |
-webkit-font-smoothing:antialiased; | |
margin-left:5px; | |
} | |
.addon.success .indicator:before { | |
content:"\f03a"; | |
color:#6cc644; | |
} | |
.addon.error .indicator:before { | |
content:"\f02d"; | |
color:#bd2c00; | |
} | |
.boxed-group .boxed-group-inner .addon h4 { | |
margin:2px 0 2px 20px; | |
} | |
.rule.no-margin { | |
margin:0; | |
} | |
ul.hook-list { | |
margin:0 0 15px 0; | |
border-top:1px solid #ddd; | |
} | |
ul.hook-list li { | |
list-style-type:none; | |
margin:0; | |
padding:1px 0; | |
font-size:12px; | |
font-weight:bold; | |
border-bottom:1px solid #ddd; | |
} | |
ul.hook-list li a { | |
display:block; | |
padding:3px 0 3px 5px; | |
color:#999; | |
text-decoration:none; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/services/icons.png?ad9cf276") 100% 0 no-repeat; | |
} | |
ul.hook-list li a.selected { | |
color:#fff; | |
background-color:#3d7cb9; | |
} | |
ul.hook-list li.enabled a { | |
color:#000; | |
} | |
ul.hook-list li.enabled.inactive a { | |
background-position:100% -100px; | |
} | |
ul.hook-list li.active a { | |
background-position:100% -50px; | |
} | |
.metabox { | |
position:relative; | |
margin-bottom:10px; | |
font-size:12px; | |
color:#333; | |
padding:10px; | |
background:#fafafa; | |
border:1px solid #ddd; | |
border-top:1px solid #fff; | |
border-bottom-right-radius:3px; | |
border-bottom-left-radius:3px; | |
} | |
.metabox p { | |
margin:0; | |
font-size:13px; | |
} | |
.metabox p+p { | |
margin-top:10px; | |
} | |
.metabox em.placeholder { | |
color:#666; | |
} | |
.metabox .repository-description { | |
margin-right:140px; | |
} | |
.metabox .repository-description p { | |
font-weight:300; | |
color:#666; | |
} | |
.metabox .repository-homepage { | |
margin-top:3px; | |
margin-right:140px; | |
} | |
.metabox .repository-homepage p { | |
font-weight:bold; | |
} | |
.metabox a.minibutton.edit-button { | |
border-bottom-right-radius:0!important; | |
border-top-right-radius:0!important; | |
border:1px solid #ccc; | |
border-right:none; | |
box-shadow:none; | |
} | |
.metabox .repo-desc-homepage .minibutton.edit-button { | |
opacity:0; | |
position:absolute; | |
top:10px; | |
right:100%; | |
-moz-transition:opacity .1s ease-in 0; | |
-webkit-transition:opacity .1s ease-in 0; | |
} | |
.metabox:hover .repo-desc-homepage .edit-button { | |
opacity:1.0; | |
} | |
.metabox p.error { | |
margin:0 0 10px 0; | |
font-size:12px; | |
font-weight:bold; | |
color:#c00; | |
} | |
.metabox .description-field { | |
margin-top:3px; | |
margin-bottom:5px; | |
padding:4px 5px; | |
width:98.5%; | |
font-size:13px; | |
color:#444; | |
} | |
.metabox .description-field-wrap label.placeholder { | |
font-size:13px; | |
top:8px; | |
left:8px; | |
} | |
.metabox .homepage-field { | |
padding:4px 5px; | |
width:400px; | |
font-size:12px; | |
color:#444; | |
font-weight:bold; | |
} | |
.metabox .homepage-field-wrap label.placeholder { | |
top:5px; | |
left:8px; | |
} | |
.metabox .save-button { | |
float:right; | |
margin-top:-20px; | |
} | |
.metabox p.cancel { | |
margin:5px 0 0 0; | |
font-size:11px; | |
} | |
.metabox p.none { | |
margin:3px 0; | |
font-size:13px; | |
font-weight:300; | |
font-style:italic; | |
color:#999; | |
} | |
.metabox .editable-only { | |
display:none; | |
} | |
ul.clone-urls { | |
margin:0; | |
} | |
ul.clone-urls li { | |
list-style-type:none; | |
margin:5px 0 0 0; | |
} | |
ul.clone-urls em { | |
font-style:normal; | |
color:#666; | |
} | |
ul.clone-urls object { | |
margin:0 0 -3px 3px; | |
} | |
.url-box { | |
width:100%; | |
margin-top:10px; | |
margin-left:-10px; | |
padding:10px 10px 0; | |
border-top:1px solid #ddd; | |
height:26px; | |
} | |
.no-desc.not-editable .url-box { | |
margin-top:0; | |
padding-top:0; | |
border-top:0; | |
} | |
.wiki-git-access .url-box { | |
margin-left:0; | |
border:none; | |
padding:0; | |
} | |
ul.native-clones { | |
float:left; | |
margin:0 10px 0 0; | |
} | |
.wiki-git-access ul.native-clones { | |
display:none; | |
} | |
ul.native-clones li { | |
margin:0; | |
list-style-type:none; | |
display:inline-block; | |
margin-left:5px; | |
} | |
ul.native-clones li:first-child { | |
margin-left:0; | |
} | |
ul.clone-urls { | |
float:left; | |
margin:0; | |
height:26px; | |
} | |
ul.clone-urls li { | |
list-style-type:none; | |
float:left; | |
margin:0; | |
height:26px; | |
padding:0; | |
white-space:nowrap; | |
border:none; | |
overflow:visible; | |
cursor:pointer; | |
} | |
ul.clone-urls li.selected { | |
border-right-color:#bbb; | |
} | |
ul.clone-urls li:first-child a { | |
border-top-left-radius:3px; | |
border-bottom-left-radius:3px; | |
border-left:1px solid #d4d4d4; | |
} | |
ul.clone-urls li>a { | |
display:block; | |
margin:0; | |
height:24px; | |
padding:0 9px 0 9px; | |
font-size:11px; | |
font-weight:bold; | |
color:#333; | |
text-shadow:1px 1px 0 #fff; | |
text-decoration:none; | |
line-height:25px; | |
border:1px solid #d4d4d4; | |
border-left:none; | |
background:#f4f4f4; | |
background:-moz-linear-gradient(#f4f4f4, | |
#ececec); | |
background:-webkit-linear-gradient(#f4f4f4, | |
#ececec); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', | |
endColorstr='#ececec')"; | |
} | |
ul.clone-urls li>a:hover { | |
color:#fff; | |
text-decoration:none; | |
text-shadow:-1px -1px 0 rgba(0, | |
0, | |
0, | |
0.4); | |
border-color:#518cc6; | |
border-bottom-color:#2a65a0; | |
background:#599bdc; | |
background:-moz-linear-gradient(#599bdc, | |
#3072b3); | |
background:-webkit-linear-gradient(#599bdc, | |
#3072b3); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc', | |
endColorstr='#3072b3')"; | |
} | |
ul.clone-urls li.selected>a { | |
color:#000; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.6); | |
border-color:#c9c9c9; | |
border-bottom-color:#9a9a9a; | |
background:#d7d7d7; | |
background:-moz-linear-gradient(#d7d7d7, | |
#ababab); | |
background:-webkit-linear-gradient(#d7d7d7, | |
#ababab); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', | |
endColorstr='#ababab')"; | |
} | |
input.url-field { | |
float:left; | |
width:330px; | |
padding:0 5px 0 5px; | |
height:24px; | |
border:1px solid #ccc; | |
border-left:none; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
font-size:12px; | |
color:#666; | |
} | |
.url-box p { | |
float:left; | |
margin:0 0 0 5px; | |
height:26px; | |
line-height:26px; | |
font-size:11px; | |
color:#666; | |
} | |
.url-box p strong { | |
color:#000; | |
} | |
.url-box .mini-icon-clippy { | |
float:left; | |
margin:5px 0 0 5px; | |
} | |
#password_sent_confirmation { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/account/password-sent-success.png?b65f8c4d") white no-repeat center left; | |
margin:90px 0 100px 120px; | |
padding:15px 0 10px 70px; | |
} | |
#password_sent_confirmation p { | |
width:600px; | |
font-size:16px; | |
} | |
.oauth_form { | |
margin:5em auto; | |
} | |
.oauth_form .formbody { | |
padding:2em; | |
background-color:#e9f1f4; | |
overflow:hidden; | |
border-style:solid; | |
border-width:1px 1px 2px; | |
border-color:#e9f1f4 #d8dee2 #d8dee2; | |
border-radius:0 0 3px 3px; | |
} | |
.oauth_form .nothing-to-see-here { | |
font-size:18px; | |
font-weight:bold; | |
color:#222; | |
margin-top:0; | |
} | |
.oauth_form pre { | |
font-size:13px; | |
} | |
.oauth_form h1 { | |
color:#fff; | |
font-size:16px; | |
font-weight:bold; | |
background:#829aa8; | |
background:-moz-linear-gradient(#829aa8, | |
#405a6a); | |
background:-webkit-linear-gradient(#829aa8, | |
#405a6a); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#829aa8', | |
endColorstr='#405a6a')"; | |
border:1px solid #677c89; | |
border-bottom-color:#6b808d; | |
border-radius:3px 3px 0 0; | |
text-shadow:0 -1px 0 rgba(0, | |
0, | |
0, | |
0.7); | |
margin:0; | |
padding:8px 18px; | |
} | |
.oauth_form h1 a { | |
font-size:70%; | |
font-weight:normal; | |
} | |
.oauth_form h2 { | |
color:#2f424e; | |
font-size:18px; | |
font-weight:normal; | |
margin:0 0 .5em; | |
text-shadow:0 -1px 0 rgba(100, | |
100, | |
100, | |
0.1); | |
} | |
.oauth_form p { | |
color:#2f424e; | |
font-size:12px; | |
font-weight:normal; | |
margin:0; | |
text-shadow:0 -1px 0 rgba(100, | |
100, | |
100, | |
0.1); | |
} | |
.oauth_form p.note { | |
color:#a00; | |
} | |
.oauth_form ul { | |
border-bottom:1px solid #d8dee2; | |
padding:0 0 2em 0; | |
margin:.2em 0 1.5em 0; | |
} | |
.oauth_form ul li { | |
list-style-position:inside; | |
font-weight:bold; | |
color:#2f424e; | |
font-size:12px; | |
} | |
.oauth_form form label, | |
.oauth_form form .label, | |
label.standard { | |
font-size:110%; | |
color:#666; | |
display:block; | |
margin:0; | |
margin-top:1em; | |
} | |
.oauth_form form label a { | |
font-size:90%; | |
} | |
.oauth_form form label.error { | |
color:#a00; | |
} | |
.oauth_form form .label label { | |
margin:0; | |
color:black; | |
font-size:95%; | |
} | |
.oauth_form form .label span { | |
font-size:90%; | |
color:#888; | |
} | |
.oauth_form form input.text, | |
.oauth_form form textarea { | |
padding:5px; | |
border:1px solid #888; | |
} | |
.oauth_form form input.text { | |
font-size:110%; | |
} | |
.oauth_form button { | |
margin:0 8px 0 0; | |
} | |
.oauth_form form input.submit { | |
font-size:120%; | |
padding:.1em 1em; | |
} | |
input[type=text].error, | |
.oauth_form form label.error input.text, | |
.oauth_form form label.error textarea { | |
border:1px solid #a00; | |
background-color:#f2e1e1; | |
} | |
.page_form th, | |
.page_form td { | |
padding:5px; | |
} | |
.page_form th { | |
padding-right:10px; | |
text-align:right; | |
} | |
.page_form td textarea { | |
width:400px; | |
height:70px; | |
} | |
#login { | |
width:31em; | |
} | |
#forgot_password { | |
width:31em; | |
} | |
#path, | |
.breadcrumb { | |
margin:5px 0 5px 0; | |
font-size:18px; | |
color:#999; | |
} | |
.breadcrumb strong.final-path { | |
color:#000; | |
} | |
.blame { | |
background-color:#f8f8f8!important; | |
} | |
.blame table tr td { | |
padding:.2em .5em; | |
} | |
.blame .commit-date { | |
color:#888; | |
} | |
.blame table tr.section-first td { | |
border-top:1px solid #ccc; | |
} | |
.blame .line-number { | |
background-color:#ececec; | |
color:#aaa; | |
padding:0 .5em; | |
text-align:right; | |
border-left:1px solid #ddd; | |
border-right:1px solid #ddd; | |
} | |
.blame .line-data { | |
background-color:#f8f8ff; | |
white-space:pre; | |
} | |
.blame .commitinfo code { | |
font-size:12px; | |
} | |
.blame .commitinfo .date { | |
color:#666; | |
display:block; | |
float:left; | |
padding-right:5px; | |
} | |
.blame .commitinfo .message { | |
display:block; | |
width:210px; | |
overflow:hidden; | |
text-overflow:ellipsis; | |
white-space:nowrap; | |
float:right; | |
} | |
#receipts table { | |
width:100%; | |
border-left:1px solid #ccc; | |
border-top:1px solid #ccc; | |
border-right:1px solid #ccc; | |
} | |
#receipts table th { | |
padding:.4em; | |
border-bottom:1px solid #ccc; | |
color:#333; | |
background-color:#eee; | |
} | |
#receipts table td { | |
padding:.4em; | |
border-bottom:1px solid #ccc; | |
} | |
#receipts table tr.success td { | |
background-color:#EFFFED; | |
} | |
#receipts table tr.failure td { | |
background-color:#FFEDED; | |
} | |
#receipts table td.empty { | |
color:#a00; | |
font-weight:bold; | |
text-align:center; | |
} | |
#receipts table td.date { | |
color:#888; | |
} | |
#receipts table tr.success td.amount { | |
color:#0a0; | |
font-weight:bold; | |
} | |
#receipts table tr.failure td.amount { | |
color:#a00; | |
font-weight:bold; | |
} | |
#watchers { | |
margin:15px 0; | |
border-top:1px solid #ddd; | |
} | |
#watchers li { | |
border-bottom:1px solid #ddd; | |
} | |
ul.members { | |
list-style:none; | |
} | |
.members li { | |
position:relative; | |
font-size:14px; | |
margin:0; | |
padding:5px 0; | |
height:24px; | |
line-height:24px; | |
font-weight:bold; | |
} | |
.members li em { | |
font-style:normal; | |
color:#999; | |
} | |
.members li a.follow, | |
.members li a.unfollow { | |
position:absolute; | |
top:5px; | |
right:0; | |
} | |
.members li .gravatar { | |
border:1px solid #ddd; | |
padding:1px; | |
background-color:#fff; | |
float:left; | |
margin-right:10px; | |
} | |
#directory.compact { | |
width:50em; | |
} | |
#directory .news { | |
width:100%; | |
} | |
#directory h1 { | |
border-bottom:1px solid #aaa; | |
margin-bottom:.5em; | |
} | |
#directory .news h1 { | |
border-bottom:none; | |
margin-bottom:0; | |
} | |
#directory .repo { | |
width:100%; | |
} | |
#directory .repo .gravatar { | |
width:50px; | |
} | |
#directory .repo .gravatar img { | |
border:1px solid #d0d0d0; | |
padding:1px; | |
background-color:#fff; | |
} | |
#directory .repo .title { | |
font-size:140%; | |
} | |
#directory .repo .owner, | |
#directory .repo .date { | |
text-align:center; | |
} | |
#directory .repo .graph { | |
width:426px; | |
vertical-align:top; | |
padding-top:.2em; | |
text-align:right; | |
border:none; | |
} | |
#directory .repo .sep { | |
font-size:50%; | |
} | |
#directory .repo .border { | |
border-bottom:1px solid #ddd; | |
} | |
#network h2 { | |
margin-bottom:.25em; | |
} | |
#network p { | |
font-size:120%; | |
margin:1em 0; | |
} | |
#network .repo { | |
font-size:140%; | |
} | |
#network .repo img { | |
vertical-align:middle; | |
} | |
#network .repo img.gravatar { | |
padding-right:4px; | |
padding:1px; | |
border:1px solid #ccc; | |
background-color:#fff; | |
} | |
#network .repo span { | |
background-color:#FFF6A9; | |
} | |
#network .repo a.commit { | |
color:#888; | |
font-size:80%; | |
line-height:1em; | |
} | |
#network .help_actions { | |
margin-left:5px; | |
} | |
#network .help_actions a { | |
font-size:12px; | |
} | |
#network .network-help .show-help, | |
#network .network-help.open .hide-help { | |
display:block; | |
} | |
#network .network-help .hide-help, | |
#network .network-help.open .show-help { | |
display:none; | |
} | |
#network .network-help #help { | |
display:none; | |
} | |
#network .network-help.open #help { | |
display:block; | |
} | |
#network #help pre { | |
font-size:80%; | |
line-height:1.2em; | |
margin-bottom:1.5em; | |
border:1px solid black; | |
color:#eee; | |
background-color:#222; | |
padding:1em; | |
} | |
#network .notice { | |
border:1px solid #EFCF00; | |
background-color:#FFFAD6; | |
padding:.5em; | |
color:#837200; | |
text-align:center; | |
} | |
#network .explain { | |
color:#666; | |
font-size:13px; | |
font-style:italic; | |
margin:-5px 0 20px 2px; | |
} | |
#network .explain b { | |
color:#333; | |
font-weight:normal; | |
} | |
#network .graph-date { | |
text-align:right; | |
margin:-30px 4px 5px 0; | |
color:#555; | |
font-size:12px; | |
} | |
#network .graph-date abbr { | |
font-style:normal; | |
color:#444; | |
} | |
#network #ng { | |
position:relative; | |
} | |
#network #ng .large-loading-area { | |
position:absolute; | |
top:0; | |
right:0; | |
left:0; | |
display:none; | |
} | |
.facebox p { | |
margin:.5em 0; | |
} | |
.facebox b { | |
background-color:#FFF6A9; | |
} | |
.facebox ul { | |
margin-left:1em; | |
} | |
.facebox ol { | |
margin-left:1.5em; | |
} | |
#pull_request ul { | |
list-style-type:none; | |
} | |
#pull_request label.repo span.name { | |
font-size:160%; | |
} | |
#pull_request label.repo span span.sha { | |
color:#aaa; | |
} | |
#pull_request .label label { | |
display:inline; | |
margin:0; | |
font-size:100%; | |
font-weight:bold; | |
} | |
#pull_request .label div { | |
margin:.2em; | |
} | |
#pull_request .recipients { | |
max-height:200px; | |
overflow:auto; | |
} | |
.blog-comments .comment-form { | |
margin-top:0; | |
} | |
#posts { | |
overflow:hidden; | |
} | |
#posts .list { | |
float:left; | |
width:41em; | |
} | |
#posts li.post { | |
list-style-type:none; | |
margin-bottom:2em; | |
} | |
#posts h2 { | |
margin:0; | |
font-size:190%; | |
} | |
#posts h3 { | |
margin:1em 0 .5em 0; | |
} | |
#posts .meta .who_when { | |
font-size:130%; | |
} | |
#posts .meta .who_when img, | |
img.who_when { | |
vertical-align:middle; | |
padding:1px; | |
border:1px solid #ccc; | |
position:relative; | |
top:-1px; | |
} | |
#posts .meta .who_when .author a { | |
color:#94bfea; | |
font-weight:bold; | |
} | |
#posts .meta .who_when .published a, | |
#posts .meta .who_when .published { | |
color:#ccc; | |
} | |
#posts .meta .who_when .status { | |
color:#a00; | |
} | |
#posts .meta .respond { | |
margin:.3em 0; | |
font-size:110%; | |
} | |
#posts .entry-content { | |
font-size:110%; | |
margin-top:1em; | |
} | |
#posts .entry-content blockquote { | |
padding-left:1em; | |
color:#666; | |
} | |
#posts .entry-content p { | |
margin:1em 0; | |
} | |
#posts .entry-content pre { | |
background-color:#f8f8f8; | |
border:1px solid #ddd; | |
font-size:90%; | |
padding:.5em; | |
} | |
#posts .entry-content pre code { | |
background-color:#f8f8f8; | |
font-size:95%; | |
} | |
#posts .entry-content code { | |
font-size:90%; | |
background-color:#ddd; | |
padding:0 .2em; | |
} | |
#posts .entry-content img { | |
margin:1em 0; | |
padding:.3em; | |
border:1px solid #ddd; | |
max-width:525px; | |
} | |
#posts .entry-content img.emoji { | |
margin:0; | |
padding:0; | |
border:0; | |
} | |
#posts .entry-content p img { | |
margin:0; | |
} | |
#posts .entry-content ul { | |
margin-left:1.25em; | |
} | |
#posts .entry-content ol { | |
margin-left:2em; | |
} | |
#posts .entry-content ul li { | |
margin:.5em 0; | |
} | |
#posts .feedback { | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#f1f1f1); | |
background:-webkit-linear-gradient(#fafafa, | |
#f1f1f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#f1f1f1')"; | |
border:1px solid #ddd; | |
border-bottom:1px solid #ccc; | |
border-radius:3px; | |
text-shadow:0 1px 0 #fff; | |
box-shadow:inset 0 1px 0 #fff, | |
0 1px 5px #f1f1f1; | |
} | |
#posts .feedback h2 { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/icons/twitter.png?850202f4") 98% 9px no-repeat; | |
margin:0; | |
padding:10px; | |
border-bottom:1px solid #ddd; | |
box-shadow:0 1px 0 #fff; | |
font-size:14px; | |
font-weight:bold; | |
} | |
#posts .feedback p { | |
margin:0; | |
padding:10px; | |
color:#999; | |
} | |
#posts .sidebar { | |
float:right; | |
width:26em; | |
} | |
#posts .sidebar .rss { | |
text-align:center; | |
} | |
#posts .sidebar .others { | |
border-top:2px solid #eee; | |
margin-top:.75em; | |
padding-top:.75em; | |
} | |
#posts .sidebar .others h3 { | |
margin-top:.25em; | |
} | |
#posts .sidebar .others ul { | |
list-style-type:none; | |
} | |
#posts .sidebar .others li { | |
padding:.5em 0; | |
} | |
#posts .sidebar .others li a { | |
font-size:140%; | |
line-height:1em; | |
} | |
#posts .sidebar .others .meta { | |
color:#888; | |
} | |
#posts #rss { | |
overflow:hidden; | |
background:#e9f2f5; | |
text-align:left; | |
padding:10px; | |
border-radius:5px; | |
border:1px solid #d9e4e8; | |
} | |
#posts #rss h3 { | |
padding:0; | |
margin:0; | |
font-size:13px; | |
} | |
#rss p { | |
margin:0; | |
padding:0; | |
} | |
#rss img { | |
float:right; | |
margin:0 0 0 20px; | |
} | |
#new_comment textarea { | |
height:10em; | |
} | |
#posts pre { | |
margin:1em 0; | |
font-size:12px; | |
background-color:#f8f8ff; | |
border:1px solid #dedede; | |
padding:.5em; | |
line-height:1.5em; | |
color:#444; | |
overflow:auto; | |
} | |
#posts pre code { | |
padding:0; | |
font-size:12px; | |
background-color:#f8f8ff; | |
border:none; | |
} | |
#posts code { | |
font-size:12px; | |
background-color:#f8f8ff; | |
color:#444; | |
padding:0 .2em; | |
border:1px solid #dedede; | |
} | |
.commentstyle { | |
border:2px solid #e4e4e4; | |
border-bottom:none; | |
background-color:#f5f5f5; | |
overflow:hidden; | |
} | |
.commentstyle .previewed .comment { | |
background-color:#FFFED6; | |
} | |
.commentstyle .comment { | |
border-bottom:2px solid #e4e4e4; | |
padding:.5em; | |
} | |
.commentstyle .comment .meta { | |
margin-bottom:.4em; | |
} | |
.commentstyle .comment .meta .gravatar { | |
padding:1px; | |
border:1px solid #ccc!important; | |
vertical-align:middle; | |
} | |
.commentstyle .comment .meta span { | |
vertical-align:middle; | |
color:#aaa; | |
} | |
.commentstyle .comment .meta .date { | |
font-style:italic; | |
color:#555; | |
} | |
.commentstyle .comment .body { | |
padding:0 0 0 .2em; | |
} | |
.commentstyle form { | |
padding:.5em; | |
} | |
.commentstyle form textarea { | |
height:5em; | |
width:100%; | |
margin-bottom:.5em; | |
} | |
.commentstyle form .status { | |
color:#a00; | |
font-weight:bold; | |
} | |
.commentstyle form .actions { | |
overflow:hidden; | |
} | |
.commentstyle form .actions .submits { | |
float:left; | |
} | |
.commentstyle form .actions .formatting { | |
float:right; | |
font-size:90%; | |
color:#666; | |
} | |
.pagination { | |
margin:7px 0; | |
display:inline-block; | |
overflow:hidden; | |
background:white; | |
background:-moz-linear-gradient(white, | |
#efefef); | |
background:-webkit-linear-gradient(white, | |
#efefef); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', | |
endColorstr='#efefef')"; | |
border:1px solid #eaeaea; | |
border-bottom-color:#cacaca; | |
border-bottom:none; | |
border-radius:3px; | |
} | |
.pagination a, | |
.pagination span { | |
float:left; | |
padding:6px 10px 5px; | |
margin:0; | |
color:#777; | |
font-size:13px; | |
text-decoration:none; | |
text-shadow:0 1px 0 white; | |
border-right:1px solid rgba(0, | |
0, | |
0, | |
0.04); | |
border-left:1px solid rgba(255, | |
255, | |
255, | |
0.7); | |
border-bottom:1px solid #DADADA; | |
} | |
.pagination a:first-child, | |
.pagination span:first-child { | |
border-left:none; | |
border-bottom-left-radius:3px; | |
} | |
.pagination a:last-child, | |
.pagination span:last-child { | |
border-right:none; | |
border-bottom-right-radius:3px; | |
} | |
.pagination a:hover, | |
.pagination span:hover { | |
color:#4183c4; | |
border-bottom-color:#CFDCE8; | |
background:#fafbfd; | |
background:-moz-linear-gradient(#fafbfd, | |
#dce6ef); | |
background:-webkit-linear-gradient(#fafbfd, | |
#dce6ef); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfd', | |
endColorstr='#dce6ef')"; | |
} | |
.pagination a.current, | |
.pagination a.current:hover, | |
.pagination span.current, | |
.pagination span.current:hover { | |
color:#000; | |
background:#fcfcfc; | |
background:-moz-linear-gradient(#fcfcfc, | |
#ebebeb); | |
background:-webkit-linear-gradient(#fcfcfc, | |
#ebebeb); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', | |
endColorstr='#ebebeb')"; | |
border-bottom-color:#D26911; | |
} | |
.pagination a.disabled, | |
.pagination a.gap, | |
.pagination span.disabled, | |
.pagination span.gap { | |
color:#bbb; | |
cursor:default; | |
} | |
.pagination a.disabled:hover, | |
.pagination a.gap:hover, | |
.pagination span.disabled:hover, | |
.pagination span.gap:hover { | |
background:white; | |
background:-moz-linear-gradient(white, | |
#efefef); | |
background:-webkit-linear-gradient(white, | |
#efefef); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', | |
endColorstr='#efefef')"; | |
border-bottom-color:#dadada; | |
} | |
.pagination.ajax_paginate { | |
display:block; | |
} | |
.pagination.ajax_paginate a { | |
padding:6px; | |
width:100%; | |
text-align:center; | |
} | |
.pagination.ajax_paginate.loading a { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-16px.gif?9d2eaa8a") no-repeat center center; | |
text-indent:-3000px; | |
} | |
.error-notice { | |
margin:15px 0; | |
text-align:center; | |
font-size:14px; | |
font-weight:bold; | |
color:#900; | |
} | |
.entice { | |
opacity:.5; | |
} | |
.clippy-tooltip { | |
display:inline-block; | |
} | |
#files { | |
position:relative; | |
} | |
#files .add-bubble { | |
position:absolute; | |
left:0; | |
width:25px; | |
height:16px; | |
margin-left:-25px; | |
margin-top:-1px; | |
cursor:pointer; | |
opacity:0; | |
filter:alpha(opacity=0); | |
-moz-transition:opacity .1s ease-in 0; | |
-webkit-transition:opacity .1s ease-in 0; | |
color:#4183C4; | |
} | |
#files tr:hover .add-bubble { | |
opacity:1.0; | |
filter:alpha(opacity=100); | |
} | |
#files.commentable tr:hover td, | |
#files.commentable tr:hover td .gd, | |
#files.commentable tr:hover td .gi, | |
#files.commentable tr:hover td .gc { | |
background-color:#ffc; | |
} | |
#files.commentable tr:hover td.line_numbers a, | |
#files.commentable tr:hover td.line_numbers span { | |
color:#555!important; | |
} | |
table.padded { | |
font-size:1.3em; | |
} | |
table.padded tr th { | |
background:#eee; | |
text-align:right; | |
padding:8px 15px; | |
} | |
table.padded tr td { | |
text-align:left; | |
padding:8px; | |
} | |
.page-notice { | |
margin:15px auto; | |
width:400px; | |
padding:20px; | |
color:#333; | |
font-size:14px; | |
background:#fffeeb; | |
border:1px solid #ddd; | |
border-radius:5px; | |
} | |
.page-notice h2 { | |
margin:0; | |
font-size:16px; | |
color:#000; | |
} | |
.page-notice p:last-child { | |
margin-bottom:0; | |
} | |
#search-box { | |
margin:0 0 20px 0; | |
} | |
#search-box input { | |
float:left; | |
padding:10px 15px; | |
width:580px; | |
border-top:2px solid #ccc; | |
border-left:1px solid #ccc; | |
border-right:1px solid #ccc; | |
border-bottom:1px solid #ccc; | |
font-size:14px; | |
font-family:"Helvetica Neue", | |
"Helvetica", | |
Arial, | |
sans-serif; | |
margin:0; | |
box-shadow:inset 0 1px 5px #ddd; | |
} | |
.connected { | |
height:39px; | |
padding:0; | |
margin:-1px 0 0 0; | |
position:relative; | |
top:1px; | |
font-family:Helvetica, | |
arial, | |
freesans, | |
clean, | |
sans-serif; | |
font-weight:bold; | |
font-size:12px; | |
color:#333; | |
text-shadow:1px 1px 0 #fff; | |
white-space:nowrap; | |
border:none; | |
overflow:visible; | |
background:white; | |
background:-moz-linear-gradient(white, | |
#e1e1e1); | |
background:-webkit-linear-gradient(white, | |
#e1e1e1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white', | |
endColorstr='#e1e1e1')"; | |
border-bottom:1px solid #ebebeb; | |
border-radius:4px; | |
border-top-left-radius:0; | |
border-bottom-left-radius:0; | |
border:1px solid #ccc; | |
cursor:pointer; | |
-webkit-font-smoothing:subpixel-antialiased!important; | |
} | |
.connected span { | |
display:block; | |
line-height:37px; | |
padding:0 20px; | |
} | |
#search .main { | |
border-left:1px solid #ddd; | |
padding-left:20px; | |
margin-left:0; | |
float:right; | |
width:700px; | |
} | |
#search .pagination { | |
text-align:right; | |
} | |
#search-results { | |
clear:both; | |
} | |
#search-results>li { | |
list-style:none; | |
display:block; | |
padding:15px 0; | |
margin:0; | |
border-bottom:1px solid #ddd; | |
position:relative; | |
} | |
#search-results>li:last-child { | |
border-bottom:none; | |
} | |
#search-results h3 { | |
margin:0 0 5px 0; | |
font-family:"Helvetica-Light"; | |
font-weight:normal; | |
} | |
#search-results h3 a strong { | |
font-weight:bold; | |
} | |
#search-results .description { | |
clear:both; | |
font-size:12px; | |
} | |
#search-results .repository .icon { | |
width:25px; | |
height:25px; | |
position:absolute; | |
top:15px; | |
margin:0 0 0 -45px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/icons/search-icons.png?ff015103") 0 -29px no-repeat; | |
} | |
#search-results .repository h3 { | |
float:left; | |
} | |
#search-results .repo-stats { | |
float:right; | |
} | |
#search-results p.description { | |
color:#000; | |
} | |
#search-results .vcard dl dt { | |
width:85px; | |
} | |
#search-results .user h3 { | |
float:left; | |
} | |
#search-results .user .description { | |
clear:none; | |
margin:0; | |
} | |
#search-results .user img { | |
clear:left; | |
float:left; | |
margin:0 10px 0 0; | |
padding:2px; | |
border:1px solid #DDD; | |
} | |
#search-results .code .icon { | |
width:25px; | |
height:25px; | |
position:absolute; | |
top:15px; | |
margin:0 0 0 -45px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/icons/search-icons.png?ff015103") 0 4px no-repeat; | |
} | |
#search-results li.code.wikistyle div.highlight pre { | |
background-color:#f8f8ff; | |
} | |
#search-results .highlight em, | |
#search-results .highlight b { | |
background-color:#FAFFA6; | |
padding:.1em; | |
} | |
#search .sidebar { | |
padding-right:0; | |
border-right:none; | |
width:180px; | |
} | |
#search .sidebar h4 { | |
margin:0 0 5px 0; | |
} | |
#search .sidebar ul { | |
list-style:none; | |
margin:0 0 10px 0; | |
padding:0 0 10px 0; | |
border-bottom:1px solid #ddd; | |
} | |
#search .sidebar ul:last-child { | |
border:none; | |
} | |
#search .sidebar li a { | |
display:block; | |
padding:3px 5px; | |
text-decoration:none; | |
} | |
#search .sidebar li a .count { | |
float:right; | |
color:#777; | |
} | |
#search .sidebar li a.active .count { | |
color:#000; | |
font-weight:bold; | |
} | |
#search .sidebar li a.active { | |
color:#333; | |
border:1px solid #d9e8f6; | |
text-shadow:0 1px 0 rgba(255, | |
255, | |
255, | |
0.7); | |
background:#e9f4ff; | |
font-weight:bold; | |
} | |
hr.clearfix { | |
clear:both; | |
background:transparent; | |
border:none; | |
} | |
.context-loader-container .pjax-loading { | |
position:absolute; | |
display:none; | |
top:0; | |
left:0; | |
bottom:0; | |
right:0; | |
padding-top:190px; | |
background:rgba(255, | |
255, | |
255, | |
0.8); | |
z-index:9999; | |
text-align:center; | |
color:#999; | |
} | |
.context-loader-container.loading .pjax-loading { | |
display:block; | |
} | |
.settings-content { | |
position:relative; | |
float:right; | |
width:655px; | |
} | |
#settings-nav { | |
width:220px; | |
} | |
.usage-bar { | |
padding:8px 10px; | |
} | |
.usage-bar dt.numbers { | |
float:right; | |
} | |
.usage-bar dt { | |
margin:0 0 5px 0; | |
font-weight:bold; | |
font-size:11px; | |
text-transform:uppercase; | |
color:#777; | |
text-shadow:0 1px 0 rgba(255, | |
255, | |
255, | |
0.3); | |
} | |
.usage-bar dt strong { | |
float:right; | |
color:#999; | |
} | |
.usage-bar dd.bar span { | |
text-indent:-9999px; | |
} | |
.usage-bar dd { | |
background:#dadada; | |
background:-moz-linear-gradient(#dadada, | |
#f1f1f1); | |
background:-webkit-linear-gradient(#dadada, | |
#f1f1f1); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', | |
endColorstr='#f1f1f1')"; | |
display:block; | |
margin:0 0 10px 0; | |
height:5px; | |
border-radius:5px; | |
width:198px; | |
border:1px solid #ccc; | |
box-sahdow:0 1px 0 #fff; | |
} | |
.usage-bar dd:last-child { | |
margin:none; | |
} | |
.usage-bar dd span { | |
background:#81c54a; | |
background:-moz-linear-gradient(#81c54a, | |
#63ae26); | |
background:-webkit-linear-gradient(#81c54a, | |
#63ae26); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c54a', | |
endColorstr='#63ae26')"; | |
box-shadow:inset 0 1px 0 rgba(255, | |
255, | |
255, | |
0.4); | |
display:block; | |
border-radius:5px; | |
height:5px; | |
} | |
.usage-bar dd span.danger { | |
background:#f6df60; | |
background:-moz-linear-gradient(#f6df60, | |
#edc900); | |
background:-webkit-linear-gradient(#f6df60, | |
#edc900); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6df60', | |
endColorstr='#edc900')"; | |
} | |
.usage-bar dd span.maxed { | |
background:#900; | |
background:-moz-linear-gradient(#900, | |
#600); | |
background:-webkit-linear-gradient(#900, | |
#600); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', | |
endColorstr='#660000')"; | |
} | |
.profile-photo { | |
margin:10px 0 0 0; | |
} | |
.profile-photo p { | |
float:left; | |
margin-top:7px; | |
} | |
.profile-photo img { | |
float:left; | |
margin:0 10px 0 0; | |
border-radius:3px; | |
} | |
.app-owner { | |
margin:10px 0 -10px 0; | |
} | |
.settings-form dl.form input { | |
width:394px; | |
color:#999; | |
} | |
.settings-form p.checkbox { | |
margin:0; | |
padding:0; | |
} | |
dl.form dd textarea.jobs-profile { | |
height:50px; | |
padding:5px; | |
} | |
.add-emails-form { | |
background:#fff; | |
border:none; | |
} | |
.add-emails-form input { | |
border:1p; | |
} | |
dl.new-email-form { | |
width:100%; | |
padding:10px; | |
margin:0 0 0 -10px; | |
border-top:1px solid #E5E5E5; | |
} | |
span.label.default { | |
margin-left:4px; | |
padding:4px 6px; | |
background-color:#6cc644; | |
color:#fff; | |
border-radius:4px; | |
} | |
span.email-actions { | |
float:right; | |
} | |
span.email-actions>span, | |
span.email-actions .minibutton { | |
float:left; | |
} | |
span.email-actions span.label { | |
font-size:13px; | |
color:#999; | |
padding:0 10px; | |
} | |
span.email-actions .mini-icon { | |
position:relative; | |
top:4px; | |
} | |
span.email-actions .mini-icon-exclamation { | |
color:#ca5633; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li { | |
border:none; | |
border-bottom:1px solid #ddd; | |
border-radius:0; | |
margin:0; | |
padding:5px 10px; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li h3 { | |
float:left; | |
margin:0; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li h3 a { | |
display:inline; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li h3 small { | |
font-size:11px; | |
font-weight:300; | |
font-family:"Helvetica-Light", | |
Helvetica, | |
arial, | |
freesans, | |
clean, | |
sans-serif; | |
color:#999; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li .fork-flag { | |
clear:left; | |
line-height:1; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li .fork-flag a { | |
display:inline; | |
line-height:1; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li .repo-stats { | |
float:left; | |
height:auto; | |
margin:0; | |
border-radius:0; | |
} | |
.boxed-group.flush ul.boxed-group-list.settings-repos>li .repo-stats li { | |
line-height:1; | |
} | |
#ssh-help { | |
float:right; | |
} | |
#notification-center .overview { | |
padding:0 10px 10px 10px; | |
border-bottom:1px solid #ddd; | |
} | |
#notification-center .notification-settings { | |
margin:0 10px; | |
} | |
.settings-content .notifications td { | |
padding:5px 10px; | |
} | |
.settings-content .notifications th { | |
padding:10px 10px 5px 10px; | |
} | |
#payment-history { | |
width:100%; | |
} | |
#payment-history th { | |
text-align:left; | |
padding:5px 10px; | |
background:#f8f8f8; | |
border-bottom:1px solid #ccc; | |
} | |
#payment-history td { | |
padding:5px 10px; | |
border-bottom:1px solid #dadada; | |
} | |
#payment-history tr:last-child td { | |
border:none; | |
} | |
#payment-history tr.failed td { | |
background:#faf6f6; | |
color:#900; | |
} | |
#payment-history td.total { | |
color:#090; | |
font-weight:bold; | |
} | |
#payment-history tr.failed td.total { | |
font-weight:bold; | |
text-transform:uppercase; | |
} | |
#payments p { | |
margin:0; | |
padding:10px; | |
} | |
.oauth-stats p.user-count { | |
float:left; | |
margin:12px 0 0 0; | |
font-size:36px; | |
color:#999; | |
font-weight:300; | |
} | |
.oauth-stats p.user-count strong { | |
color:#333; | |
font-weight:bold; | |
} | |
.oauth-stats dl.keys { | |
float:right; | |
margin:0; | |
text-align:right; | |
} | |
.oauth-stats dl.keys dt { | |
color:#999; | |
font-weight:bold; | |
} | |
.oauth-stats dl.keys dd { | |
color:#333; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
} | |
.boxed-group.application-show-group .form-help { | |
margin-top:25px; | |
} | |
.boxed-group #change_password p span a { | |
padding-left:5px; | |
} | |
ul.security-history>li time { | |
float:right; | |
color:#999; | |
} | |
table.security-history-detail { | |
width:100%; | |
font-size:12px; | |
} | |
table.security-history-detail td { | |
max-width:200px; | |
word-wrap:break-word; | |
} | |
.settings-email>.email-actions>.settings-remove-email { | |
display:block; | |
} | |
.settings-email>.email-actions>.settings-disabled-remove-email { | |
display:none; | |
} | |
.settings-email:only-child>.email-actions>.settings-remove-email { | |
display:none; | |
} | |
.settings-email:only-child>.email-actions>.settings-disabled-remove-email { | |
display:block; | |
} | |
#unsubscribe-from-newsletter .supportocat { | |
float:left; | |
} | |
#unsubscribe-from-newsletter .message { | |
position:absolute; | |
left:350px; | |
top:50px; | |
} | |
#unsubscribe-from-newsletter .message p { | |
font-size:200%; | |
} | |
.stars-browser .column.sidebar { | |
width:150px; | |
border-right:none; | |
} | |
.stars-browser .column.main { | |
width:730px; | |
} | |
.stars-browser .column.main .minibutton .mini-icon-star { | |
position:relative; | |
top:1px; | |
margin-left:-2px; | |
} | |
.blankslate { | |
background:#eee; | |
padding:15px; | |
border-radius:3px; | |
text-align:center; | |
} | |
.blankslate p { | |
margin:.5em 0; | |
} | |
.blankslate p strong { | |
font-size:16px; | |
} | |
.blankslate-reward-image { | |
margin-top:20px; | |
text-align:center; | |
} | |
.starred-repo { | |
margin-bottom:15px; | |
padding-left:42px; | |
border-bottom:1px solid #eee; | |
} | |
.starred-repo:last-child { | |
border-bottom:none; | |
} | |
.starred-repo .mega-icon { | |
float:left; | |
margin-top:3px; | |
margin-left:-42px; | |
} | |
.starred-repo .mega-icon:before { | |
color:#bbb; | |
} | |
.starred-repo .mega-icon-private-repo::before { | |
color:#e9dba5; | |
} | |
.starred-repo .starring-container { | |
float:right; | |
} | |
.starred-repo h3 { | |
margin:0 0 -10px 0; | |
} | |
.starred-repo p.description { | |
color:#666; | |
} | |
.timeout { | |
width:873px; | |
height:280px; | |
border:1px solid #C5D5DD; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/error/octocat_timeout.png?eb459876") #e6f1f6 no-repeat; | |
background-position:90% 50%; | |
padding:15px 0 0 45px; | |
border-radius:3px; | |
} | |
.timeout h3 { | |
color:#414042; | |
font-size:18px; | |
font-weight:bold; | |
text-shadow:#fff 1px 1px 0; | |
} | |
.timeout h3 strong { | |
font-size:30px; | |
display:block; | |
} | |
.tree-browser { | |
width:100%; | |
margin:0; | |
border-radius:3px; | |
border:1px solid #CACACA; | |
} | |
.tree-browser th { | |
text-align:left; | |
font-weight:bold; | |
padding:6px 3px; | |
color:#555; | |
text-shadow:0 1px 0 #fff; | |
border-bottom:1px solid #d8d8d8; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
} | |
.tree-browser td { | |
background:#f8f8f8; | |
border-bottom:1px solid #eee; | |
padding:7px 3px; | |
color:#484848; | |
vertical-align:middle; | |
} | |
.tree-browser img { | |
vertical-align:text-bottom; | |
} | |
.tree-browser tbody tr:last-child td { | |
border-bottom:0; | |
} | |
.tree-browser-wrapper { | |
margin-bottom:30px; | |
} | |
.tree-browser .history { | |
float:right; | |
padding-right:5px; | |
} | |
.tree-browser tr.navigation-focus td { | |
background:none; | |
background-color:#fffeeb; | |
} | |
.tree-browser td.icon { | |
width:17px; | |
padding-right:2px; | |
padding-left:10px; | |
} | |
.tree-browser td a.message { | |
color:#484848; | |
} | |
.tree-browser td span.ref { | |
color:#aaa; | |
} | |
.tree-browser.downloads td { | |
vertical-align:top; | |
} | |
.tree-browser.downloads td p { | |
margin:0; | |
padding:0; | |
} | |
#files .file, | |
.file-box { | |
border:1px solid #ccc; | |
margin-bottom:13px; | |
position:relative; | |
background-color:#DDD; | |
} | |
#files .file .highlight, | |
.file-box .highlight { | |
border:none; | |
padding:0; | |
} | |
#files .file .meta, | |
.file-box .meta { | |
overflow:hidden; | |
padding:5px 10px; | |
font-size:12px; | |
height:33px; | |
text-align:left; | |
color:#555; | |
text-shadow:0 1px 0 #fff; | |
border-bottom:1px solid #d8d8d8; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#eaeaea); | |
background:-webkit-linear-gradient(#fafafa, | |
#eaeaea); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#eaeaea')"; | |
} | |
#files .file .meta .info, | |
.file-box .meta .info { | |
float:left; | |
height:33px; | |
max-width:735px; | |
line-height:33px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
text-overflow:ellipsis; | |
white-space:nowrap; | |
overflow:hidden; | |
} | |
#files .file .meta .info span, | |
.file-box .meta .info span { | |
padding-left:9px; | |
margin-left:5px; | |
border-left:1px solid #c1c1c1; | |
box-shadow:inset 1px 0 0 #fff; | |
} | |
#files .file .meta .info span:first-child, | |
#files .file .meta .info .icon+span, | |
.file-box .meta .info span:first-child, | |
.file-box .meta .info .icon+span { | |
border-left:0 none; | |
box-shadow:inset 0 0 0 transparent; | |
margin-left:0; | |
padding-left:0; | |
} | |
#files .file .meta .info .minibutton.switcher span:first-child, | |
.file-box .meta .info .minibutton.switcher span:first-child { | |
padding-left:7px; | |
} | |
#files .file .meta .info span.icon, | |
#files .file .meta .info span.diffstat, | |
.file-box .meta .info span.icon { | |
line-height:0; | |
float:left; | |
margin:5px 5px 0 0; | |
padding:3px; | |
background:#f7f7f7; | |
border:1px solid #ccc; | |
border-right-color:#e5e5e5; | |
border-bottom-color:#e5e5e5; | |
border-radius:3px; | |
} | |
#files .file .meta .info span.icon .mini-icon-text-file, | |
#files .file .meta .info span.diffstat .mini-icon-text-file, | |
.file-box .meta .info span.icon .mini-icon-text-file { | |
height:16px; | |
line-height:16px; | |
color:#aaa; | |
} | |
#files .file .meta .info span.diffstat { | |
height:16px; | |
padding:3px 6px; | |
} | |
#files .file .meta .info span.diffstat .diffstat-bar { | |
color:#d8d8d8; | |
} | |
#files .file .meta .actions, | |
.file-box .meta .actions { | |
float:right; | |
height:33px; | |
line-height:33px; | |
margin-top:1px; | |
} | |
#files .file .meta .actions .button-group, | |
.file-box .meta .actions .button-group { | |
float:right; | |
margin-top:2px; | |
} | |
#files .file .meta .actions .show-inline-notes { | |
display:none; | |
} | |
#files .file.has-inline-notes .meta .actions .show-inline-notes { | |
position:relative; | |
display:block; | |
float:left; | |
margin-right:10px; | |
} | |
#files .file tr.inline-comments { | |
display:none; | |
} | |
#files .file.show-inline-notes tr.inline-comments { | |
display:table-row; | |
} | |
tr.inline-comments .inline-comment-form, | |
tr.inline-comments.show-inline-comment-form .show-inline-comment-form { | |
display:none; | |
} | |
tr.inline-comments .show-inline-comment-form, | |
tr.inline-comments.show-inline-comment-form .inline-comment-form { | |
display:block; | |
} | |
#files .file .meta .actions li, | |
.file-box .meta .actions li { | |
list-style-type:none; | |
float:left; | |
margin:0 0 0 7px; | |
} | |
#files .file .meta .actions li:first-child, | |
.file-box .meta .actions li:first-child { | |
background:transparent; | |
margin-left:0; | |
padding-left:0; | |
} | |
#files .file .meta .actions li code, | |
.file-box .meta .actions li code { | |
font-size:11px; | |
} | |
#files .file .meta .actions li label input, | |
.file-box .meta .actions li label input { | |
position:relative; | |
top:1px; | |
} | |
#files .file .data, | |
.file-box .data { | |
overflow:auto; | |
background-color:#f8f8ff; | |
} | |
#files .file .data .line, | |
.file-box .data .line { | |
padding-left:10px; | |
} | |
#files .file .data.empty, | |
.file-box .data.empty { | |
padding:5px 10px; | |
color:#777; | |
} | |
#files .file .data.suppressed, | |
#files .file.open .image { | |
display:none; | |
} | |
#files .file.open .data.suppressed { | |
display:block; | |
} | |
#files .file .data .diff-table { | |
width:100%; | |
border-collapse:collapse; | |
} | |
#files .file .data .diff-line { | |
width:100%; | |
} | |
#files .file .data table, | |
.file-box .data table { | |
font-family:Consolas, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
font-size:12px; | |
line-height:1.4; | |
} | |
#files .file .data .line_numbers, | |
.file-box .data .line_numbers { | |
background-color:#ececec; | |
color:#aaa; | |
padding:0 6px; | |
border-right:1px solid #ddd; | |
text-align:right; | |
cursor:pointer; | |
} | |
#files .file .data pre.line_numbers, | |
.file-box .data pre.line_numbers { | |
padding:10px 6px; | |
} | |
td.linkable-line-number { | |
cursor:pointer; | |
} | |
td.linkable-line-number:hover { | |
text-decoration:underline; | |
} | |
#files .image, | |
.file-box .image { | |
text-align:center; | |
background-color:#ddd; | |
padding:30px; | |
position:relative; | |
} | |
#files .file .image table, | |
.file-box .image table { | |
margin:0 auto; | |
} | |
#files .file .image table td, | |
.file-box .image table td { | |
text-align:center; | |
color:#888; | |
} | |
#files .file .image .added-frame, | |
.file-box .image .added-frame, | |
#files .file .image .deleted-frame, | |
.file-box .image .deleted-frame { | |
border:1px solid #ddd; | |
display:inline-block; | |
line-height:0; | |
position:relative; | |
} | |
#files .file .image .border-wrap, | |
.file-box .image .border-wrap { | |
background-color:#fff; | |
border:1px solid #999; | |
display:inline-block; | |
line-height:0; | |
position:relative; | |
} | |
#files .file .image .deleted-frame, | |
.file-box .image .deleted-frame { | |
background-color:#fff; | |
border:1px solid #f77; | |
} | |
#files .file .image .added-frame, | |
.file-box .image .added-frame { | |
border:1px solid #63c363; | |
} | |
#files .file .image a, | |
.file-box .image a { | |
display:inline-block; | |
line-height:0; | |
} | |
#files .file .image table td, | |
.file-box .image table td { | |
vertical-align:top; | |
padding:0 5px; | |
} | |
#files .file .image table td img, | |
.file-box .image table td img { | |
max-width:100%; | |
} | |
#files .file .image img, | |
.file-box .image img, | |
#files .file .image canvas, | |
.file-box .image canvas { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/trans_bg.gif?f004f67a") right bottom #eee; | |
max-width:600px; | |
border:1px solid #fff; | |
} | |
#files .file .image .view img, | |
.file-box .image .view img, | |
#files .file .image .view canvas, | |
.file-box .image .view canvas { | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/trans_bg.gif?f004f67a") right bottom #eee; | |
position:relative; | |
top:0; | |
right:0; | |
max-width:inherit; | |
} | |
#files .file .view-modes, | |
.file-box .view-modes { | |
font-size:12px; | |
color:#333; | |
background:#fafafa; | |
background:-moz-linear-gradient(#fafafa, | |
#e8e8e8); | |
background:-webkit-linear-gradient(#fafafa, | |
#e8e8e8); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', | |
endColorstr='#e8e8e8')"; | |
text-shadow:1px 1px 0 rgba(255, | |
255, | |
255, | |
0.5); | |
overflow:hidden; | |
text-align:center; | |
position:absolute; | |
width:100%; | |
bottom:0; | |
} | |
#files .file .view-modes ul.view-modes-menu, | |
.file-box .view-modes ul.view-modes-menu { | |
display:inline-block; | |
list-style-type:none; | |
background-repeat:no-repeat; | |
height:33px; | |
position:relative; | |
-moz-transition:background-position .5s ease-in 0; | |
-webkit-transition:background-position .5s ease-in 0; | |
} | |
#files .file .view-modes ul.view-modes-menu li, | |
.file-box .view-modes ul.view-modes-menu li { | |
display:inline-block; | |
border-left:1px solid #c1c1c1; | |
box-shadow:inset 1px 0 0 #fff; | |
padding:0 0 0 12px; | |
margin:11px 10px 0 0; | |
color:#777; | |
cursor:pointer; | |
height:12px; | |
line-height:12px; | |
} | |
#files .file .hidden, | |
.file-box .hidden { | |
display:none!important; | |
} | |
#files .file .view-modes ul.view-modes-menu li:first-child, | |
.file-box .view-modes ul.view-modes-menu li:first-child { | |
border-left:0 none; | |
box-shadow:inset 0 0 0 transparent; | |
} | |
#files .file .view-modes ul.view-modes-menu li.active, | |
.file-box .view-modes ul.view-modes-menu li.active { | |
color:#333; | |
cursor:default; | |
} | |
#files .file .view-modes ul.view-modes-menu li.disabled:hover, | |
.file-box .view-modes ul.view-modes-menu li.disabled:hover { | |
text-decoration:none; | |
} | |
#files .file .view-modes ul.view-modes-menu li.disabled, | |
.file-box .view-modes ul.view-modes-menu li.disabled { | |
color:#ccc; | |
cursor:default; | |
} | |
#files .file .view-modes ul.view-modes-menu li:hover, | |
.file-box .view-modes ul.view-modes-menu li:hover { | |
text-decoration:underline; | |
} | |
#files .file .view-modes ul.view-modes-menu li.active:hover, | |
.file-box .view-modes ul.view-modes-menu li.active:hover { | |
text-decoration:none; | |
} | |
#files .empty, | |
.file-box .empty { | |
background:none; | |
} | |
#files .progress, | |
.file-box .progress { | |
margin:30px; | |
z-index:101; | |
position:relative; | |
} | |
#files .progress h3, | |
.file-box .progress h3 { | |
color:#555; | |
} | |
#files .progress .progress-frame, | |
.file-box .progress .progress-frame { | |
display:block; | |
height:15px; | |
width:300px; | |
background-color:#eee; | |
border:1px solid #ccc; | |
margin:0 auto; | |
border-radius:10px; | |
overflow:hidden; | |
} | |
#files .progress .progress-bar, | |
.file-box .progress .progress-bar { | |
display:block; | |
height:15px; | |
width:5%; | |
background-color:#f00; | |
border-radius:10px; | |
background:#7db9e8; | |
background:-moz-linear-gradient(#7db9e8, | |
#4183c4); | |
background:-webkit-linear-gradient(#7db9e8, | |
#4183c4); | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', | |
endColorstr='#4183c4')"; | |
} | |
#files .image .d-red { | |
color:#F77; | |
} | |
#files .image .a-green { | |
color:#63c363; | |
} | |
#files .image .view>span, | |
.file-box .image .view>span { | |
vertical-align:middle; | |
} | |
#files .image .two-up, | |
.file-box .image .two-up { | |
display:block; | |
letter-spacing:16px; | |
} | |
#files .image .two-up .shell, | |
.file-box .image .two-up .shell { | |
display:inline-block; | |
line-height:0; | |
} | |
#files .image .two-up .shell p, | |
.file-box .image .two-up .shell p { | |
letter-spacing:normal; | |
font-size:12px; | |
color:#999; | |
} | |
#files .image .two-up .deleted, | |
.file-box .image .two-up .deleted { | |
display:inline-block; | |
} | |
#files .image .two-up .added, | |
.file-box .image .two-up .added { | |
display:inline-block; | |
} | |
#files .image .swipe.view { | |
margin-top:-13px; | |
} | |
#files .image .swipe .swipe-frame, | |
.file-box .image .swipe .swipe-frame, | |
#files .image .onion-skin .onion-skin-frame, | |
.file-box .image .onion-skin .onion-skin-frame { | |
display:block; | |
margin:auto; | |
position:relative; | |
} | |
#files .image .swipe .deleted-frame, | |
.file-box .image .swipe .deleted-frame, | |
#files .image .swipe .swipe-shell, | |
.file-box .image .swipe .swipe-shell { | |
position:absolute; | |
display:block; | |
top:13px; | |
right:7px; | |
} | |
#files .image .swipe .swipe-shell, | |
.file-box .image .swipe .swipe-shell { | |
overflow:hidden; | |
border-left:1px solid #999; | |
} | |
#files .image .swipe .added-frame, | |
.file-box .image .swipe .added-frame { | |
display:block; | |
position:absolute; | |
top:0; | |
right:0; | |
} | |
#files .image .swipe .swipe-bar, | |
.file-box .image .swipe .swipe-bar { | |
display:block; | |
height:100%; | |
width:15px; | |
z-index:100; | |
position:absolute; | |
cursor:pointer; | |
} | |
#files .image .swipe .top-handle, | |
.file-box .image .swipe .top-handle { | |
display:block; | |
height:14px; | |
width:15px; | |
position:absolute; | |
top:0; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/swipemode_sprites.gif?05fe7401") 0 3px no-repeat; | |
} | |
#files .image .swipe .bottom-handle, | |
.file-box .image .swipe .bottom-handle { | |
display:block; | |
height:14px; | |
width:15px; | |
position:absolute; | |
bottom:0; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/swipemode_sprites.gif?05fe7401") 0 -11px no-repeat; | |
} | |
#files .image .swipe .swipe-bar:hover .top-handle, | |
.file-box .image .swipe .swipe-bar:hover .top-handle { | |
background-position:-15px 3px; | |
} | |
#files .image .swipe .swipe-bar:hover .bottom-handle, | |
.file-box .image .swipe .swipe-bar:hover .bottom-handle { | |
background-position:-15px -11px; | |
} | |
#files .image .onion-skin .deleted-frame, | |
.file-box .image .onion-skin .deleted-frame, | |
#files .image .onion-skin .added-frame, | |
.file-box .image .onion-skin .added-frame { | |
position:absolute; | |
display:block; | |
top:0; | |
left:0; | |
} | |
#files .image .onion-skin .controls, | |
.file-box .image .onion-skin .controls { | |
display:block; | |
height:14px; | |
width:300px; | |
z-index:100; | |
position:absolute; | |
bottom:0; | |
left:50%; | |
margin-left:-150px; | |
} | |
#files .image .onion-skin .controls .transparent, | |
.file-box .image .onion-skin .controls .transparent { | |
display:block; | |
position:absolute; | |
top:2px; | |
right:0; | |
height:10px; | |
width:10px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?925e23b5") -2px 0 no-repeat; | |
} | |
#files .image .onion-skin .controls .opaque, | |
.file-box .image .onion-skin .controls .opaque { | |
display:block; | |
position:absolute; | |
top:2px; | |
left:0; | |
height:10px; | |
width:10px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?925e23b5") -2px -10px no-repeat; | |
} | |
#files .image .onion-skin .controls .drag-track, | |
.file-box .image .onion-skin .controls .drag-track { | |
display:block; | |
position:absolute; | |
left:12px; | |
height:10px; | |
width:276px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?925e23b5") -4px -20px repeat-x; | |
} | |
#files .image .onion-skin .controls .dragger, | |
.file-box .image .onion-skin .controls .dragger { | |
display:block; | |
position:absolute; | |
left:0; | |
top:0; | |
height:14px; | |
width:14px; | |
background:url("https://a248.e.akamai.net/assets.github.com/images/modules/commit/onion_skin_sprites.gif?925e23b5") 0 -34px repeat-x; | |
cursor:pointer; | |
} | |
#files .image .onion-skin .controls .dragger:hover, | |
.file-box .image .onion-skin .controls .dragger:hover { | |
background-position:0 -48px; | |
} | |
#files .image .difference .added-frame, | |
.file-box .image .difference .added-frame { | |
display:none; | |
} | |
#files .image .difference .deleted-frame, | |
.file-box .image .difference .deleted-frame { | |
border-color:#999; | |
} | |
.file-editor-textarea { | |
padding:4px; | |
width:908px; | |
border:1px solid #eee; | |
font-size:12px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
} | |
.file-commit-form { | |
width:720px; | |
} | |
input.commit-message-summary { | |
margin:10px 0; | |
padding:4px; | |
width:710px; | |
height:25px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
font-size:16px; | |
border:1px solid #ddd; | |
} | |
.commit-message-summary-label { | |
display:block; | |
margin-bottom:-5px; | |
color:#666; | |
font-weight:bold; | |
} | |
.too-long-message { | |
display:none; | |
color:#B44643; | |
float:right; | |
} | |
textarea.commit-message { | |
margin:10px 0; | |
padding:4px; | |
width:710px; | |
height:100px; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
font-size:16px; | |
border:1px solid #ddd; | |
white-space:nowrap; | |
overflow:auto; | |
} | |
.commit-message-label { | |
display:block; | |
margin-bottom:-5px; | |
color:#666; | |
font-weight:bold; | |
} | |
.check-for-fork { | |
display:none; | |
} | |
.check-for-fork img { | |
vertical-align:text-bottom; | |
} | |
input.tree-finder-input { | |
border:0; | |
outline:none; | |
font-size:100%; | |
} | |
.tree-finder .results-list tr.navigation-focus td { | |
background:#eee; | |
} | |
.tree-finder .no-results th { | |
text-align:center; | |
} | |
.tree-finder tr td.icon { | |
cursor:pointer; | |
} | |
#slider { | |
position:relative; | |
overflow:hidden; | |
} | |
#slider .breadcrumb a:hover { | |
text-decoration:none; | |
} | |
#slider .frames { | |
width:10000px; | |
} | |
#slider .frames .frame { | |
float:left; | |
width:920px; | |
margin-right:100px; | |
} | |
#slider .frames .frame-loading { | |
height:100%; | |
} | |
#files .file { | |
margin-top:0; | |
} | |
#slider .frames .big-actions { | |
position:absolute; | |
top:5px; | |
right:0; | |
margin:0; | |
} | |
#wiki-wrapper { | |
margin:0 auto 50px 0; | |
overflow:visible; | |
font-size:10px; | |
line-height:1.4; | |
} | |
#wiki-wrapper #head { | |
border-bottom:1px solid #ccc; | |
margin:14px 0 5px; | |
padding:5px 0; | |
overflow:hidden; | |
} | |
#wiki-wrapper #head h1 { | |
font-size:33px; | |
float:left; | |
line-height:normal; | |
margin:0; | |
padding:2px 0 0 0; | |
} | |
#wiki-wrapper #head ul.wiki-actions { | |
float:right; | |
margin-top:6px; | |
display:block; | |
list-style-type:none; | |
overflow:hidden; | |
padding:0; | |
} | |
#wiki-wrapper #head ul.wiki-actions li { | |
float:left; | |
margin-left:7px; | |
} | |
#wiki-rightbar { | |
background-color:#f7f7f7; | |
border:1px solid #ddd; | |
float:right; | |
padding:10px; | |
width:230px; | |
border-radius:5px; | |
} | |
#wiki-rightbar>*:first-child { | |
margin-top:0; | |
} | |
#wiki-rightbar ul, | |
#wiki-rightbar ol { | |
margin:5px 0 0 15px; | |
padding:0; | |
} | |
#wiki-rightbar ul li, | |
#wiki-rightbar ol li { | |
color:#333; | |
font-size:12px; | |
margin:0; | |
padding:0; | |
line-height:19px; | |
} | |
#wiki-rightbar ul li a, | |
#wiki-rightbar ol li a { | |
font-weight:bold; | |
text-shadow:0 1px 0 #fff; | |
} | |
#wiki-rightbar ul { | |
list-style-type:square; | |
} | |
#wiki-rightbar p { | |
font-size:12px; | |
line-height:1.6; | |
} | |
.has-rightbar #wiki-body, | |
.has-rightbar #wiki-footer { | |
margin-right:280px; | |
} | |
#wiki-footer { | |
clear:both; | |
margin:20px 0 50px; | |
} | |
#wiki-footer #gollum-footer-content { | |
background-color:#f7f7f7; | |
border:1px solid #ddd; | |
font-size:12px; | |
line-height:1.6; | |
margin-top:18px; | |
padding:12px; | |
border-radius:5px; | |
} | |
#wiki-footer #gollum-footer-content>*:first-child { | |
margin-top:0; | |
} | |
#wiki-footer #gollum-footer-content h3 { | |
font-size:14px; | |
color:#333; | |
margin:0; | |
padding:0 0 2px; | |
text-shadow:0 1px 0 #fff; | |
} | |
#wiki-footer #gollum-footer-content p { | |
margin:6px 0 0; | |
padding:0; | |
} | |
#wiki-footer #gollum-footer-content ul, | |
#wiki-footer #gollum-footer-content ol { | |
margin:6px 0 0 18px; | |
} | |
#wiki-wrapper.error { | |
height:1px; | |
position:absolute; | |
overflow:visible; | |
top:50%; | |
width:100%; | |
} | |
#wiki-wrapper #error { | |
background-color:#f9f9f9; | |
border:1px solid #e4e4e4; | |
left:50%; | |
overflow:hidden; | |
padding:2%; | |
margin:-10% 0 0 -35%; | |
position:absolute; | |
width:70%; | |
border-radius:.5em; | |
} | |
#wiki-wrapper #error h1 { | |
font-size:3em; | |
line-height:normal; | |
margin:0; | |
padding:0; | |
} | |
#wiki-wrapper #error p { | |
font-size:1.2em; | |
line-height:1.6em; | |
margin:1em 0 .5em; | |
padding:0; | |
} | |
#wiki-wrapper .jaws { | |
display:block; | |
height:1px; | |
left:-5000px; | |
overflow:hidden; | |
position:absolute; | |
top:-5000px; | |
width:1px; | |
} | |
#wiki-wrapper .markdown-body>h1:first-child, | |
#wiki-wrapper .gollum-rest-content .markdown-body>div:first-child>div:first-child>h1:first-child, | |
#wiki-wrapper .gollum-pod-content .markdown-body>a.dummyTopAnchor:first-child+h1, | |
#wiki-wrapper .gollum-org-content .markdown-body>p.title:first-child, | |
#wiki-wrapper .gollum-asciidoc-content .markdown-body>#header:first-child>h1:first-child { | |
display:none; | |
} | |
.wiki-git-access #head { | |
border-bottom:1px solid #ccc; | |
margin:14px 0 5px; | |
padding:0 0 6px 0; | |
overflow:hidden; | |
} | |
.wiki-git-access h1 { | |
color:#999; | |
font-size:33px; | |
font-weight:normal; | |
float:left; | |
line-height:normal; | |
margin:0; | |
padding:0; | |
} | |
.wiki-git-access #url-box { | |
margin-top:14px; | |
} | |
#wiki-wrapper.history h1 { | |
color:#999; | |
font-weight:normal; | |
} | |
#wiki-wrapper.history h1 strong { | |
color:#000; | |
font-weight:bold; | |
line-height:normal; | |
} | |
#wiki-wrapper.history ul.actions li a { | |
margin:0 5px 0 0; | |
} | |
#wiki-history { | |
margin-top:14px; | |
} | |
#wiki-history fieldset { | |
border:0; | |
margin:20px 0; | |
padding:0; | |
} | |
#wiki-history table, | |
#wiki-history tbody { | |
padding:0; | |
margin:0; | |
width:100%; | |
} | |
#wiki-history table tr, | |
#wiki-history tbody tr { | |
padding:0; | |
margin:0; | |
background-color:#ebf2f6; | |
} | |
#wiki-history table td, | |
#wiki-history tbody td { | |
border:1px solid #c0dce9; | |
font-size:12px; | |
margin:0; | |
padding:3px 8px; | |
} | |
#wiki-history table td.commit-name, | |
#wiki-history tbody td.commit-name { | |
border-left:0; | |
} | |
#wiki-history table td.commit-name span.time-elapsed, | |
#wiki-history tbody td.commit-name span.time-elapsed { | |
color:#999; | |
} | |
#wiki-history table td.commit-name a, | |
#wiki-history tbody td.commit-name a { | |
font-size:.9em; | |
font-family:Monaco, | |
"Liberation Mono", | |
Courier, | |
monospace; | |
padding:0 .2em; | |
} | |
#wiki-history table td.checkbox, | |
#wiki-history tbody td.checkbox { | |
min-width:24px; | |
width:24px; | |
padding:3px 0 2px 9px; | |
} | |
#wiki-history table td.checkbox input, | |
#wiki-history tbody td.checkbox input { | |
cursor:pointer; | |
display:block; | |
margin:0; | |
padding:0; | |
} | |
#wiki-history table td.author, | |
#wiki-history tbody td.author { | |
width:20%; | |
} | |
#wiki-history table td.author a, | |
#wiki-history tbody td.author a { | |
color:#000; | |
font-weight:bold; | |
} | |
#wiki-history table td.author span.username, | |
#wiki-history tbody td.author span.username { | |
display:block; | |
padding-top:3px; | |
} | |
#wiki-history table tr:nth-child(2n), | |
#wiki-history table table tr.alt-row, | |
#wiki-history tbody tr:nth-child(2n), | |
#wiki-history tbody table tr.alt-row { | |
background-color:#f3f7fa; | |
} | |
#wiki-history table tr.selected, | |
#wiki-history tbody tr.selected { | |
background-color:#ffffea; | |
z-index:100; | |
} | |
#wiki-history table img, | |
#wiki-history tbody img { | |
background-color:#fff; | |
border:1px solid #999; | |
display:block; | |
float:left; | |
height:18px; | |
overflow:hidden; | |
margin:0 .5em 0 0; | |
width:18px; | |
padding:2px; | |
} | |
#wiki-wrapper.history #gollum-footer ul.actions li { | |
margin:0 .6em 0 0; | |
} | |
#wiki-wrapper.results h1 { | |
color:#999; | |
font-weight:normal; | |
} | |
#wiki-wrapper.results h1 strong { | |
color:#000; | |
font-weight:bold; | |
line-height:normal; | |
} | |
#wiki-wrapper.results #results { | |
border-bottom:1px solid #ccc; | |
margin-bottom:2em; | |
padding-bottom:2em; | |
} | |
#wiki-wrapper .results #results ul { | |
margin:2em 0 0 0; | |
padding:0; | |
} | |
#wiki-wrapper .results #results ul li { | |
font-size:1.2em; | |
line-height:1.6em; | |
list-style-position:outside; | |
padding:.2em 0; | |
} | |
#wiki-wrapper .results #results ul li span.count { | |
color:#999; | |
} | |
#wiki-wrapper .results #no-results { | |
font-size:1.2em; | |
line-height:1.6em; | |
margin-top:2em; | |
} | |
#wiki-wrapper .results #gollum-footer ul.actions li { | |
margin:0 1em 0 0; | |
} | |
#wiki-wrapper.compare h1 { | |
color:#000; | |
font-weight:bold; | |
} | |
#wiki-wrapper.compare #compare-content { | |
margin-top:3em; | |
} | |
#wiki-wrapper.compare #compare-content ul.actions li, | |
#wiki-wrapper.compare #gollum-footer ul.actions li { | |
margin-left:0; | |
margin-right:.6em; | |
} | |
#wiki-wrapper.compare #compare-content ul.actions { | |
margin-bottom:1.4em; | |
} | |
#wiki-wrapper ul.actions { | |
display:block; | |
list-style-type:none; | |
overflow:hidden; | |
padding:0; | |
} | |
#wiki-wrapper #files .file .data tr td.line_numbers { | |
width:1%; | |
font-size:12px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment