Añade plugin Redmine Git Hosting 4.0.2
243
plugins/redmine_git_hosting/assets/stylesheets/application.css
Normal file
|
@ -0,0 +1,243 @@
|
|||
/*
|
||||
PLUGIN SETTINGS
|
||||
*/
|
||||
.git_hosting_access_box {
|
||||
border: 2px solid;
|
||||
background-color: #dfffdf;
|
||||
border-color: #9fcf9f;
|
||||
color: #005f00;
|
||||
margin: -6px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.git_hosting_access_box p {
|
||||
padding-left:100px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.git_hosting_access_box label {
|
||||
margin-left: -100px;
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
.git_hosting_access_box em {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
color: #467AA7;
|
||||
}
|
||||
|
||||
#settings p {
|
||||
margin-bottom: 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
REPOSITORY EDIT
|
||||
*/
|
||||
#repository-tabs li i {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
REPOSITORY VIEW
|
||||
*/
|
||||
|
||||
#sidebar li.repository.git::before {
|
||||
font-family: Font Awesome\ 5 Brands;
|
||||
font-size: 1.2em;
|
||||
content: "\f841"; /* fab fa-git-alt */
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#sidebar ul.repository.git {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#git_hosting_download_buttons {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#git_hosting_download_buttons ul li {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#sidebar li.git_url {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.git_hosting_urls {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.git_hosting_urls .repository-urls {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#git_hosting_download_buttons i {
|
||||
color: #FFFFFF;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#git_hosting_download_buttons .button {
|
||||
background: none repeat scroll 0 0 #2996CC;
|
||||
border: 1px solid #E0E2E3;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 4px;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
height: 32px;
|
||||
line-height: 30px;
|
||||
margin-bottom: 1px;
|
||||
margin-top: 1px;
|
||||
-moz-appearance: none;
|
||||
padding: 0 14px;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
REPOSITORY SETTINGS
|
||||
*/
|
||||
#git_hosting_settings label {
|
||||
margin-left: -190px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
MISC
|
||||
*/
|
||||
.git_hosting_spacer { display: block; height: 10px; clear: both; }
|
||||
|
||||
td.buttons { width: 20%; }
|
||||
|
||||
.select_key_type { margin-left: 10px; }
|
||||
|
||||
|
||||
/*
|
||||
STATISTICS
|
||||
*/
|
||||
#statistics-global {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.thumbnails:before, .thumbnails:after {
|
||||
content: '';
|
||||
display: table;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.thumbnails:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.thumbnails:before, .thumbnails:after {
|
||||
content: "";
|
||||
display: table;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.thumbnails {
|
||||
list-style: none outside none;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
#statistics-global .thumbnail {
|
||||
background: none repeat scroll 0 0 #3498DB;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
||||
display: block;
|
||||
line-height: 20px;
|
||||
padding: 4px;
|
||||
transition: all 0.2s ease-in-out 0s;
|
||||
}
|
||||
|
||||
.thumbnails > li {
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.span4 {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
[class*="span"] {
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
#statistics-global .thumbnail .title {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#statistics-global .thumbnail .value {
|
||||
font-size: 3em;
|
||||
line-height: 1em;
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.span6 {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.thumbnail h5 {
|
||||
background: none repeat scroll 0 0 #1ABC9C;
|
||||
color: #FFFFFF;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 0;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.thumbnail h4 {
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
margin: 15px;
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.thumbnail h4 small {
|
||||
color: #999999;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
li.url_type {
|
||||
margin: 10px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.draggable {
|
||||
cursor: move;
|
||||
}
|
3158
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/animate.css
vendored
Normal file
96
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_alert.css
vendored
Normal file
|
@ -0,0 +1,96 @@
|
|||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.alert {
|
||||
padding: 8px 35px 8px 14px;
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
background-color: #fcf8e3;
|
||||
border: 1px solid #fbeed5;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.alert,
|
||||
.alert h4 {
|
||||
color: #c09853;
|
||||
}
|
||||
.alert h4 {
|
||||
margin: 0;
|
||||
}
|
||||
.alert .close {
|
||||
position: relative;
|
||||
top: -5px;
|
||||
right: -21px;
|
||||
line-height: 23px;
|
||||
}
|
||||
.alert-success {
|
||||
background-color: #dff0d8;
|
||||
border-color: #d6e9c6;
|
||||
color: #468847;
|
||||
}
|
||||
.alert-success h4 {
|
||||
color: #468847;
|
||||
}
|
||||
.alert-danger,
|
||||
.alert-error {
|
||||
background-color: #f2dede;
|
||||
border-color: #eed3d7;
|
||||
color: #b94a48;
|
||||
}
|
||||
.alert-danger h4,
|
||||
.alert-error h4 {
|
||||
color: #b94a48;
|
||||
}
|
||||
.alert-info {
|
||||
background-color: #d9edf7;
|
||||
border-color: #bce8f1;
|
||||
color: #3a87ad;
|
||||
}
|
||||
.alert-info h4 {
|
||||
color: #3a87ad;
|
||||
}
|
||||
.alert-block {
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
.alert-block > p,
|
||||
.alert-block > ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.alert-block p + p {
|
||||
margin-top: 5px;
|
||||
}
|
58
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_animations.css
vendored
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fade {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.15s linear;
|
||||
-moz-transition: opacity 0.15s linear;
|
||||
-o-transition: opacity 0.15s linear;
|
||||
transition: opacity 0.15s linear;
|
||||
}
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
.collapse {
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
-webkit-transition: height 0.35s ease;
|
||||
-moz-transition: height 0.35s ease;
|
||||
-o-transition: height 0.35s ease;
|
||||
transition: height 0.35s ease;
|
||||
}
|
||||
.collapse.in {
|
||||
height: auto;
|
||||
}
|
61
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_close.css
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: #000000;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
opacity: 0.2;
|
||||
filter: alpha(opacity=20);
|
||||
}
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
button.close {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
1484
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_custom.css
vendored
Normal file
122
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_label.css
vendored
Normal file
|
@ -0,0 +1,122 @@
|
|||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.label,
|
||||
.badge {
|
||||
display: inline-block;
|
||||
padding: 2px 4px;
|
||||
font-size: 11.844px;
|
||||
font-weight: bold;
|
||||
line-height: 14px;
|
||||
color: #ffffff;
|
||||
vertical-align: baseline;
|
||||
white-space: nowrap;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
background-color: #999999;
|
||||
}
|
||||
.label {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.badge {
|
||||
padding-left: 9px;
|
||||
padding-right: 9px;
|
||||
-webkit-border-radius: 9px;
|
||||
-moz-border-radius: 9px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
.label:empty,
|
||||
.badge:empty {
|
||||
display: none;
|
||||
}
|
||||
a.label:hover,
|
||||
a.label:focus,
|
||||
a.badge:hover,
|
||||
a.badge:focus {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.label-important,
|
||||
.badge-important {
|
||||
background-color: #b94a48;
|
||||
}
|
||||
.label-important[href],
|
||||
.badge-important[href] {
|
||||
background-color: #953b39;
|
||||
}
|
||||
.label-warning,
|
||||
.badge-warning {
|
||||
background-color: #f89406;
|
||||
}
|
||||
.label-warning[href],
|
||||
.badge-warning[href] {
|
||||
background-color: #c67605;
|
||||
}
|
||||
.label-success,
|
||||
.badge-success {
|
||||
background-color: #468847;
|
||||
}
|
||||
.label-success[href],
|
||||
.badge-success[href] {
|
||||
background-color: #356635;
|
||||
}
|
||||
.label-info,
|
||||
.badge-info {
|
||||
background-color: #3a87ad;
|
||||
}
|
||||
.label-info[href],
|
||||
.badge-info[href] {
|
||||
background-color: #2d6987;
|
||||
}
|
||||
.label-inverse,
|
||||
.badge-inverse {
|
||||
background-color: #333333;
|
||||
}
|
||||
.label-inverse[href],
|
||||
.badge-inverse[href] {
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
.btn .label,
|
||||
.btn .badge {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
.btn-mini .label,
|
||||
.btn-mini .badge {
|
||||
top: 0;
|
||||
}
|
272
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_tables.css
vendored
Normal file
|
@ -0,0 +1,272 @@
|
|||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
table {
|
||||
max-width: 100%;
|
||||
background-color: transparent;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.table {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 8px;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #dddddd;
|
||||
}
|
||||
.table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.table thead th {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.table caption + thead tr:first-child th,
|
||||
.table caption + thead tr:first-child td,
|
||||
.table colgroup + thead tr:first-child th,
|
||||
.table colgroup + thead tr:first-child td,
|
||||
.table thead:first-child tr:first-child th,
|
||||
.table thead:first-child tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
.table tbody + tbody {
|
||||
border-top: 2px solid #dddddd;
|
||||
}
|
||||
.table .table {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.table-condensed th,
|
||||
.table-condensed td {
|
||||
padding: 4px 5px;
|
||||
}
|
||||
.table-bordered {
|
||||
border: 1px solid #dddddd;
|
||||
border-collapse: separate;
|
||||
*border-collapse: collapse;
|
||||
border-left: 0;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.table-bordered th,
|
||||
.table-bordered td {
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
.table-bordered caption + thead tr:first-child th,
|
||||
.table-bordered caption + tbody tr:first-child th,
|
||||
.table-bordered caption + tbody tr:first-child td,
|
||||
.table-bordered colgroup + thead tr:first-child th,
|
||||
.table-bordered colgroup + tbody tr:first-child th,
|
||||
.table-bordered colgroup + tbody tr:first-child td,
|
||||
.table-bordered thead:first-child tr:first-child th,
|
||||
.table-bordered tbody:first-child tr:first-child th,
|
||||
.table-bordered tbody:first-child tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
.table-bordered thead:first-child tr:first-child > th:first-child,
|
||||
.table-bordered tbody:first-child tr:first-child > td:first-child,
|
||||
.table-bordered tbody:first-child tr:first-child > th:first-child {
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-moz-border-radius-topleft: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.table-bordered thead:first-child tr:first-child > th:last-child,
|
||||
.table-bordered tbody:first-child tr:first-child > td:last-child,
|
||||
.table-bordered tbody:first-child tr:first-child > th:last-child {
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.table-bordered thead:last-child tr:last-child > th:first-child,
|
||||
.table-bordered tbody:last-child tr:last-child > td:first-child,
|
||||
.table-bordered tbody:last-child tr:last-child > th:first-child,
|
||||
.table-bordered tfoot:last-child tr:last-child > td:first-child,
|
||||
.table-bordered tfoot:last-child tr:last-child > th:first-child {
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.table-bordered thead:last-child tr:last-child > th:last-child,
|
||||
.table-bordered tbody:last-child tr:last-child > td:last-child,
|
||||
.table-bordered tbody:last-child tr:last-child > th:last-child,
|
||||
.table-bordered tfoot:last-child tr:last-child > td:last-child,
|
||||
.table-bordered tfoot:last-child tr:last-child > th:last-child {
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.table-bordered caption + thead tr:first-child th:first-child,
|
||||
.table-bordered caption + tbody tr:first-child td:first-child,
|
||||
.table-bordered colgroup + thead tr:first-child th:first-child,
|
||||
.table-bordered colgroup + tbody tr:first-child td:first-child {
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-moz-border-radius-topleft: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.table-bordered caption + thead tr:first-child th:last-child,
|
||||
.table-bordered caption + tbody tr:first-child td:last-child,
|
||||
.table-bordered colgroup + thead tr:first-child th:last-child,
|
||||
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.table-striped tbody > tr:nth-child(odd) > td,
|
||||
.table-striped tbody > tr:nth-child(odd) > th {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.table-hover tbody tr:hover > td,
|
||||
.table-hover tbody tr:hover > th {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
table td[class*="span"],
|
||||
table th[class*="span"],
|
||||
.row-fluid table td[class*="span"],
|
||||
.row-fluid table th[class*="span"] {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span1,
|
||||
.table th.span1 {
|
||||
float: none;
|
||||
width: 44px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span2,
|
||||
.table th.span2 {
|
||||
float: none;
|
||||
width: 124px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span3,
|
||||
.table th.span3 {
|
||||
float: none;
|
||||
width: 204px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span4,
|
||||
.table th.span4 {
|
||||
float: none;
|
||||
width: 284px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span5,
|
||||
.table th.span5 {
|
||||
float: none;
|
||||
width: 364px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span6,
|
||||
.table th.span6 {
|
||||
float: none;
|
||||
width: 444px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span7,
|
||||
.table th.span7 {
|
||||
float: none;
|
||||
width: 524px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span8,
|
||||
.table th.span8 {
|
||||
float: none;
|
||||
width: 604px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span9,
|
||||
.table th.span9 {
|
||||
float: none;
|
||||
width: 684px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span10,
|
||||
.table th.span10 {
|
||||
float: none;
|
||||
width: 764px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span11,
|
||||
.table th.span11 {
|
||||
float: none;
|
||||
width: 844px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table td.span12,
|
||||
.table th.span12 {
|
||||
float: none;
|
||||
width: 924px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.table tbody tr.success > td {
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
.table tbody tr.error > td {
|
||||
background-color: #f2dede;
|
||||
}
|
||||
.table tbody tr.warning > td {
|
||||
background-color: #fcf8e3;
|
||||
}
|
||||
.table tbody tr.info > td {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
.table-hover tbody tr.success:hover > td {
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
.table-hover tbody tr.error:hover > td {
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
.table-hover tbody tr.warning:hover > td {
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
.table-hover tbody tr.info:hover > td {
|
||||
background-color: #c4e3f3;
|
||||
}
|
112
plugins/redmine_git_hosting/assets/stylesheets/bootstrap/bootstrap_tooltip.css
vendored
Normal file
|
@ -0,0 +1,112 @@
|
|||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
content: "";
|
||||
line-height: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hide-text {
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.input-block-level {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 30px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1030;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
font-size: 11px;
|
||||
line-height: 1.4;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
.tooltip.in {
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
.tooltip.top {
|
||||
margin-top: -3px;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.tooltip.right {
|
||||
margin-left: 3px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.tooltip.bottom {
|
||||
margin-top: 3px;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.tooltip.left {
|
||||
margin-left: -3px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.tooltip-inner {
|
||||
max-width: 200px;
|
||||
padding: 8px;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background-color: #000000;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.tooltip-arrow {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
.tooltip.top .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 5px 5px 0;
|
||||
border-top-color: #000000;
|
||||
}
|
||||
.tooltip.right .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
border-width: 5px 5px 5px 0;
|
||||
border-right-color: #000000;
|
||||
}
|
||||
.tooltip.left .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
border-width: 5px 0 5px 5px;
|
||||
border-left-color: #000000;
|
||||
}
|
||||
.tooltip.bottom .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 0 5px 5px;
|
||||
border-bottom-color: #000000;
|
||||
}
|
After Width: | Height: | Size: 180 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 105 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 107 B |
After Width: | Height: | Size: 101 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 8.7 KiB |
87
plugins/redmine_git_hosting/assets/stylesheets/bootstrap_custom.css
vendored
Normal file
|
@ -0,0 +1,87 @@
|
|||
/*
|
||||
BOOSTRAP CUSTOM 2
|
||||
*/
|
||||
ol.list-unstyled,
|
||||
ul.list-unstyled {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ol.list-inline,
|
||||
ul.list-inline {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
dl { margin-bottom: 10px; }
|
||||
dt, dd { line-height: 25px; }
|
||||
dt { font-weight: bold; }
|
||||
dd { margin-left: 10px; }
|
||||
|
||||
.dl-horizontal {}
|
||||
.dl-horizontal:before, .dl-horizontal:after { content: ""; display: table; line-height: 0; }
|
||||
.dl-horizontal:after { clear: both; }
|
||||
.dl-horizontal dt { color: #555555; clear: left; float: left; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 160px; }
|
||||
.dl-horizontal dd { margin-left: 180px; }
|
||||
.dl-xxxlarge dt { width: 500px; }
|
||||
.dl-xxxlarge dd { margin-left: 520px; }
|
||||
.dl-xxlarge dt { width: 400px; }
|
||||
.dl-xxlarge dd { margin-left: 420px; }
|
||||
.dl-xlarge dt { width: 300px; }
|
||||
.dl-xlarge dd { margin-left: 320px; }
|
||||
.dl-large dt { width: 240px; }
|
||||
.dl-large dd { margin-left: 260px; }
|
||||
.dl-small dt { width: 110px; }
|
||||
.dl-small dd { margin-left: 130px; }
|
||||
.dl-medium dt { width: 110px; }
|
||||
.dl-medium dd { margin-left: 125px; }
|
||||
.dl-xsmall dt { width: 50px; }
|
||||
.dl-xsmall dd { margin-left: 60px; }
|
||||
|
||||
|
||||
/*
|
||||
BOOSTRAP CUSTOM 3
|
||||
*/
|
||||
.table-wrap { table-layout: fixed; word-wrap: break-word; }
|
||||
|
||||
div.flash.warning, .conflict {
|
||||
background: url("../images/warning.png") no-repeat scroll 8px 18px #FFEBC1;
|
||||
}
|
||||
|
||||
|
||||
/*BOOTSTRAP LIKE*/
|
||||
.container {
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.col-md-4 {
|
||||
display: table-cell;
|
||||
width: 33.3333%;
|
||||
}
|
||||
|
||||
.col-md-6 {
|
||||
width: 45%;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.col-md-8 {
|
||||
display: table-cell;
|
||||
width: 66.6667%;
|
||||
}
|
||||
|
||||
.col-md-12 {
|
||||
width: 90%;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.row > .col-md-4,
|
||||
.row > .col-md-6,
|
||||
.row > .col-md-8,
|
||||
.row > .col-md-12 {
|
||||
padding: 0 10px;
|
||||
}
|
102
plugins/redmine_git_hosting/assets/stylesheets/git_urls.css
Normal file
|
@ -0,0 +1,102 @@
|
|||
.repository_name { color: #505050; margin-top: 5px; }
|
||||
|
||||
/*PROJECT OVERVIEW*/
|
||||
.repository-urls {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
/*
|
||||
GIT_URL_BOX
|
||||
*/
|
||||
.git_url_box { height: 25px; padding: 0; margin: 0px; }
|
||||
.git_url_desc { color: #666666; display: block; font-size: 11px; line-height: 25px; padding-top: 5px; }
|
||||
.git_url_permissions { float: left; width: 33px; height: 23px; margin: 0; padding: 0; border-style: solid; border-width: 1px; border-right: 0; border-color: #BBBBBB; }
|
||||
.git_url_permissions span {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.git_url_list { float: left; height: 23px; list-style-type: none; margin: 0px; padding: 0px; }
|
||||
.git_url_list li { float: left; }
|
||||
|
||||
.git_url_text {
|
||||
background-color: #FFFFFF;
|
||||
border-color: #BBBBBB;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 1px 1px;
|
||||
color: #000000;
|
||||
float: left;
|
||||
font-family: "DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
|
||||
font-size: 10px;
|
||||
height: 18px;
|
||||
margin: 0;
|
||||
min-width: 55%;
|
||||
padding: 3px 5px 2px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.git_url_list li a {
|
||||
background-color: #EEEEEE;
|
||||
background: url('../images/button.svg') 0 0 repeat; /* Opera needs an "image" :( - using svg for this so it will scale properly without looking too ugly */
|
||||
background: -khtml-gradient(linear, left top, left bottom, from(#F8F8F8), to(#DDDDDD)); /* Konquerer */
|
||||
background: -moz-linear-gradient(top, #F8F8F8, #DDDDDD); /* Gecko (Firefox, ...) */
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#DDDDDD)); /* Webkit (Chrome, Safari, ...) */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#DDDDDD'); /* IE 5.5 - 7 */
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#DDDDDD'); /* IE 8 */
|
||||
|
||||
border-style: solid;
|
||||
border-width: 1px 0 1px 1px;
|
||||
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
line-height: 23px;
|
||||
margin: 0;
|
||||
padding: 0 10px 0 11px;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
|
||||
color: #333333;
|
||||
text-shadow: 1px 1px 0 #FFFFFF;
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
.git_url_list li a:hover,
|
||||
.git_url_list li a:focus {
|
||||
background-color: #507AAA;
|
||||
background: url('../images/button_focus.svg') 0 0 repeat; /* Opera needs an "image" :( - using svg for this so it will scale properly without looking too ugly */
|
||||
background: -khtml-gradient(linear, left top, left bottom, from(#759FCF), to(#507AAA)); /* Konquerer */
|
||||
background: -moz-linear-gradient(top, #759FCF, #507AAA); /* Gecko (Firefox, ...) */
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#759FCF), to(#507AAA)); /* Webkit (Chrome, Safari, ...) */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#759FCF', endColorstr='#507AAA'); /* IE 5.5 - IE 7 */
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#759FCF', endColorstr='#507AAA'); /* IE 8 */
|
||||
|
||||
color: #FFFFFF;
|
||||
text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
|
||||
border-top-color: #759FCF;
|
||||
border-bottom-color: #507AAA;
|
||||
}
|
||||
|
||||
.git_url_list li.selected a {
|
||||
background-color: #BBBBBB;
|
||||
background: url('../images/button_selected.svg') 0 0 repeat; /* Opera needs an "image" :( - using svg for this so it will scale properly without looking too ugly */
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#AAAAAA)); /* Konquerer */
|
||||
background: -moz-linear-gradient(top, #CCCCCC, #AAAAAA); /* Gecko (Firefox, ...) */
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#AAAAAA)); /* Webkit (Chrome, Safari, ...) */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#AAAAAA'); /* IE 5.5 - IE 7 */
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#AAAAAA'); /* IE 8 */
|
||||
|
||||
color: #000;
|
||||
text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
.git_hosting h3::before {
|
||||
font-family: Font Awesome\ 5 Brands;
|
||||
content: "\f841"; /* fab git-alt */
|
||||
padding-right: 4px;
|
||||
font-size: 18px;
|
||||
}
|
228
plugins/redmine_git_hosting/assets/stylesheets/markdown.css
Normal file
|
@ -0,0 +1,228 @@
|
|||
.highlight table {
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.highlight table th {
|
||||
font-weight: 600;
|
||||
}
|
||||
.highlight table th,
|
||||
.highlight table td {
|
||||
padding: 6px 13px;
|
||||
border: 1px solid #dfe2e5;
|
||||
}
|
||||
.highlight table tr {
|
||||
background-color: #fff;
|
||||
border: 1px solid #c6cbd1;
|
||||
}
|
||||
.highlight table pre {
|
||||
margin: 0;
|
||||
}
|
||||
.highlight .cm {
|
||||
color: #999988;
|
||||
font-style: italic;
|
||||
}
|
||||
.highlight .cp {
|
||||
color: #999999;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .c1 {
|
||||
color: #999988;
|
||||
font-style: italic;
|
||||
}
|
||||
.highlight .cs {
|
||||
color: #999999;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
.highlight .c, .highlight .cd {
|
||||
color: #999988;
|
||||
font-style: italic;
|
||||
}
|
||||
.highlight .err {
|
||||
color: #a61717;
|
||||
background-color: #e3d2d2;
|
||||
}
|
||||
.highlight .gd {
|
||||
color: #000000;
|
||||
background-color: #ffdddd;
|
||||
}
|
||||
.highlight .ge {
|
||||
color: #000000;
|
||||
font-style: italic;
|
||||
}
|
||||
.highlight .gr {
|
||||
color: #aa0000;
|
||||
}
|
||||
.highlight .gh {
|
||||
color: #999999;
|
||||
}
|
||||
.highlight .gi {
|
||||
color: #000000;
|
||||
background-color: #ddffdd;
|
||||
}
|
||||
.highlight .go {
|
||||
color: #888888;
|
||||
}
|
||||
.highlight .gp {
|
||||
color: #555555;
|
||||
}
|
||||
.highlight .gs {
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .gu {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.highlight .gt {
|
||||
color: #aa0000;
|
||||
}
|
||||
.highlight .kc {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .kd {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .kn {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .kp {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .kr {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .kt {
|
||||
color: #445588;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .k, .highlight .kv {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .mf {
|
||||
color: #009999;
|
||||
}
|
||||
.highlight .mh {
|
||||
color: #009999;
|
||||
}
|
||||
.highlight .il {
|
||||
color: #009999;
|
||||
}
|
||||
.highlight .mi {
|
||||
color: #009999;
|
||||
}
|
||||
.highlight .mo {
|
||||
color: #009999;
|
||||
}
|
||||
.highlight .m, .highlight .mb, .highlight .mx {
|
||||
color: #009999;
|
||||
}
|
||||
.highlight .sb {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .sc {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .sd {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .s2 {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .se {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .sh {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .si {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .sx {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .sr {
|
||||
color: #009926;
|
||||
}
|
||||
.highlight .s1 {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .ss {
|
||||
color: #990073;
|
||||
}
|
||||
.highlight .s {
|
||||
color: #d14;
|
||||
}
|
||||
.highlight .na {
|
||||
color: #008080;
|
||||
}
|
||||
.highlight .bp {
|
||||
color: #999999;
|
||||
}
|
||||
.highlight .nb {
|
||||
color: #0086B3;
|
||||
}
|
||||
.highlight .nc {
|
||||
color: #445588;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .no {
|
||||
color: #008080;
|
||||
}
|
||||
.highlight .nd {
|
||||
color: #3c5d5d;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .ni {
|
||||
color: #800080;
|
||||
}
|
||||
.highlight .ne {
|
||||
color: #990000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .nf {
|
||||
color: #990000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .nl {
|
||||
color: #990000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .nn {
|
||||
color: #555555;
|
||||
}
|
||||
.highlight .nt {
|
||||
color: #000080;
|
||||
}
|
||||
.highlight .vc {
|
||||
color: #008080;
|
||||
}
|
||||
.highlight .vg {
|
||||
color: #008080;
|
||||
}
|
||||
.highlight .vi {
|
||||
color: #008080;
|
||||
}
|
||||
.highlight .nv {
|
||||
color: #008080;
|
||||
}
|
||||
.highlight .ow {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .o {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.highlight .w {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
.highlight {
|
||||
background-color: #f8f8f8;
|
||||
}
|
23
plugins/redmine_git_hosting/assets/stylesheets/plugin.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
PLUGIN ICON
|
||||
*/
|
||||
|
||||
#admin-menu a.redmine-git-hosting::before {
|
||||
font-family: Font Awesome\ 5 Brands;
|
||||
font-size: 1.4em;
|
||||
content: "\f841"; /* fab fa-git-alt */
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#admin-menu a.redmine-git-hosting {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.authors-list {
|
||||
columns: 2;
|
||||
-webkit-columns: 2;
|
||||
-moz-columns: 2;
|
||||
}
|
||||
|
||||
.icon-git { padding-right: 10px; }
|
||||
.icon-git-disabled { opacity: 0.5; }
|