gitea/public/less/_base.less

291 lines
4.5 KiB
Plaintext
Raw Normal View History

@footer-margin: 40px;
2015-03-07 20:12:13 +00:00
body {
2015-03-07 20:12:13 +00:00
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
2015-07-23 20:50:05 +00:00
background-color: #FAFAFA;
}
img {
border-radius: 3px;
2015-03-07 20:12:13 +00:00
}
2015-08-27 15:06:14 +00:00
pre {
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
&.raw {
padding: 7px 12px;
margin: 10px 0;
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: 3px;
font-size: 13px;
line-height: 1.5;
overflow: auto;
}
}
2015-03-07 20:12:13 +00:00
.full.height {
padding: 0;
2015-08-09 14:45:38 +00:00
margin: 0 0 -@footer-margin*2 0;
2015-03-07 20:12:13 +00:00
min-height: 100%;
}
.following.bar {
z-index: 900;
left: 0;
width: 100%;
&.light {
2015-07-23 20:50:05 +00:00
background-color: white;
2015-03-07 20:12:13 +00:00
border-bottom: 1px solid #DDDDDD;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}
.column .menu {
margin-top: 0;
}
2015-08-10 14:38:21 +00:00
.top.menu a.item.brand {
padding-left: 0;
}
.brand .ui.mini.image {
width: 30px;
}
.top.menu a.item:hover,
.top.menu .dropdown.item:hover,
.top.menu .dropdown.item.active {
background-color: transparent;
}
.top.menu a.item:hover {
color: rgba(0,0,0,.45);
2015-03-07 20:12:13 +00:00
}
2015-08-12 10:12:06 +00:00
.top.menu .menu {
z-index: 900;
}
2015-07-23 20:50:05 +00:00
.head.link.item {
padding-right: 0!important;
.dropdown.icon,
.menu .octicon {
margin-right: 5px;
}
}
2015-08-10 14:38:21 +00:00
.avatar > .ui.image {
margin-right: 0;
2015-07-23 20:50:05 +00:00
}
2015-03-07 20:12:13 +00:00
.searchbox {
background-color: rgb(244, 244, 244)!important;
&:focus {
background-color: rgb(233, 233, 233)!important;
}
}
2015-07-23 20:50:05 +00:00
.octicon {
width: 16px;
text-align: center;
}
}
.ui {
&.left {
float: left;
}
&.right {
float: right;
}
2015-08-08 09:10:34 +00:00
.text {
&.red {
color: #d95c5c!important;
2015-08-26 13:45:51 +00:00
a {
color: #d95c5c!important;
&:hover {
color: #E67777!important;
}
}
2015-08-08 09:10:34 +00:00
}
2015-08-15 08:03:20 +00:00
&.blue {
color: #428bca!important;
2015-08-26 13:45:51 +00:00
a {
color: #15c!important;
&:hover {
color: #428bca!important;
}
}
2015-08-15 08:03:20 +00:00
}
2015-08-13 15:21:43 +00:00
&.grey {
color: #767676!important;
a {
color: #444!important;
&:hover {
color: #000!important;
}
}
}
2015-08-26 10:03:30 +00:00
&.green {
color: #6cc644!important;
}
&.left {
text-align: left!important;
}
2015-08-09 17:04:23 +00:00
&.right {
2015-08-26 10:03:30 +00:00
text-align: right!important;
2015-08-09 17:04:23 +00:00
}
2015-08-12 10:12:06 +00:00
&.small {
font-size: 0.75em;
}
2015-08-20 12:18:49 +00:00
&.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
2015-08-26 13:45:51 +00:00
&.thin {
font-weight: normal;
}
2015-08-27 15:06:14 +00:00
&.middle {
vertical-align: middle;
}
2015-08-08 09:10:34 +00:00
}
2015-08-09 14:45:38 +00:00
.message {
text-align: center;
}
2015-08-12 10:12:06 +00:00
.header > i + .content {
padding-left: 0.75rem;
vertical-align: middle;
}
.warning {
&.header {
background-color: #F9EDBE!important;
border-color: #F0C36D;
}
&.segment {
border-color: #F0C36D;
}
}
2015-08-20 16:18:30 +00:00
.info {
&.header {
background-color: #d9edf7!important;
border-color: #85c5e5;
}
&.segment {
border-color: #85c5e5;
}
}
.normal.header {
font-weight: normal;
}
.avatar.image {
border-radius: 3px;
}
2015-08-15 10:16:39 +00:00
.form {
.fake {
display: none!important;
}
}
2015-03-07 20:12:13 +00:00
}
2015-08-12 10:12:06 +00:00
2015-08-26 04:39:32 +00:00
.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;
}
}
}
}
2015-03-07 20:12:13 +00:00
footer {
2015-08-15 16:05:15 +00:00
margin-top: @footer-margin+14px!important;
2015-08-09 14:45:38 +00:00
height: @footer-margin;
2015-03-07 20:12:13 +00:00
background-color: white;
border-top: 1px solid #d6d6d6;
clear: both;
width: 100%;
color: #888888;
2015-08-09 14:45:38 +00:00
.container {
padding-top: 10px;
.fa {
width: 16px;
text-align: center;
color: #428bca;
}
.ui.language.dropdown {
z-index: 10000;
}
.links >* {
border-left: 1px solid #d6d6d6;
padding-left: 8px;
margin-left: 5px;
&:first-child {
border-left: none;
}
2015-03-07 20:12:13 +00:00
}
}
}
2015-07-07 17:09:03 +00:00
.hide {
2015-08-10 10:57:57 +00:00
display: none;
2015-07-07 17:09:03 +00:00
}
2015-07-08 11:47:56 +00:00
.center {
text-align: center;
}
2015-03-07 20:12:13 +00:00
.generate-img(16);
.generate-img(@n, @i: 1) when (@i =< @n) {
.img-@{i} {
2015-08-09 14:45:38 +00:00
width: (2px * @i)!important;
height: (2px * @i)!important;
2015-03-07 20:12:13 +00:00
}
.generate-img(@n, (@i + 1));
}
2015-08-12 10:12:06 +00:00
.octicon.icon,
.mega-octicon.icon {
2015-08-10 14:38:21 +00:00
font-family: octicons;
}
// Accessibility
.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;
2015-08-25 18:05:08 +00:00
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.ui.container {
2015-08-26 04:26:01 +00:00
width: 95%;
2015-08-25 18:05:08 +00:00
}
2015-03-07 20:12:13 +00:00
}