Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
K
kanboard-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giacomo Lavermicocca
kanboard-theme
Commits
72f811c0
Commit
72f811c0
authored
Sep 29, 2018
by
Giacomo Lavermicocca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix auto generation error after commit
parent
70810885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1488 additions
and
1431 deletions
+1488
-1431
Template/css/app.original.less
Template/css/app.original.less
+1488
-1431
No files found.
Template/css/app.original.less
View file @
72f811c0
//nodemon --watch ./*.less --exec lessc app.original.less app.css
/* HELLO LESS */
/* HELLO LESS */
@color-link: #315C7B;//#0ce3ac;
@color-toolbar : #315C7B;
@color-primary : #0ce3ac;
@color-nolink : #0ce3ac;
@color-secondary-text : #696969;
@color-title-bar: #315C7B;
@color-third-text : #2e2e2e;
@color-light-text : #b6b6b6;
@color-base: #222222;
@color-odd : #3F3F3F;
@color-base-odd: #3F3F3F;
@color-odd-hover : rgb(73, 73, 73);
@color-upper: #EAEAEA;
@color-rows-hover: #0ce3ac;
@color-input-box:rgb(105, 105, 105);
@color-b
orders: #0ce3ac
;
@color-b
ackground : #222222
;
@color-main-text: #0ce3ac;
@color-yellow: #ffffd5;
@color-sub-text: #999;
@color-logo: #0ce3ac;
@input-field-fill:#3F3F3F;
/* BYE BYE LESS */
/* BYE BYE LESS */
/* EX-INLINE */
/* EX-INLINE */
.dropdown-menu.dropdown-menu-link-icon > .fa.fa-caret-down{
.dropdown-menu.dropdown-menu-link-icon > .fa.fa-caret-down
{
color: @color-link
;
color: @color-toolbar
;
}
}
.fa.fa-caret-down{
.fa.fa-caret-down
{
color: @color-base
;
color: @color-background
;
}
}
.color-cyan{
.color-cyan
{
border-left: 5px solid @color-borders
!important;
border-left: 5px solid @color-primary
!important;
}
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
color: @color-title-bar !important;
/* Chrome, Firefox, Opera, Safari 10.1+ */
opacity: 1; /* Firefox */
color: @color-toolbar !important;
opacity: 1;
/* Firefox */
}
.task-summary-container.color-yellow{
background-color: @color-yellow;
border-color: @color-yellow;
}
}
// .dropdown-menu-link-te333t, .dropdown-menu-link-icon{
// color: @color-uppe333 !important;
// }
// .table-list-row .table333list-title a{
// color: @color-uppe333 !important;
// }
// .sidebar > ul li.activ333 a{
// color: @color-uppe333 !important;
// }
// .sidebar > ul li.activ333 :hover{
// color: @color-link !important;
// }
// .table-list-row.color-cyan{
// border-left: 5px solid @color-link !important;
// }
// .page-header h2{
// color: @color-link !important;
// }
// .page-header h2 a{
// color: @color-link !important;
// }
// a .fa{
// color: @color-upper !important;
// }
// a .fa :hover{
// color: @color-upper !important;
// }
// ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
// color: rgb(116, 116, 116) !important;
// opacity: 1; /* Firefox */
// }
// .title-container span{
// color: @color-upper !important;
// }
/* END */
/* END */
h1,
h1,li,ul,ol,table,tr,td,th,p,blockquote,body {
li,
margin:0;
ul,
padding:0;
ol,
font-size:100%
table,
tr,
td,
th,
p,
blockquote,
body {
margin: 0;
padding: 0;
font-size: 100%;
}
}
body {
body {
padding-bottom:
10px;
padding-bottom:
10px;
color:#E5E5E5
;
color: @color-secondary-text
;
font-family:"Helvetica Neue",Helvetica,Arial,
sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial,
sans-serif;
text-rendering:
optimizeLegibility;
text-rendering:
optimizeLegibility;
background-color: @color-base
;
background-color: @color-background
;
}
}
small {
small {
font-size:0.8em
font-size: 0.8em;
}
}
hr {
hr {
border:
0;
border:
0;
height:
0;
height:
0;
border-top:1px solid rgba(0,0,0,
0.1);
border-top: 1px solid rgba(0, 0, 0,
0.1);
border-bottom:1px solid rgba(255,255,255,0.3)
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
.page {
.page {
margin-left:
10px;
margin-left:
10px;
margin-right:10px
margin-right: 10px;
}
}
.margin-top {
.margin-top {
margin-top:20px
margin-top: 20px;
}
}
.margin-bottom {
.margin-bottom {
margin-bottom:20px
margin-bottom: 20px;
}
}
.pull-right {
.pull-right {
text-align:right
text-align: right;
}
}
ul.no-bullet li {
ul.no-bullet li {
list-style-type:
none;
list-style-type:
none;
margin-left:0
margin-left: 0;
}
}
#app-loading-icon {
#app-loading-icon {
position:
fixed;
position:
fixed;
right:
3px;
right:
3px;
bottom:3px
bottom: 3px;
}
}
.assign-me {
.assign-me {
vertical-align:bottom
vertical-align: bottom;
}
}
a {
a {
color:@color-upper
;
color: @color-primary
;
border:none
border: none;
}
}
a:focus {
a:focus {
outline:
0;
outline:
0;
color:@color-link
!important;
color: @color-toolbar
!important;
text-decoration:none
text-decoration: none;
}
}
a:hover {
a:hover {
color:@color-link
!important;
color: @color-toolbar
!important;
text-decoration:none
text-decoration: none;
}
}
a .fa {
a .fa {
padding-right:
3px;
padding-right:
3px;
text-decoration:
none;
text-decoration:
none;
color: @color-main-text
;
color: @color-primary
;
}
}
h1,h2,h3 {
h1,
font-weight:normal;
h2,
color:#333
h3 {
font-weight: normal;
color:@color-third-text;
}
}
h1 {
h1 {
font-size:
1.5em;
font-size:
1.5em;
}
}
h2 {
h2 {
font-size:
1.4em;
font-size:
1.4em;
margin-bottom:10px
margin-bottom: 10px;
}
}
h3 {
h3 {
margin-top:
10px;
margin-top:
10px;
font-size:1.2em
font-size: 1.2em;
}
}
table {
table {
width:
100%;
width:
100%;
border-collapse:
collapse;
border-collapse:
collapse;
border-spacing:
0;
border-spacing:
0;
margin-bottom:20px
margin-bottom: 20px;
}
}
table.table-fixed {
table.table-fixed {
table-layout:
fixed;
table-layout:
fixed;
white-space:nowrap
white-space: nowrap;
}
}
table.table-fixed th {
table.table-fixed th {
overflow:hidden
overflow: hidden;
}
}
table.table-fixed td {
table.table-fixed td {
white-space:
nowrap;
white-space:
nowrap;
overflow:
hidden;
overflow:
hidden;
text-overflow:ellipsis
text-overflow: ellipsis;
}
}
table.table-small {
table.table-small {
font-size:0.8em
font-size: 0.8em;
}
}
table.table-striped tr:nth-child(odd) {
table.table-striped tr:nth-child(odd) {
background:#fefefe
background: @color-odd;
}
}
@media (max-width: 768px) {
@media (max-width: 768px) {
table.table-scrolling {
table.table-scrolling {
overflow-x:
auto;
overflow-x:
auto;
display:
inline-block;
display:
inline-block;
vertical-align:
top;
vertical-align:
top;
max-width:
100%;
max-width:
100%;
white-space:nowrap
white-space: nowrap;
}
}
}
}
table th {
table th {
text-align:
left;
text-align:
left;
padding:
0.5em 3px;
padding:
0.5em 3px;
border:1px solid @color-borders
;
border: 1px solid @color-primary
;
background:@color-borders
;
background: @color-primary
;
}
}
table th a {
table th a {
text-decoration:
none;
text-decoration:
none;
color:#333
color:@color-third-text;
}
}
table th a:focus,table th a:hover {
table th a:focus,
text-decoration:underline
table th a:hover {
text-decoration: underline;
}
}
table td {
table td {
border:1px solid @color-borders
;
border: 1px solid @color-primary
;
padding:
0.5em 3px;
padding:
0.5em 3px;
vertical-align:top
vertical-align: top;
}
}
table td li {
table td li {
margin-left:20px
margin-left: 20px;
}
}
.column-1 {
.column-1 {
width:1%
width: 1%;
}
}
.column-2 {
.column-2 {
width:2%
width: 2%;
}
}
.column-3 {
.column-3 {
width:3%
width: 3%;
}
}
.column-4 {
.column-4 {
width:4%
width: 4%;
}
}
.column-5 {
.column-5 {
width:5%
width: 5%;
}
}
.column-6 {
.column-6 {
width:6%
width: 6%;
}
}
.column-7 {
.column-7 {
width:7%
width: 7%;
}
}
.column-8 {
.column-8 {
width:8%
width: 8%;
}
}
.column-9 {
.column-9 {
width:9%
width: 9%;
}
}
.column-10 {
.column-10 {
width:10%
width: 10%;
}
}
.column-11 {
.column-11 {
width:11%
width: 11%;
}
}
.column-12 {
.column-12 {
width:12%
width: 12%;
}
}
.column-13 {
.column-13 {
width:13%
width: 13%;
}
}
.column-14 {
.column-14 {
width:14%
width: 14%;
}
}
.column-15 {
.column-15 {
width:15%
width: 15%;
}
}
.column-16 {
.column-16 {
width:16%
width: 16%;
}
}
.column-17 {
.column-17 {
width:17%
width: 17%;
}
}
.column-18 {
.column-18 {
width:18%
width: 18%;
}
}
.column-19 {
.column-19 {
width:19%
width: 19%;
}
}
.column-20 {
.column-20 {
width:20%
width: 20%;
}
}
.column-21 {
.column-21 {
width:21%
width: 21%;
}
}
.column-22 {
.column-22 {
width:22%
width: 22%;
}
}
.column-23 {
.column-23 {
width:23%
width: 23%;
}
}
.column-24 {
.column-24 {
width:24%
width: 24%;
}
}
.column-25 {
.column-25 {
width:25%
width: 25%;
}
}
.column-26 {
.column-26 {
width:26%
width: 26%;
}
}
.column-27 {
.column-27 {
width:27%
width: 27%;
}
}
.column-28 {
.column-28 {
width:28%
width: 28%;
}
}
.column-29 {
.column-29 {
width:29%
width: 29%;
}
}
.column-30 {
.column-30 {
width:30%
width: 30%;
}
}
.column-31 {
.column-31 {
width:31%
width: 31%;
}
}
.column-32 {
.column-32 {
width:32%
width: 32%;
}
}
.column-33 {
.column-33 {
width:33%
width: 33%;
}
}
.column-34 {
.column-34 {
width:34%
width: 34%;
}
}
.column-35 {
.column-35 {
width:35%
width: 35%;
}
}
.column-36 {
.column-36 {
width:36%
width: 36%;
}
}
.column-37 {
.column-37 {
width:37%
width: 37%;
}
}
.column-38 {
.column-38 {
width:38%
width: 38%;
}
}
.column-39 {
.column-39 {
width:39%
width: 39%;
}
}
.column-40 {
.column-40 {
width:40%
width: 40%;
}
}
.column-41 {
.column-41 {
width:41%
width: 41%;
}
}
.column-42 {
.column-42 {
width:42%
width: 42%;
}
}
.column-43 {
.column-43 {
width:43%
width: 43%;
}
}
.column-44 {
.column-44 {
width:44%
width: 44%;
}
}
.column-45 {
.column-45 {
width:45%
width: 45%;
}
}
.column-46 {
.column-46 {
width:46%
width: 46%;
}
}
.column-47 {
.column-47 {
width:47%
width: 47%;
}
}
.column-48 {
.column-48 {
width:48%
width: 48%;
}
}
.column-49 {
.column-49 {
width:49%
width: 49%;
}
}
.column-50 {
.column-50 {
width:50%
width: 50%;
}
}
.column-51 {
.column-51 {
width:51%
width: 51%;
}
}
.column-52 {
.column-52 {
width:52%
width: 52%;
}
}
.column-53 {
.column-53 {
width:53%
width: 53%;
}
}
.column-54 {
.column-54 {
width:54%
width: 54%;
}
}
.column-55 {
.column-55 {
width:55%
width: 55%;
}
}
.column-56 {
.column-56 {
width:56%
width: 56%;
}
}
.column-57 {
.column-57 {
width:57%
width: 57%;
}
}
.column-58 {
.column-58 {
width:58%
width: 58%;
}
}
.column-59 {
.column-59 {
width:59%
width: 59%;
}