İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,92 @@
|
||||
.search-btn-p {
|
||||
|
||||
padding: 7px 5px 4px 5px !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.main-icons {
|
||||
|
||||
top: 5px;
|
||||
|
||||
}
|
||||
|
||||
.table td {
|
||||
|
||||
padding:0px 5px;
|
||||
|
||||
}
|
||||
|
||||
.table td input,.table .select2-selection,.table td select {
|
||||
|
||||
border:none;
|
||||
|
||||
background:none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.table td input,.table td select{
|
||||
|
||||
min-width:150px;
|
||||
|
||||
}
|
||||
|
||||
.table td input[type=checkbox],.table td input[type=radio] {
|
||||
|
||||
min-width:initial;
|
||||
|
||||
}
|
||||
|
||||
.table .btn {
|
||||
|
||||
margin:3px;
|
||||
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
.arrow-left {
|
||||
|
||||
width: 0px;
|
||||
|
||||
height: 0px;
|
||||
|
||||
border-top: 10px solid transparent;
|
||||
|
||||
border-bottom: 10px solid transparent;
|
||||
|
||||
border-right: 10px solid blue;
|
||||
|
||||
}
|
||||
|
||||
.arrow-right {
|
||||
|
||||
width: 0px;
|
||||
|
||||
height: 0px;
|
||||
|
||||
border-top: 10px solid transparent;
|
||||
|
||||
border-bottom: 10px solid transparent;
|
||||
|
||||
border-left: 10px solid blue;
|
||||
|
||||
float:right !important;
|
||||
|
||||
opacity:0.5
|
||||
|
||||
}
|
||||
.block, .card, .modal-content {
|
||||
border-radius:20px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.block-header {
|
||||
border-radius: 20px 20px 0 0
|
||||
}
|
||||
.btn {
|
||||
border-radius:20px;
|
||||
}
|
||||
Vendored
+22079
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,325 @@
|
||||
body {
|
||||
font-family: 'Muli', sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.textBold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
table.pvtTable {
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.pvtTable thead tr th, table.pvtTable tbody tr th {
|
||||
background-color: #e6EEEE;
|
||||
border: 1px solid #CDCDCD;
|
||||
font-size: 8pt;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table.pvtTable .pvtColLabel {text-align: center;}
|
||||
table.pvtTable .pvtTotalLabel {text-align: right;}
|
||||
|
||||
table.pvtTable tbody tr td {
|
||||
color: #3D3D3D;
|
||||
padding: 5px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #CDCDCD;
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.pvtTotal, .pvtGrandTotal { font-weight: bold; }
|
||||
|
||||
.pvtVals {
|
||||
/* text-align: center; */
|
||||
white-space: nowrap;
|
||||
}
|
||||
.pvtRowOrder, .pvtColOrder {
|
||||
cursor:pointer;
|
||||
width: 15px;
|
||||
margin-left: 5px;
|
||||
display: inline-block; }
|
||||
.pvtAggregator { margin-bottom: 5px ;}
|
||||
|
||||
.pvtAxisContainer, .pvtVals {
|
||||
/* border: 1px solid gray; */
|
||||
/* background: #EEE; */
|
||||
/* padding: 5px; */
|
||||
min-width: 20px;
|
||||
min-height: 40px;
|
||||
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
.pvtAxisContainer li {
|
||||
margin: 8px 6px;
|
||||
list-style-type: none;
|
||||
cursor:move;
|
||||
}
|
||||
.pvtAxisContainer li.pvtPlaceholder {
|
||||
-webkit-border-radius: 5px;
|
||||
padding: 3px 15px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px dashed #aaa;
|
||||
}
|
||||
|
||||
.pvtAxisContainer li span.pvtAttr {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* background: #F3F3F3; */
|
||||
/* border: 1px solid #DEDEDE; */
|
||||
padding: 2px 0px 2px 7px;
|
||||
white-space:nowrap;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
/* -webkit-border-radius: 5px; */
|
||||
/* -moz-border-radius: 5px; */
|
||||
/* border-radius: 5px; */
|
||||
}
|
||||
|
||||
.pvtTriangle {
|
||||
cursor:pointer;
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
.attrIcon .close {
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.pvtHorizList li { display: inline; }
|
||||
.pvtVertList { vertical-align: top; }
|
||||
|
||||
.pvtFilteredAttribute { font-style: italic }
|
||||
|
||||
.pvtFilterBox{
|
||||
z-index: 100;
|
||||
width: 320px;
|
||||
border: 1px solid gray;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pvtFilterBox h4{ margin: 15px; }
|
||||
.pvtFilterBox p { margin: 10px auto; }
|
||||
.pvtFilterBox label { font-weight: normal; }
|
||||
.pvtFilterBox input[type='checkbox'] { margin-right: 10px; margin-left: 10px; }
|
||||
.pvtFilterBox input[type='text'] { width: 230px; }
|
||||
.pvtFilterBox .count { color: gray; font-weight: normal; margin-left: 3px;}
|
||||
|
||||
.pvtCheckContainer{
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
max-height: 250px;
|
||||
border-top: 1px solid lightgrey;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.pvtCheckContainer p{ margin: 5px; }
|
||||
|
||||
.pvtRendererArea { padding: 5px;}
|
||||
|
||||
|
||||
#saveLoadArea {
|
||||
transition: .6s;
|
||||
}
|
||||
|
||||
.dropdown-menu .d-flex:hover {
|
||||
background-color: #f8f9fa !important;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.dropdown-item:active {
|
||||
background-color: #f8f9fa !important;
|
||||
}
|
||||
|
||||
.dropdown-item a {
|
||||
color: #212529 !important;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#saveLoadArea button.save {
|
||||
background-color: #004494 !important;
|
||||
}
|
||||
|
||||
#saveLoadArea .btn-outline-primary {
|
||||
color: #004494 !important;
|
||||
border-color: #004494 !important;
|
||||
}
|
||||
|
||||
#saveLoadArea .btn-outline-primary:hover,
|
||||
#saveLoadArea .btn-outline-primary:active,
|
||||
#saveLoadArea .btn-outline-primary[aria-expanded=true] {
|
||||
color: #fff !important;
|
||||
background-color: #004494 !important;
|
||||
border-color: #004494 !important;
|
||||
}
|
||||
|
||||
#saveLoadAreaIndicator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
#saveLoadArea {
|
||||
position: absolute;
|
||||
width: 400px;
|
||||
right: -400px;
|
||||
background-color: #3D3D3D;
|
||||
padding: 20px 20px;
|
||||
}
|
||||
|
||||
#saveLoadAreaIndicator {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
left: -60px;
|
||||
background-color: #fff;
|
||||
width: 60px;
|
||||
height: 124px;
|
||||
margin-top: -20px;
|
||||
border-top-left-radius: 9px;
|
||||
border-bottom-left-radius: 9px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#saveLoadArea .save_button {
|
||||
display: block;
|
||||
}
|
||||
#saveLoadArea .close_button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#saveLoadArea.active{
|
||||
right: 0 !important;
|
||||
}
|
||||
|
||||
#saveLoadArea.active .save_button {
|
||||
display: none;
|
||||
}
|
||||
#saveLoadArea.active .close_button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#saveLoadArea .btn-outline-primary {
|
||||
background-color: #FFF !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* tablo satırları ve sütunlarını oluşturan drop alanları */
|
||||
.pvtCols {
|
||||
padding: 5px;
|
||||
min-width: 149px;
|
||||
width: calc(100% - 270px);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.pvtRows {
|
||||
padding: 5px;
|
||||
max-height: 100vh;
|
||||
width: 235px;
|
||||
}
|
||||
|
||||
.pvtCols button.btn {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
margin: 8px 6px;
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.pvtRows button.btn {
|
||||
margin: 8px 6px;
|
||||
width: calc(100% - 12px);
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.pvtCols .close, .pvtRows .close {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.full-screen {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.responsive-table {
|
||||
overflow: auto;
|
||||
width: calc(100% - 270px);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
#modalForVariable li {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#modalForVariable li:hover {
|
||||
background-color: #3D3D3D;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#modalForVariable li:hover .pvtTriangle {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
#features > *:not(:nth-child(2)) {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#features a {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* WARNING FOR ROTATE - THE HORIZONTAL && SMALL SCREEN */
|
||||
.warning{
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
padding-top: 20vh;
|
||||
}
|
||||
|
||||
.warning > img{
|
||||
width: 40%;
|
||||
margin-left: 30%;
|
||||
}
|
||||
|
||||
.warning > .span{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 50px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
@@ -0,0 +1,246 @@
|
||||
#sidebar {
|
||||
|
||||
background: #ffffff!important;
|
||||
|
||||
box-shadow: 0px -5px 34px #0000001f;
|
||||
|
||||
}
|
||||
/*
|
||||
h1,h2,h3,h4,h5,h6,p,a,div,li {
|
||||
|
||||
font-family: 'Saira Semi Condensed', sans-serif !important;
|
||||
|
||||
font-weight: 500 !important;
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
.main-block input {
|
||||
|
||||
border:none !important;
|
||||
|
||||
text-align: center;
|
||||
|
||||
background: transparent;
|
||||
|
||||
}
|
||||
|
||||
.content-icon {
|
||||
|
||||
font-size: 116px !important;
|
||||
|
||||
margin: 6px;
|
||||
|
||||
}
|
||||
|
||||
/* The switch - the box around the slider */
|
||||
|
||||
.switch {
|
||||
|
||||
position: relative;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
width: 60px;
|
||||
|
||||
height: 34px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Hide default HTML checkbox */
|
||||
|
||||
.switch input {
|
||||
|
||||
opacity: 0;
|
||||
|
||||
width: 0;
|
||||
|
||||
height: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* The slider */
|
||||
|
||||
.slider {
|
||||
|
||||
position: absolute;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
top: 0;
|
||||
|
||||
left: 0;
|
||||
|
||||
right: 0;
|
||||
|
||||
bottom: 0;
|
||||
|
||||
background-color: #ccc;
|
||||
|
||||
-webkit-transition: .4s;
|
||||
|
||||
transition: .4s;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.slider:before {
|
||||
|
||||
position: absolute;
|
||||
|
||||
content: "";
|
||||
|
||||
height: 26px;
|
||||
|
||||
width: 26px;
|
||||
|
||||
left: 4px;
|
||||
|
||||
bottom: 4px;
|
||||
|
||||
background-color: white;
|
||||
|
||||
-webkit-transition: .4s;
|
||||
|
||||
transition: .4s;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.nav-main a, .block-header * {
|
||||
|
||||
font-size: 18px !important;
|
||||
|
||||
/* color: #ffffff; */
|
||||
}
|
||||
|
||||
.block-title input {
|
||||
|
||||
font-size:14px !important;
|
||||
|
||||
}
|
||||
|
||||
.block-content * {
|
||||
/* font-size:16px; */
|
||||
}
|
||||
|
||||
.block-options-item * {
|
||||
|
||||
font-size:14px !important;
|
||||
|
||||
}
|
||||
|
||||
.nav-main a * {
|
||||
|
||||
color: #000001 !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
||||
border:solid 1px #0000 !important;
|
||||
|
||||
}
|
||||
|
||||
.nav-main a:hover {
|
||||
|
||||
background: #000001;
|
||||
|
||||
/* color: #ffffff !important; */
|
||||
}
|
||||
|
||||
.nav-main li ul a:hover {
|
||||
|
||||
color:#000001;
|
||||
|
||||
}
|
||||
|
||||
.nav-main a:hover * {
|
||||
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.switch input:checked + .slider {
|
||||
|
||||
background-color: #000001;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.switch input:focus + .slider {
|
||||
|
||||
box-shadow: 0 0 1px #000001;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.switch input:checked + .slider:before {
|
||||
|
||||
-webkit-transform: translateX(26px);
|
||||
|
||||
-ms-transform: translateX(26px);
|
||||
|
||||
transform: translateX(26px);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Rounded sliders */
|
||||
|
||||
.slider.round {
|
||||
|
||||
border-radius: 34px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.slider.round:before {
|
||||
|
||||
border-radius: 50%;
|
||||
|
||||
}
|
||||
|
||||
.block .css-control {
|
||||
|
||||
float: right;
|
||||
|
||||
padding: 3px 7px;
|
||||
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
|
||||
min-height: 200px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.planning-responsive {
|
||||
|
||||
position: absolute !important;
|
||||
|
||||
height: calc(100% - 10px);
|
||||
|
||||
}
|
||||
|
||||
.pie form * {
|
||||
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
.pie form .btn.btn-rounded {
|
||||
|
||||
border-radius: 0px 10px 10px 0px !important;
|
||||
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
+6
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+6
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+6
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+6
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+6
File diff suppressed because one or more lines are too long
@@ -0,0 +1,33 @@
|
||||
.tree * {
|
||||
|
||||
|
||||
|
||||
margin:0;
|
||||
|
||||
padding:0;
|
||||
|
||||
}
|
||||
|
||||
.tree input{font-size:1em;}
|
||||
|
||||
ol.tree{padding-left:30px;}
|
||||
|
||||
.tree li{list-style-type:none;color: #1561a3;position:relative;margin-left:-15px;}
|
||||
|
||||
.tree li label{padding-left:37px;cursor:pointer;background:url("https://www.thecssninja.com/demo/css_tree/folder-horizontal.png") no-repeat 15px 2px;display:block;}
|
||||
|
||||
.tree li input{width:1em;height:1em;position:absolute;left:-0.5em;top:0;opacity:0;cursor:pointer;}
|
||||
|
||||
.tree li input + ol{height:1em;margin:-16px 0 0 -44px;background:url("https://www.thecssninja.com/demo/css_tree/toggle-small-expand.png") no-repeat 40px 0;}
|
||||
|
||||
.tree li input + ol > li{display:none;margin-left:-14px !important;padding-left:1px}
|
||||
|
||||
.tree li.file{margin-left:-1px !important;}
|
||||
|
||||
.tree li.file a{display:inline-block;padding-left:21px;color:#000;text-decoration:none;background:url("https://www.thecssninja.com/demo/css_tree/document.png") no-repeat 0 0;}
|
||||
|
||||
.tree li input:checked + ol{height:auto;margin:-21px 0 0 -44px;padding:25px 0 0 80px;background:url("https://www.thecssninja.com/demo/css_tree/toggle-small.png") no-repeat 40px 5px;}
|
||||
|
||||
.tree li input:checked + ol > li{display:block;margin:0 0 0.063em;}
|
||||
|
||||
.tree li input:checked + ol > li:first-child{margin:0 0 0.125em;}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user