123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839 |
- body:not(.full-width) {
- font-family: 'Source Sans Pro', sans-serif;
- background-color: @white-100;
- overflow-y: scroll;
- overflow-x: auto;
- min-width: 1020px;
- }
- table {
- border-spacing: 0;
- }
- .icons {
- &.small {
- font-size: 6px !important;
- margin-right: 5px !important;
- }
- }
- .ui.container:not(.fluid) {
- width: 980px !important;
- }
- h1, h2, h3, h4, h5,
- .ui.header,
- .ui.menu,
- .ui.input input,
- .ui.button:not(.label) {
- font-family: 'Source Sans Pro', sans-serif !important;
- }
- img {
- border-radius: 3px;
- }
- pre, code {
- font-size: 12px;
- font-family: monospace;
- &.raw {
- padding: 7px 12px;
- margin: @10 0;
- background-color: #f8f8f8;
- border: 1px solid #ddd;
- border-radius: 3px;
- font-size: 13px;
- line-height: 1.5;
- overflow: auto;
- }
- &.w••rap {
- white-space: pre-wrap;
- word-break: break-word;
- }
- }
- .dont-break-out {
- overflow-wrap: break-word;
- word-wrap: break-word;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -ms-hyphens: auto;
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- hyphens: auto;
- }
- .full.height {
- padding: 0;
- margin: 0 0 -@footer-margin*2 0;
- min-height: 100%;
- }
- .following.bar {
- z-index: 900;
- left: 0;
- width: 100%;
- &.light {
- background-color: @primary;
- border-bottom: 1px solid @primary;
- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
- }
- .column .menu {
- margin-top: 0;
- }
- .top.menu a.item.brand {
- padding-left: 0;
- padding-right: 0;
- }
- .brand .ui.mini.image {
- width: 27px;
- }
- .top.menu a.item:hover,
- .top.menu .dropdown.item:hover,
- .top.menu .dropdown.item.active {
- background-color: transparent;
- }
- .top.menu .menu {
- z-index: 900;
- }
- .icon,
- .octicon {
- margin-right: @5 !important;
- }
- .head.link.item {
- padding-right: 0 !important;
- color: @white-100;
- &:hover {
- color: #dddddd;
- }
- }
- .avatar > .ui.image {
- margin-right: 0;
- }
- .avatar .octicon-triangle-down {
- margin-top: 6.5px;
- }
- .searchbox {
- background-color: #343b42 !important;
- transition: all .5s;
- width: 16em;
- border: none;
- &:focus {
- background-color: @white-100 !important;
- }
- }
- .search.icon {
- color: #bcbcbc !important;
- }
- .text .octicon {
- width: 16px;
- text-align: center;
- }
- .right.menu {
- .menu {
- left: auto;
- right: 0;
- }
- .dropdown .menu {
- margin-top: 0;
- }
- }
- }
- .ui {
- &.left {
- float: left;
- }
- &.right {
- float: right;
- }
- &.container {
- &.fluid {
- &.padded {
- padding: 0 @10 0 @10;
- }
- }
- }
- &.form {
- .ui.button {
- font-weight: normal;
- }
- .box.field {
- padding-left: 27px;
- }
- }
- &.menu,
- &.vertical.menu,
- &.segment {
- box-shadow: none;
- }
- .text {
- &.red {
- color: #d95c5c !important;
- a {
- color: #d95c5c !important;
- &:hover {
- color: #E67777 !important;
- }
- }
- }
- &.blue {
- color: #428bca !important;
- a {
- color: #15c !important;
- &:hover {
- color: #428bca !important;
- }
- }
- }
- &.black {
- color: #444;
- &:hover {
- color: #000;
- }
- }
- &.grey {
- color: #767676 !important;
- a {
- color: #444 !important;
- &:hover {
- color: #000 !important;
- }
- }
- }
- &.light.grey {
- color: #888 !important;
- }
- &.green {
- color: #6cc644 !important;
- }
- &.purple {
- color: #6e5494 !important;
- }
- &.yellow {
- color: #FBBD08 !important;
- }
- &.gold {
- color: #a1882b !important;
- }
- &.left {
- text-align: left !important;
- }
- &.right {
- text-align: right !important;
- }
- &.small {
- font-size: 0.75em;
- }
- &.normal {
- font-weight: normal;
- }
- &.bold {
- font-weight: bold;
- }
- &.italic {
- font-style: italic;
- }
- &.truncate {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- }
- &.thin {
- font-weight: normal;
- }
- &.middle {
- vertical-align: middle;
- }
- }
- .message {
- text-align: center;
- }
- .header > i + .content {
- padding-left: 0.75rem;
- vertical-align: middle;
- }
- .warning {
- &.header {
- background-color: #F9EDBE !important;
- border-color: #F0C36D;
- }
- &.segment {
- border-color: #F0C36D;
- }
- }
- .info {
- &.segment {
- border: 1px solid #c5d5dd;
- &.top {
- background-color: #e6f1f6 !important;
- h3, h4 {
- margin-top: 0;
- }
- h3:last-child {
- margin-top: 4px;
- }
- > :last-child {
- margin-bottom: 0;
- }
- }
- }
- }
- .normal.header {
- font-weight: normal;
- }
- .avatar.image {
- border-radius: 3px;
- }
- .form {
- .fake {
- display: none !important;
- }
- .sub.field {
- margin-left: 25px;
- }
- }
- .sha.label {
- font-family: monospace;
- font-size: 13px;
- padding: 4px @10;
- font-weight: normal;
- margin: 0 6px;
- }
- &.status.buttons {
- .octicon {
- margin-right: 4px;
- }
- }
- &.inline.delete-button {
- padding: 8px 15px;
- font-weight: normal;
- }
- }
- .overflow.menu {
- .items {
- max-height: 300px;
- overflow-y: auto;
- .item {
- position: relative;
- cursor: pointer;
- display: block;
- border: none;
- height: auto;
- border-top: none;
- line-height: 1em;
- color: rgba(0,0,0,.8);
- padding: .71428571em 1.14285714em !important;
- font-size: 1rem;
- text-transform: none;
- font-weight: 400;
- box-shadow: none;
- -webkit-touch-callout: none;
- &.active {
- font-weight: 700;
- }
- &:hover {
- background: rgba(0,0,0,.05);
- color: rgba(0,0,0,.8);
- z-index: 13;
- }
- }
- }
- }
- .scrolling.menu {
- .item.selected {
- font-weight: 700 !important;
- }
- }
- footer {
- margin-top: @footer-margin+14px !important;
- height: @footer-margin;
- background-color: white;
- border-top: 1px solid #d6d6d6;
- clear: both;
- width: 100%;
- color: #888888;
- .container {
- padding-top: @10;
- .fa {
- width: 16px;
- text-align: center;
- color: #428bca;
- }
- .links >* {
- border-left: 1px solid #d6d6d6;
- padding-left: 8px;
- margin-left: @5;
- &:first-child {
- border-left: none;
- }
- }
- }
- .ui.language .menu {
- max-height: 500px;
- overflow-y: auto;
- margin-bottom: 7px;
- }
- }
- .side-footer {
- font-size: 12px;
- line-height: 22px;
- color: #707070;
- margin-top: @20;
- .contents {
- margin-right: 3px;
- margin-left: 3px;
- }
- }
- .hide {
- display: none;
- }
- .display {
- &.inline {
- display: inline;
- }
- }
- .center {
- text-align: center;
- }
- .generate-img(16);
- .generate-img(@n, @i: 1) when (@i =< @n) {
- .img-@{i} {
- width: (2px * @i) !important;
- height: (2px * @i) !important;
- }
- .generate-img(@n, (@i + 1));
- }
- .sr-only {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip: rect(0, 0, 0, 0);
- border: 0;
- }
- .sr-only-focusable:active,
- .sr-only-focusable:focus {
- position: static;
- width: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- clip: auto;
- }
- .hljs {
- background: inherit !important;
- padding: 0 !important;
- }
- .ui.dropdown .menu>.item>.image,
- .ui.dropdown .menu>.item>img,
- .ui.dropdown>.text>.image,
- .ui.dropdown>.text>img {
- vertical-align: middle;
- margin-top: 0;
- margin-bottom: 0;
- }
- .error-pages {
- h3, h4 {
- color: rgba(0, 0, 0, 0.5);
- margin: @10 0 @10;
- font-size: 18px;
- font-weight: 500;
- line-height: 1.6em;
- }
- }
- .v-divider {
- border-left: 1px solid #e7e7e7;
- }
- .navbar {
- &.container {
- width: auto;
- padding-right: 1.5em;
- padding-left: 16px;
- }
-
- &.signedinas {
- color: @primary;
- }
- &.bold {
- font-weight: bold !important;
- font-size: 14px;
- color: @white-100 !important;
-
- &:hover {
- color: #dddddd !important;
- }
- }
- &.caret {
- font-size: 11px;
- }
- }
- .oembed {
- padding: 20px !important;
- background: #e2e2e2 !important;
-
- code {
- font-size: @15;
- font-family: monospace;
- }
- }
- .beta-badge {
- padding: 3px 5px !important;
- margin-left: 8px !important;
- }
- .infobar {
- color: @white-100;
- user-select: none;
-
- &.align {
- margin-right: 18px;
- }
- &.admin-align {
- margin-right: 5px;
- }
- &.heart {
- font-size: 12px;
- margin-right: 5px;
- }
- &.expansion {
- cursor: pointer;
- letter-spacing: .2px;
- -webkit-tap-highlight-color: transparent;
- display: inline-block;
- position: relative;
- z-index: 1;
- padding: 1em;
- margin: -1em;
- }
- &.main {
- background-color: #2f363c;
- border-bottom: 1px solid #454e57;
- height: 41px;
- }
- &.embed {
- background: @primary;
- padding: 3px @5;
- border-radius: 4px;
- margin: @5 3px;
- font-size: 11px;
- }
- &.text {
- padding: @5 0 !important;
- color: #fff !important;
- font-size: 13px !important;
- }
- &.divider {
- border-left: 1px solid #ababab;
- margin-right: @10;
- }
- }
- .nav-active {
- background: #343b42 !important;
- padding: 8px !important;
- padding-left: 12px !important;
- padding-right: 12px !important;
- &:hover {
- background:#343b42 !important;
- }
- }
- @media only screen and (max-width: 991px) and (min-width: 768px) {
- .ui.container {
- width: 95%;
- }
- }
- // Mobile
- @media (max-width: 1020px) {
- body {
- min-width: 320px !important;
- max-width: 100%;
- }
-
- img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
- max-width: 100%;
- }
-
- .full.height,
- .following.bar.light,
- .ui.form .inline.field > .selection.dropdown,
- .ui.form .inline.fields .field > .selection.dropdown,
- .ui.form .inline.field > input,
- .ui.form .inline.field > select,
- .ui.form .inline.fields .field > input,
- .ui.form .inline.fields .field > select{
- width: 100% !important;
- }
-
- .ui.header .ui.right .ui.small.button,
- .ui.header .ui.right .ui.labeled.button {
- margin: @5 2.5px;
- }
-
- .ui.container,
- .ui.container:not(.fluid) {
- width: 90% !important;
- margin: auto 5% !important;
- }
-
- .ui.grid.news {
- max-width: 100% !important;
- }
-
- footer {
- width: 100%;
- bottom: 0;
- position: relative;
- }
-
- footer .ui.container {
- height: 100%;
- }
-
- footer .version {
- display: none;
- }
-
- footer .ui.left {
- width: 70%;
- word-wrap: break-word;
- }
-
- .ui.language.bottom.floating.slide.up.dropdown.link.item {
- right: 5%;
- position: absolute;
- }
-
- .following.bar a.main-menu.item .menu-icon.octicon{
- display: block;
- font-size: medium;
- text-indent: 0;
- margin: @5 auto !important;
- }
-
- .following.bar a.main-menu.item.active{
- width: 50px;
- }
-
- .following.bar a.main-menu.item{
- text-indent: -9999px;
- white-space: nowrap;
- overflow: hidden;
- font-size: 0px;
- width: 35px;
- }
-
- .following.bar a.main-menu.item .menu-icon.octicon.octicon-git-pull-request{
- padding-left: @5;
- }
-
- .ui.header{
- font-size: 1.3rem;
- padding-left: @10;
- }
-
- .column .ui.header .ui.right{
- padding-top: @5;
- width: 90%;
- margin: 0 auto;
- float: none;
- line-height: 1.5;
- margin-right: 30px;
- }
-
- .ui.container .ui.header .ui.right .ui.small.button{
- margin: 0;
- }
-
- .ui.attached.header .right{
- margin-top: @5;
- float: none;
- }
-
- .ui.tabs.container .ui.tabular.menu .item{
- text-indent: -9999px;
- white-space: nowrap;
- overflow: hidden;
- font-size: 0px;
- width: 50px;
- }
-
- .ui.tabular.menu .item i{
- text-indent: 0;
- }
- .ui.tabular.menu .item span{
- text-indent: 0;
- margin-left: 0 !important;
- margin: auto;
- }
- .ui.top.attached.header{
- padding-left: 10 !important;
- }
- .ui.form .inline.field > :first-child,
- .ui.form .inline.fields .field > :first-child{
- text-align: left;
- }
- .inline.field a[href^="/join"]{
- white-space: nowrap;
- }
- .ui.form .field:last-child,
- .ui.form .field:last-child .ui.button{
- width: 100%;
- margin: 3px auto;
- }
- .search-mobile {
- display: none !important;
- }
- .nav-active {
- box-shadow: 0px 0px 0px #4e57ef !important;
- padding: @5 !important;
- width: 40px !important;
- &:hover {
- background: #000 !important;
- }
- }
- .mega-octicon {
- font-size: @20;
- }
- .commits-card {
- background-color: transparent;
- border: none;
- border-radius: 0;
- padding: 0;
- }
- .mobile-nav {
- padding-left: 0 !important
- }
- .mwlii {
- display: none !important;
- }
- .navbar {
- &.container {
- width: auto;
- padding-right: 1em;
- padding-left: 1.5em;
- }
- &.beta {
- display: none !important;
- }
- }
- .hide-mobile {
- display: none !important;
- }
- }
|