2014-02-15 05:14:22 +04:00
/ * !
* Gogs - Go Git Service ( http : / / gogits . org )
* Copyright 2014 Gogs .
* Licensed under MIT ( https : / / github . com / gogits / gogs / blob / master / LICENSE )
* /
body {
2014-03-02 11:31:06 +04:00
background : # F6F6F6 ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
2014-03-15 16:40:26 +04:00
html , body {
height : 100 % ;
2014-03-17 09:12:28 +04:00
font-family : Helvetica , Arial , sans-serif ;
2014-03-15 16:40:26 +04:00
}
2014-03-02 17:47:55 +04:00
/* override bs3 */
2014-03-03 18:40:22 +04:00
. tooltip-inner {
2014-03-02 17:47:55 +04:00
border-radius : 3px ;
background : # 333 ;
border : none ;
}
2014-03-03 18:40:22 +04:00
. tooltip-arrow {
2014-03-02 17:47:55 +04:00
border-bottom-color : # 333 ! important ;
}
2014-03-06 19:14:45 +04:00
. tooltip-arrow : before {
border-bottom-color : transparent ! important ;
}
2014-03-03 18:40:22 +04:00
. fa {
2014-03-02 17:47:55 +04:00
margin : 0 . 5em ;
}
2014-03-19 18:03:06 +04:00
. fa-m {
2014-03-18 09:57:07 +04:00
margin : 0 ;
}
2014-03-10 12:54:52 +04:00
. list-group . list-group-item {
background-color : transparent ;
}
2014-03-11 07:41:38 +04:00
. btn {
2014-03-10 17:12:49 +04:00
cursor : pointer ;
}
2014-03-11 13:19:54 +04:00
. panel-default . panel-heading {
2014-03-11 08:49:09 +04:00
background-color : # FAFAFA ;
border-bottom : 1px solid # DDD ;
font-weight : bold ;
}
2014-03-02 11:31:06 +04:00
/* gogits nav header */
2014-03-25 14:44:37 +04:00
. masthead {
2014-03-02 11:31:06 +04:00
background-color : # 428bca ;
box-shadow : inset 0 -2px 5px rgba ( 0 , 0 , 0 , . 1 ) ;
2014-03-15 16:40:26 +04:00
margin : 0 ;
2014-03-02 11:31:06 +04:00
}
/* gogits nav item link */
2014-03-25 14:44:37 +04:00
. nav-item {
2014-03-02 11:31:06 +04:00
position : relative ;
display : inline-block ;
padding : 10px ;
font-weight : bold ;
color : # EEE ;
font-size : 100 % ;
2014-03-06 19:14:45 +04:00
height : 46px ;
2014-03-02 11:31:06 +04:00
}
2014-03-25 14:44:37 +04:00
# nav-logo {
2014-03-17 07:22:07 +04:00
padding-left : 0 ;
2014-03-17 13:14:31 +04:00
padding-right : 0 ;
margin-right : 10px ;
2014-03-17 07:22:07 +04:00
}
2014-03-25 14:44:37 +04:00
. nav-item : hover ,
. nav-item : focus {
2014-03-02 11:31:06 +04:00
color : # fff ;
text-decoration : none ;
}
2014-03-25 14:44:37 +04:00
. nav-item . navbar-right {
2014-03-06 17:33:17 +04:00
margin-top : 3px ;
}
2014-03-25 14:44:37 +04:00
. nav-item . navbar-btn {
2014-03-02 11:31:06 +04:00
cursor : pointer ;
margin-top : 8px ;
padding : 5px 15px ;
2014-03-06 19:14:45 +04:00
height : 30px ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
2014-03-25 14:44:37 +04:00
. nav-item . navbar-right . fa {
2014-03-03 18:40:22 +04:00
margin : 0 ;
}
2014-03-02 11:31:06 +04:00
/* gogits nav item active status */
2014-03-25 15:38:07 +04:00
# masthead . nav . active {
2014-03-02 11:31:06 +04:00
color : # fff ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
2014-03-25 15:38:07 +04:00
# masthead . nav . active : after {
2014-03-02 11:31:06 +04:00
position : absolute ;
2014-03-06 19:14:45 +04:00
bottom : -1px ;
2014-03-02 11:31:06 +04:00
left : 50 % ;
width : 0 ;
height : 0 ;
margin-left : -5px ;
vertical-align : middle ;
content : " " ;
border-right : 5px solid transparent ;
border-bottom : 5px solid ;
border-left : 5px solid transparent ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
2014-03-25 14:44:37 +04:00
# nav-logo : after {
2014-03-06 19:14:45 +04:00
bottom : -4px ! important ;
}
2014-03-25 14:44:37 +04:00
# nav-avatar : after {
2014-03-19 18:15:28 +04:00
bottom : -4px ! important ;
}
2014-03-25 14:44:37 +04:00
. nav . tooltip {
2014-03-03 18:40:22 +04:00
border : none ;
}
2014-03-02 11:31:06 +04:00
/* gogits logo */
2014-03-25 14:44:37 +04:00
# nav-avatar {
2014-03-03 18:40:22 +04:00
margin-top : 0 ;
}
2014-03-25 14:44:37 +04:00
# logo , # nav-avatar img {
2014-03-02 11:31:06 +04:00
width : 28px ;
2014-03-03 18:40:22 +04:00
height : 28px ;
}
2014-03-25 14:44:37 +04:00
# nav-out {
2014-03-03 18:40:22 +04:00
margin-top : 10px ;
padding : 5px 0 ;
margin-left : 10px ;
height : 28px ;
2014-03-17 11:17:44 +04:00
float : right ;
}
2014-03-25 14:44:37 +04:00
# nav-signin , # nav-signup {
2014-03-17 11:17:44 +04:00
float : right ;
2014-03-21 17:48:13 +04:00
margin-left : 1em ;
2014-03-03 18:40:22 +04:00
}
2014-03-25 14:44:37 +04:00
# nav-out . fa {
2014-03-03 18:40:22 +04:00
vertical-align : -10 % ;
margin : 0 . 5em ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
/* gogits body */
2014-03-25 14:44:37 +04:00
# body {
2014-03-02 11:31:06 +04:00
padding-bottom : 60px ;
2014-03-15 16:55:20 +04:00
margin-top : 30px ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
2014-03-25 14:44:37 +04:00
# body . btn-default {
2014-03-14 10:17:29 +04:00
background-color : # FFF ;
background-image : linear-gradient ( to bottom , # FFF 0 , # FAFAFA 100 % ) ;
}
2014-03-25 14:44:37 +04:00
# body-nav {
2014-03-11 08:49:09 +04:00
background-color : # FFF ;
2014-03-15 16:40:26 +04:00
border-bottom : 1px solid # DDD ;
2014-03-11 08:49:09 +04:00
height : 66px
}
2014-03-25 14:44:37 +04:00
# body-nav . nav {
2014-03-11 08:49:09 +04:00
font-size : 14px ;
margin-top : 12px ;
}
2014-03-25 14:44:37 +04:00
# body-nav . nav-pills li a {
2014-03-11 08:49:09 +04:00
color : # 444 ;
}
2014-03-25 14:44:37 +04:00
# body-nav . nav-pills li . active a {
2014-03-11 08:49:09 +04:00
font-weight : bold ;
border-bottom : 2px solid # d26911 ;
background-color : transparent ;
color : # 444 ;
}
2014-03-25 14:44:37 +04:00
# body-nav . nav-pills li : hover a {
2014-03-11 08:49:09 +04:00
background-color : transparent ;
text-decoration : underline ;
}
2014-03-02 11:31:06 +04:00
/* gogits login card */
2014-03-25 14:44:37 +04:00
. card {
2014-03-02 11:31:06 +04:00
margin : auto ;
padding : 30px ;
background : # fff ;
border : 1px solid # ccc ;
border-radius : 5px ;
box-sizing : border-box ;
2014-02-15 05:14:22 +04:00
}
2014-03-02 11:31:06 +04:00
2014-03-25 14:44:37 +04:00
. card h3 {
2014-03-02 11:31:06 +04:00
margin-top : 0 ;
margin-bottom : 30px ;
padding-bottom : 20px ;
border-bottom : 1px solid # ccc ;
}
2014-03-25 14:44:37 +04:00
# login-card {
2014-03-02 20:22:20 +04:00
width : 600px ;
}
2014-03-25 14:44:37 +04:00
# login-card . form-control {
2014-03-02 11:31:06 +04:00
padding : 6px 12px ;
box-sizing : content-box ;
}
2014-03-25 14:44:37 +04:00
# login-card . control-label {
2014-03-02 11:31:06 +04:00
height : 44px ;
line-height : 30px ;
}
2014-03-25 14:44:37 +04:00
# install-card {
2014-03-25 12:51:42 +04:00
width : 800px ;
}
2014-03-25 14:44:37 +04:00
# install-card . form-group {
2014-03-25 12:51:42 +04:00
margin-left : 0 ;
margin-right : 0 ;
}
2014-03-25 14:44:37 +04:00
. card . btn {
2014-03-02 11:31:06 +04:00
cursor : pointer ;
margin-right : 1 . 2em ;
}
2014-03-25 14:44:37 +04:00
# social-login {
2014-03-02 11:31:06 +04:00
margin-top : 30px ;
padding-top : 20px ;
border-top : 1px solid # ccc ;
}
2014-03-25 14:44:37 +04:00
# social-login . btn {
2014-03-02 11:31:06 +04:00
float : none ;
margin : auto ;
2014-03-02 17:47:55 +04:00
}
/* gogs-user-profile */
2014-03-25 14:44:37 +04:00
# user-avatar {
2014-03-02 17:47:55 +04:00
width : 200px ;
height : 200px ;
border-radius : 6px ;
}
2014-03-25 14:44:37 +04:00
# user-avatar-commit {
2014-03-16 20:07:35 +04:00
width : 16px ;
height : 16px ;
border-radius : 2px ;
}
2014-03-25 14:44:37 +04:00
# user-name {
2014-03-02 17:47:55 +04:00
margin-top : 20px ;
font-size : 1 . 6em ;
font-weight : bold ;
margin-bottom : 20px ;
}
2014-03-25 14:44:37 +04:00
# user-profile . profile-info . list-group-item {
2014-03-02 17:47:55 +04:00
background-color : transparent ;
padding-top : 18px ;
color : # 666 ;
}
2014-03-25 14:44:37 +04:00
# user-profile . profile-info . list-group-item a {
2014-03-02 17:47:55 +04:00
margin : 0 ;
padding : 0 ;
display : inline ;
color : # 0093c4 ;
}
2014-03-25 14:44:37 +04:00
# user-profile . profile-info . list-group {
2014-03-02 17:47:55 +04:00
border-top : 1px solid # ccc ;
padding-bottom : 18px ;
border-bottom : 1px solid # ccc ;
padding-left : 18px ;
padding-right : 18px ;
}
2014-03-25 14:44:37 +04:00
# user-activity . tab-pane {
2014-03-02 17:47:55 +04:00
padding : 20px ;
}
2014-03-25 14:44:37 +04:00
# user-act-tabs li . active a {
2014-03-02 17:47:55 +04:00
border-bottom-color : # ddd ;
2014-03-02 20:22:20 +04:00
}
/* gogits repo create */
2014-03-25 14:44:37 +04:00
# repo-create {
2014-03-02 20:22:20 +04:00
width : 800px ;
}
2014-03-25 14:44:37 +04:00
# repo-create textarea [ name = desc ] {
2014-03-02 20:22:20 +04:00
height : 8em ;
2014-03-10 12:54:52 +04:00
}
/* gogits user setting */
2014-03-25 14:44:37 +04:00
# user-setting-nav > h4 , # user-setting-container > h4 , # user-setting-container > div > h4 ,
# ssh-keys > h4 , # user-delete > h4 , # repo-setting-container . tab-pane > h4 {
2014-03-10 12:54:52 +04:00
padding-bottom : 18px ;
margin-bottom : 18px ;
border-bottom : 1px solid # CCC ;
}
2014-03-25 14:44:37 +04:00
# user-setting-nav . list-group . list-group-item a {
2014-03-10 12:54:52 +04:00
margin-left : 0 ;
padding : . 6em ;
font-size : 14px ;
color : # 3B73AF ;
}
2014-03-25 14:44:37 +04:00
# user-setting-nav . list-group . list-group-item {
2014-03-10 12:54:52 +04:00
background-color : transparent ;
}
2014-03-25 14:44:37 +04:00
# user-setting-nav . list-group . list-group-item-success a {
2014-03-10 12:54:52 +04:00
font-weight : bold ;
color : # 444 ;
}
2014-03-25 14:44:37 +04:00
. admin-nav {
2014-03-21 17:06:05 +04:00
background-color : # FFF ;
padding-top : 10px ;
padding-left : 0 ;
padding-right : 0 ;
2014-03-21 17:48:13 +04:00
border : 1px solid # D8D8D8 ;
2014-03-21 17:06:05 +04:00
}
2014-03-25 14:44:37 +04:00
. admin-nav li {
2014-03-21 17:06:05 +04:00
margin-bottom : 8px ;
border-left : 4px solid transparent ;
}
2014-03-25 14:44:37 +04:00
. admin-nav li : hover {
2014-03-21 17:06:05 +04:00
border-left-color : # EEE ;
}
2014-03-25 14:44:37 +04:00
. admin-nav li . active : hover {
2014-03-21 17:06:05 +04:00
border-left : 4px solid # DD4B39 ;
}
2014-03-25 14:44:37 +04:00
# repo-setting-container . form-horizontal label {
2014-03-23 12:06:07 +04:00
line-height : 30px ;
}
2014-03-10 12:54:52 +04:00
/* gogits user ssh keys */
2014-03-25 14:44:37 +04:00
# ssh-keys . list-group-item {
2014-03-16 17:07:50 +04:00
padding : 15px 0 ;
2014-03-10 12:54:52 +04:00
border-bottom : 1px solid # DDD ;
}
2014-03-25 14:44:37 +04:00
# ssh-keys . list-group-item . delete {
2014-03-16 17:07:50 +04:00
margin : -5px 50px 0 ;
2014-03-10 12:54:52 +04:00
}
2014-03-25 14:44:37 +04:00
# ssh-keys . list-group-item : after {
2014-03-16 17:07:50 +04:00
clear : both ;
2014-03-10 12:54:52 +04:00
}
2014-03-25 14:44:37 +04:00
# ssh-keys . name {
2014-03-10 12:54:52 +04:00
font-size : 14px ;
font-weight : bold ;
}
2014-03-25 14:44:37 +04:00
# ssh-keys . print {
2014-03-10 12:54:52 +04:00
padding-left : 1em ;
color : # 888 ;
}
2014-03-25 14:44:37 +04:00
# ssh-add {
2014-03-10 12:54:52 +04:00
display : inline-block ;
color : white ;
cursor : pointer ;
margin-left : 0 ;
border-radius : 3px ;
}
2014-03-25 14:44:37 +04:00
# ssh-form textarea {
2014-03-10 12:54:52 +04:00
height : 16em ;
2014-03-11 08:49:09 +04:00
}
2014-03-11 13:19:54 +04:00
2014-03-25 14:44:37 +04:00
/* #feed */
2014-03-11 08:49:09 +04:00
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . panel-heading . btn {
2014-03-11 08:49:09 +04:00
margin-top : -4px ;
2014-03-11 13:19:54 +04:00
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . panel-body {
2014-03-11 13:19:54 +04:00
padding : 0 ;
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . list-group {
2014-03-11 13:19:54 +04:00
margin-bottom : 0 ;
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . list-group-item a {
2014-03-21 17:16:13 +04:00
display : block ;
2014-03-11 13:19:54 +04:00
margin-left : 0 ;
background-color : transparent ;
padding-left : 0 ;
font-weight : bold ;
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . list-group-item . fa {
2014-03-11 13:19:54 +04:00
color : # 666 ;
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . list-group-item {
2014-03-11 13:19:54 +04:00
font-size : 14px ;
line-height : 32px ;
border-bottom : 1px solid # DDD ;
padding-left : 15px ;
2014-03-13 08:15:58 +04:00
clear : both ;
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . list-group-item : last-child {
2014-03-13 08:15:58 +04:00
border-bottom : none ;
2014-03-11 13:19:54 +04:00
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel . list-group-item : hover {
2014-03-14 10:17:29 +04:00
background-color : # eafffd ;
2014-03-11 13:19:54 +04:00
background-color : rgba ( 65 , 131 , 196 , 0 . 1 ) ;
2014-03-13 08:15:58 +04:00
}
2014-03-25 14:44:37 +04:00
# feed-right . repo-panel span . stars {
2014-03-13 08:15:58 +04:00
color : # 666 ;
margin-right : 1em ;
}
/* gogits repo single page */
2014-03-25 14:44:37 +04:00
# body-nav . repo-nav {
2014-03-14 10:17:29 +04:00
padding-top : 16px ;
padding-bottom : 30px ;
height : auto ;
}
2014-03-25 14:44:37 +04:00
. repo-nav . name {
2014-03-19 17:00:20 +04:00
margin-top : 15px ;
}
2014-03-25 14:44:37 +04:00
. repo-nav . desc {
2014-03-19 17:00:20 +04:00
color : # 888 ;
margin-bottom : 0 ;
}
2014-03-25 14:44:37 +04:00
. repo-nav h3 . fa {
2014-03-13 08:15:58 +04:00
color : # BBB ;
2014-03-17 07:22:07 +04:00
margin-left : 0 ;
2014-03-13 08:15:58 +04:00
}
2014-03-25 14:44:37 +04:00
. repo-nav . actions {
2014-03-17 14:13:07 +04:00
padding-top : 20px ;
2014-03-13 08:15:58 +04:00
}
2014-03-25 14:44:37 +04:00
. repo-nav . btn-default {
2014-03-18 09:57:07 +04:00
font-family : Tahoma , Arial , sans-serif ;
}
2014-03-25 14:44:37 +04:00
# repo-watching . dropdown-menu {
2014-03-13 08:15:58 +04:00
width : 280px ;
padding : 0 ;
}
2014-03-25 14:44:37 +04:00
# repo-watching . dropdown-menu . dropdown-item : hover . dropdown-header , # repo-watching . dropdown-item . dropdown-header . text-primary {
2014-03-13 08:15:58 +04:00
color : rgb ( 65 , 131 , 196 ) ;
cursor : pointer ;
}
2014-03-25 14:44:37 +04:00
# repo-watching . dropdown-menu . description {
2014-03-13 08:15:58 +04:00
padding : 0 20px ;
color : # 888 ;
}
2014-03-25 14:44:37 +04:00
# repo-watching . dropdown-menu . dropdown-header {
2014-03-13 08:15:58 +04:00
color : # 444 ;
font-weight : bold ;
font-size : 14px ;
margin-bottom : 4px ;
}
2014-03-25 14:44:37 +04:00
# repo-toolbar {
2014-03-15 16:40:26 +04:00
border-bottom : 1px solid # DDD ;
2014-03-13 08:15:58 +04:00
background-color : # FFF ;
height : 40px ;
2014-03-14 10:17:29 +04:00
font-size : 14px ;
2014-03-13 08:15:58 +04:00
}
2014-03-25 14:44:37 +04:00
# repo-toolbar . navbar-default {
2014-03-13 08:15:58 +04:00
border : none ;
height : 39px ;
}
2014-03-25 14:44:37 +04:00
# repo-toolbar . nav > li > a {
2014-03-13 08:15:58 +04:00
height : 39px ;
}
2014-03-25 17:14:05 +04:00
# repo-toolbar . nav . tmp a : hover {
text-decoration : none ;
}
# repo-toolbar . nav . tmp . btn {
margin-top : -2px ;
}
2014-03-25 14:44:37 +04:00
# repo-toolbar . nav . active {
color : # F6F6F6 ;
}
# repo-toolbar . nav > . active > a : after {
2014-03-13 08:15:58 +04:00
border-bottom-color : # 999 ;
}
2014-03-25 14:44:37 +04:00
# repo-toolbar . navbar . nav-toolbar {
2014-03-13 08:15:58 +04:00
margin-bottom : 0 ;
}
2014-03-25 14:44:37 +04:00
# repo-toolbar . navbar-collapse {
2014-03-13 08:15:58 +04:00
padding : 0 ;
2014-03-14 10:17:29 +04:00
}
2014-03-15 11:28:06 +04:00
. activity-list {
font-size : 14px ;
}
. activity-list . icon {
font-size : 20px ;
color : # aaa ;
float : left ;
}
. activity-list . info {
2014-03-20 17:32:44 +04:00
margin : 0 0 0 40px ;
2014-03-15 11:28:06 +04:00
line-height : 1 . 7em ;
}
. activity-list . meta {
color : # aaa ;
}
. activity-list li {
padding : 15px 0 ;
border-top : 1px solid # ddd ;
}
. activity-list li : first-child {
border-top : none ;
}
2014-03-15 20:41:12 +04:00
. repo-list li {
padding : 15px 0 ;
border-top : 1px solid # ddd ;
}
. repo-list li : first-child {
border-top : none ;
}
. repo-list h4 {
font-weight : bold ;
font-size : 24px ;
}
. repo-list . meta {
margin : 15px 0 0 ;
font-size : 14px ;
}
. repo-list . desc {
font-size : 15px ;
}
. repo-list . meta . fa {
margin : 0 0 0 20px ;
}
. repo-list . meta ,
. repo-list . info {
color : # 999 ;
}
2014-03-19 18:03:06 +04:00
. popover . repo-clone-div {
2014-03-18 09:57:07 +04:00
min-width : 200px ;
}
2014-03-25 14:44:37 +04:00
# repo-clone . dropdown-menu {
2014-03-21 19:27:33 +04:00
width : 400px ;
padding : 20px ;
}
2014-03-25 14:44:37 +04:00
# repo-clone . input-group {
2014-03-21 19:27:33 +04:00
margin-bottom : 15px ;
}
2014-03-25 14:44:37 +04:00
/* #source */
2014-03-25 17:14:05 +04:00
# source , # commits {
2014-03-17 07:22:07 +04:00
margin-top : -20px ;
}
2014-03-25 14:44:37 +04:00
# source . source-toolbar : after {
2014-03-16 18:29:23 +04:00
clear : both ;
}
2014-03-25 14:44:37 +04:00
# source . source-toolbar . branch-switch {
2014-03-16 18:29:23 +04:00
display : inline-block ;
}
2014-03-25 14:44:37 +04:00
# source . source-toolbar . breadcrumb {
2014-03-16 18:29:23 +04:00
margin : 0 . 5em ;
padding : 6px 15px ;
font-size : 16px ;
vertical-align : middle ;
display : inline-block ;
background-color : transparent ;
}
2014-03-25 14:44:37 +04:00
# source . source-toolbar ,
# source . info-box ,
# source . file-content {
2014-03-16 18:29:23 +04:00
margin : 0 0 10px ;
}
. info-box . info-head ,
. info-box . info-content {
padding : 9px 20px ;
}
2014-03-19 13:03:38 +04:00
. info-box . info-head {
font-weight : normal ;
}
2014-03-19 18:03:06 +04:00
. info-box . info-content a ,
2014-03-19 13:03:38 +04:00
. info-box . info-head a {
color : # 666 ;
}
2014-03-16 18:29:23 +04:00
. file-list {
background-color : # fafafa ;
}
. file-list . icon {
font-size : 17px ;
padding : 5px 0 4px 10px ;
2014-03-16 19:25:01 +04:00
width : 50px ;
color : # 999 ;
text-align : right ;
2014-03-16 18:29:23 +04:00
}
. file-list . wrap {
display : inline-block ;
overflow : hidden ;
text-overflow : ellipsis ;
vertical-align : top ;
white-space : nowrap ;
}
. file-list . name . wrap {
max-width : 180px ;
}
. file-list . text . wrap {
max-width : 450px ;
}
. file-list . date . wrap {
2014-03-16 18:41:41 +04:00
max-width : 120px ;
2014-03-17 07:22:07 +04:00
padding : 0 20px 0 0 ;
2014-03-16 18:29:23 +04:00
}
. file-list . date {
text-align : right ;
}
2014-03-16 19:25:01 +04:00
. file-content . file-head {
font-size : 18px ;
}
. file-content . file-head . icon {
color : # 666 ;
margin : 0 . 5em 0 0 ;
}
2014-03-25 12:51:42 +04:00
. file-content . file-head . file-size {
2014-03-24 20:09:58 +04:00
font-size : 13px ;
color : # 888 ;
margin-left : 1em ;
}
2014-03-16 19:25:01 +04:00
. file-content . file-body {
2014-03-20 17:10:37 +04:00
padding : 30px 30px 50px ;
2014-03-20 16:42:06 +04:00
border : none ;
background-color : # FFF ;
2014-03-20 17:24:15 +04:00
overflow : auto ;
overflow-x : auto ;
overflow-y : hidden ;
2014-03-20 16:42:06 +04:00
}
2014-03-20 19:55:27 +04:00
. file-content . file-body . file-code pre {
2014-03-20 16:42:06 +04:00
background-color : # FFF ;
border : none ;
}
2014-03-20 17:10:37 +04:00
. file-content . file-body . file-code {
padding : 0 ;
}
. file-content . file-body . file-code . lines-code > pre {
border : none ;
background : none ;
border-left : 1px solid # ddd ;
}
. file-content . file-body . file-code . lines-code ol . linenums > . active {
background : # ffffdd ;
}
. file-content . file-body . file-code . lines-num {
text-align : right ;
color : # 999 ;
background : # fafafa ;
width : 1 % ;
}
2014-03-24 18:23:55 +04:00
. file-content . file-body . file-code . lines-ellipsis {
background-color : # FAFAFA ;
color : # 999 ;
width : 1 % ;
}
2014-03-20 17:10:37 +04:00
. file-content . file-body . file-code . lines-num span {
2014-03-20 18:39:10 +04:00
font-family : Menlo , Monaco , Consolas , "Courier New" , monospace ;
2014-03-20 17:10:37 +04:00
line-height : 1 . 6 ;
padding : 0 8px 0 10px ;
cursor : pointer ;
display : block ;
2014-03-20 19:44:13 +04:00
margin-top : 2px ;
2014-03-20 17:10:37 +04:00
font-size : 90 % ;
}
. file-content . file-body . file-code . lines-num span : first-child {
2014-03-20 16:42:06 +04:00
margin-top : 0 ;
2014-03-16 19:25:01 +04:00
}
2014-03-20 17:10:37 +04:00
. file-content . file-body . file-code > table {
width : 100 % ;
2014-03-20 13:31:18 +04:00
}
2014-03-20 17:10:37 +04:00
. file-content . file-body . file-code > table > tbody > tr ,
. file-content . file-body . file-code > table > tbody > tr > td ,
. file-content . file-body . file-code > table {
2014-03-20 13:31:18 +04:00
border : none ;
2014-03-20 17:10:37 +04:00
background : none ;
2014-03-20 13:31:18 +04:00
}
2014-03-19 18:03:06 +04:00
. branch-list th , . commit-list th {
2014-03-17 13:14:31 +04:00
background-color : # FFF ;
line-height : 28px ! important ;
}
2014-03-19 18:03:06 +04:00
. branch-list td {
2014-03-17 13:14:31 +04:00
line-height : 36px ! important ;
}
2014-03-19 18:03:06 +04:00
. branch-box tr : hover td , . commit-box tr : hover td {
2014-03-17 13:14:31 +04:00
background-color : rgba ( 19 , 95 , 215 , 0 . 06 ) ! important ;
}
2014-03-19 18:03:06 +04:00
. branch-box . name , . commit-box . author {
2014-03-17 13:14:31 +04:00
padding-left : 20px ;
2014-03-19 18:03:06 +04:00
}
. branch-box . name {
2014-03-17 13:14:31 +04:00
font-size : 15px ;
}
2014-03-19 18:03:06 +04:00
. branch-box . action {
2014-03-17 13:14:31 +04:00
width : 150px ;
}
2014-03-19 18:03:06 +04:00
. branch-box td . date , . branch-box td . behind , . branch-box td . ahead {
2014-03-17 13:14:31 +04:00
width : 120px ;
font-family : Verdana , Arial , sans-serif ;
}
2014-03-19 18:03:06 +04:00
. branch-box . graph {
2014-03-17 13:14:31 +04:00
display : block ;
height : 3px ;
}
2014-03-19 18:03:06 +04:00
. branch-box . behind {
2014-03-17 13:14:31 +04:00
text-align : right ;
direction : rtl ;
}
2014-03-19 18:03:06 +04:00
. branch-box . behind . graph {
2014-03-17 13:14:31 +04:00
background-color : # 888 ;
}
2014-03-19 18:03:06 +04:00
. branch-box . ahead . graph {
2014-03-17 13:14:31 +04:00
background-color : # 0093c4 ;
}
2014-03-19 18:03:06 +04:00
. branch-box . branch-main {
2014-03-17 13:14:31 +04:00
background-color : # 444 ;
color : # FFF ;
border-color : # 444 ;
}
2014-03-19 18:03:06 +04:00
. branch-box . branch-main a {
2014-03-17 13:14:31 +04:00
color : # FFF ;
}
2014-03-19 18:03:06 +04:00
. branch-box . branch-main . name . btn {
2014-03-17 13:14:31 +04:00
margin-left : . 5em ;
}
2014-03-24 17:27:19 +04:00
. commit-box . avatar , . diff-head-box . avatar {
2014-03-19 18:03:06 +04:00
width : 20px ;
height : 20px ;
margin-right : 8px ;
vertical-align : top ;
}
2014-03-19 18:15:28 +04:00
. commit-box . search {
2014-03-19 18:03:06 +04:00
margin-top : 3px ;
}
2014-03-19 18:15:28 +04:00
. commit-box td {
2014-03-19 18:03:06 +04:00
background-color : # FFF ;
}
2014-03-20 16:12:31 +04:00
. commit-list . date {
width : 120px ;
}
2014-03-20 18:39:10 +04:00
. commit-list . author {
min-width : 180px ;
}
2014-03-27 19:32:20 +04:00
. commit-list . sha a {
font-family : Consolas , Menlo , Monaco , "Lucida Console" , monospace ;
2014-03-28 17:42:28 +04:00
font-size : 14px ;
2014-03-27 19:32:20 +04:00
}
2014-03-20 16:12:31 +04:00
. guide-box pre , . guide-box . input-group {
margin-top : 20px ;
margin-bottom : 30px ;
line-height : 24px ;
}
. guide-box input [ readonly ] {
background-color : # FFF ;
}
2014-03-24 17:27:19 +04:00
. guide-box , . diff-head-box {
2014-03-25 17:14:05 +04:00
margin-top : 4px ;
2014-03-20 16:42:06 +04:00
}
2014-03-24 17:27:19 +04:00
. diff-head-box h4 {
margin-top : 0 ;
margin-bottom : 0 ;
line-height : 26px ;
}
. diff-head-box p {
margin-bottom : 0 ;
}
. diff-head-box . sha {
margin-left : 8px ;
}
. diff-head-box a . name {
color : # 444 ;
margin-right : 8px ;
}
. diff-head-box span . time {
color : # 888 ;
}
. diff-detail-box {
margin-bottom : 16px ;
line-height : 30px ;
}
. diff-detail-box span . status {
display : inline-block ;
width : 12px ;
height : 12px ;
margin-right : 8px ;
vertical-align : middle ;
}
. diff-detail-box ol {
padding-left : 0 ;
margin-bottom : 28px ;
}
. diff-detail-box li {
list-style : none ;
padding-bottom : 4px ;
margin-bottom : 4px ;
border-bottom : 1px dashed # DDD ;
padding-left : 6px ;
}
. diff-detail-box span . status . modify {
background-color : # f0db88 ;
}
. diff-detail-box span . status . add {
background-color : # b4e2b4 ;
}
. diff-detail-box span . status . del {
background-color : # e9aeae ;
}
2014-03-24 18:23:55 +04:00
. diff-detail-box span . status . rename {
2014-03-24 17:27:19 +04:00
background-color : # dad8ff ;
}
. diff-file-box . panel-heading {
padding : 10px 20px ;
line-height : 26px ;
}
. diff-box . count {
margin-right : 12px ;
}
. diff-box . count . bar {
width : 40px ;
display : inline-block ;
margin : 2px 4px 0 4px ;
vertical-align : text-top ;
}
. diff-box . file {
color : # 888 ;
}
2014-03-25 14:44:37 +04:00
# source . file-content . diff-file-box {
2014-03-24 17:27:19 +04:00
margin-bottom : 20px ;
}
. diff-box . count . bar . add {
background-color : # 77c64a ;
height : 12px ;
}
. diff-box . count . bar . del , . diff-box . count . bar {
background-color : # e75316 ;
height : 12px ;
}
. diff-file-box . file-body . file-code . lines-code > pre {
margin : 0 ;
padding : 3px ;
}
. diff-file-box . file-body . file-code . lines-num-old {
border-right : 1px solid # DDD ;
}
. diff-file-box . code-bin td {
padding : 20px ;
}
2014-03-27 00:41:16 +04:00
. diff-file-box . code-diff tbody tr . tag-code td , . diff-file-box . code-diff tbody tr . tag-code pre {
background-color : # E0E0E0 ! important ;
border-color : # ADADAD ! important ;
}
2014-03-24 17:27:19 +04:00
. diff-file-box . code-diff tbody tr . add-code td , . diff-file-box . code-diff tbody tr . add-code pre {
background-color : # d1ffd6 ! important ;
border-color : # b4e2b4 ! important ;
}
. diff-file-box . code-diff tbody tr . del-code td , . diff-file-box . code-diff tbody tr . del-code pre {
background-color : # ffe2dd ! important ;
border-color : # e9aeae ! important ;
}
. diff-file-box . code-diff tbody tr : hover td , . diff-file-box . code-diff tbody tr : hover pre {
background-color : # fff8d2 ! important ;
border-color : # f0db88 ! important ;
}
2014-03-24 18:23:55 +04:00
. diff-file-box . ellipsis-code pre {
color : # AAA ;
}
2014-03-25 17:14:05 +04:00
/* issue */
2014-03-25 19:59:50 +04:00
# issue-create-form . avatar {
width : 50px ;
height : 50px ;
}
2014-03-25 17:14:05 +04:00
# issue-create-form . panel-body {
padding : 15px 0 0 0 ;
}
# issue-create-form . panel-body . form-group , # issue-create-form . tab-pane . form-group {
margin-bottom : 0 ;
}
2014-03-26 17:47:20 +04:00
# issue-create-form . nav-tabs , # issue . issue-reply . nav-tabs {
2014-03-25 17:14:05 +04:00
margin-bottom : 10px ;
}
2014-03-26 17:47:20 +04:00
# issue . md-help {
2014-03-25 17:14:05 +04:00
margin-top : 6px ;
}
2014-03-25 18:42:45 +04:00
# issue . filter-list a {
padding : 6px 10px ;
font-size : 14px ;
display : block ;
margin-bottom : 6px ;
border-radius : 3px ;
color : # 444 ;
}
2014-03-25 19:58:23 +04:00
# issue . filter-list a . sm {
2014-03-25 19:00:26 +04:00
font-size : 13px ;
}
2014-03-25 19:58:23 +04:00
# issue . filter-list hr {
2014-03-25 19:00:26 +04:00
border-color : # CCC ;
}
2014-03-25 18:42:45 +04:00
# issue . filter-list a : hover {
background-color : # DDD ;
text-decoration : none ;
}
# issue . filter-list a . active {
background-color : # 4183c4 ;
color : # FFF ;
}
# issue . filter-option {
margin-bottom : 12px ;
}
# issue . list-group . list-group-item {
background-color : # FFF ;
}
2014-03-25 19:58:23 +04:00
# issue . issue-item : hover {
2014-03-25 19:00:26 +04:00
background-color : rgba ( 19 , 95 , 215 , 0 . 03 ) ;
}
2014-03-25 18:42:45 +04:00
# issue . list-group . list-group-item . unread {
border-left : 2px solid # DD4B39 ;
}
# issue . issue-item . title {
margin-bottom : 16px ;
2014-03-25 19:58:23 +04:00
font-weight : bold ;
2014-03-25 18:42:45 +04:00
}
# issue . issue-item h5 . title a {
color : # 444 ;
}
# issue . issue-item . info span {
margin-right : 12px ;
color : # 888 ;
line-height : 20px ;
}
# issue . issue-item . info a , # issue . issue-item . number {
color : # 888 ;
}
# issue . issue-item . number {
margin-top : 8px ;
}
# issue . issue-item . avatar {
margin-right : 8px ;
width : 20px ;
height : 20px ;
vertical-align : top ;
}
2014-03-26 17:47:20 +04:00
# issue . issue-whole . title {
margin-top : 0 ;
font-size : 28px ;
}
# issue . issue-whole . number {
font-size : 26px ;
color : # AAA ;
}
# issue . issue-head . author . avatar {
width : 48px ;
height : 48px ;
margin-right : 16px ;
}
# issue . issue-head . info {
width : 99 % ;
margin-top : 10px ;
2014-03-27 19:32:20 +04:00
padding-left : 74px ;
2014-03-26 17:47:20 +04:00
margin-bottom : 16px ;
padding-bottom : 20px ;
border-bottom : 1px solid # CCC ;
}
# issue . issue-head . status {
font-size : 16px ;
font-weight : bold ;
padding : 6px 18px ;
border-radius : 3px ;
}
# issue . issue-head a . author {
margin-left : . 6em ;
color : # 444 ;
}
# issue . issue-main {
padding-left : 0 ;
}
# issue . issue-content {
border-bottom-width : 1px ;
}
# issue . issue-child . user . avatar {
width : 42px ;
height : 42px ;
margin-right : 12px ;
}
# issue . issue-child . issue-content {
margin-left : 56px ;
}
# issue . issue-child . panel-heading {
padding-top : 10px ;
padding-bottom : 10px ;
font-weight : normal ;
}
2014-04-04 16:54:00 +04:00
# issue . issue-child . panel-heading . user , # issue . issue-closed a . user , # issue . issue-opened a . user {
2014-03-26 17:47:20 +04:00
font-weight : bold ;
}
# issue . issue-line {
border-color : # CCC ;
}
2014-04-04 16:54:00 +04:00
# issue . issue-is-closed . issue-line {
2014-03-28 17:42:28 +04:00
display : none ;
}
2014-03-27 19:32:20 +04:00
# issue . issue-head . info . btn {
margin-top : -8px ;
margin-left : 8px ;
}
# issue . issue-action {
padding-left : 8px ;
color : # 888 ;
width : 24px ;
}
# issue-edit-title {
width : 60 % ;
}
2014-04-04 16:54:00 +04:00
# issue . issue-closed . issue-content , # issue . issue-opened . issue-content {
2014-03-28 17:42:28 +04:00
line-height : 42px ;
}
2014-03-30 01:50:51 +04:00
# issue . issue-closed , # issue . issue-opened {
border-bottom : 2px solid # CCC ;
2014-03-28 17:42:28 +04:00
margin-bottom : 24px ;
padding-bottom : 24px ;
}
2014-04-04 16:54:00 +04:00
# issue . issue-closed . label-danger , # issue . issue-opened . label-success {
2014-03-28 17:42:28 +04:00
margin : 0 . 8em ;
}
2014-03-17 13:14:31 +04:00
/* wrapper and footer */
2014-03-15 16:40:26 +04:00
# wrapper {
min-height : 100 % ;
height : auto ! important ;
height : 100 % ;
margin : 0 auto -100px ;
padding : 0 0 100px ;
}
# footer {
background : # fff ;
-webkit-box-shadow : 0 -1px 3px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
box-shadow : 0 -1px 3px rgba ( 0 , 0 , 0 , 0 . 05 ) ; ;
height : 100px ;
}
# footer . footer-wrap {
2014-03-17 11:17:44 +04:00
padding : 20px 15px ;
2014-03-15 16:40:26 +04:00
}
# footer a {
color : # 000 ;
}
2014-04-01 07:21:59 +04:00
/* admin dashboard/configuration */
2014-04-01 07:44:30 +04:00
. admin-dl-horizontal > dt {
2014-04-02 18:38:30 +04:00
width : 220px ;
2014-04-01 07:21:59 +04:00
}
2014-04-01 07:44:30 +04:00
. admin-dl-horizontal > dd {
2014-04-02 18:38:30 +04:00
margin-left : 240px ;
2014-04-01 07:21:59 +04:00
}
2014-04-04 16:54:00 +04:00
/* release page */
# release-head {
margin-top : 0 ;
padding-bottom : 30px ;
margin-bottom : 0 ;
border-bottom : 1px solid # DDD ;
}
# release . release-item . col-md-10 {
border-left : 1px solid # DDD ;
position : relative ;
}
# release . release-item . commit , # release . release-item . tag {
display : block ;
margin-top : 12px ;
}
# release . release-item . release-tag . commit {
margin-top : 6px ;
}
# release . release-item . title {
line-height : 30px ;
margin-top : 0 ;
}
# release . release-item . dot {
width : 9px ;
height : 9px ;
background-color : # ccc ;
z-index : 999 ;
position : absolute ;
display : block ;
left : -5px ;
top : 30px ;
border-radius : 6px ;
border : 1px solid # FFF ;
}
# release . release-item > div {
padding-top : 20px ;
padding-bottom : 20px ;
}
# release . release-item p . info {
line-height : 20px ;
color : # 666 ;
margin-bottom : 18px ;
}
# release . release-item div . desc {
margin-bottom : 18px ;
}
# release . release-item p . info > * , # release . release-item . download a {
margin-right : 12px ;
}
# release . release-item . info . avatar {
vertical-align : middle ;
}