summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-17 16:32:41 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-17 16:32:41 +0100
commit33da54afb2f8d5d0d42f188d6d0bb03e6eac3423 (patch)
treee3244296ef3bce0f710e78b6403d39da75507d9c /css
parent3fe78e4df77df893fb5fccb4a7395704e66c1a60 (diff)
Remove old comments
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css102
1 files changed, 0 insertions, 102 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 08313e9..aa57292 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -263,97 +263,12 @@ div.vertical-line{
min-height: 6em;
}
-/**** animations *****/
-.transition, .quadrants > * > .block {
- /*-moz-transition: all 1s ease;
- -webkit-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;*/
-}
-
.block > .scrollable-content-container {
padding-left: 1em;
padding-right: 1em;
}
/***** responsiveness *****/
-/* lg */
-@media (min-width: 1200px) {
- /*html, body, #gui, #block-row {
- height: 100%;
- }*/
-
- /* default for all quadrants (no focus anywhere) */
- /*.quadrants > * > .block {
- overflow: auto;
- min-height: 100%; height: 100%;
- }*/
-
- /* code_editor */
- /*#screen_prolog .block.block2 {
- min-height: 100%; height: 100%;
- }*/
-
- /* console */
- /*#screen_prolog .block.block3 {
- min-height: 100%; height: 100%;
- }*/
-
- /* code_editor */
- /*#screen_python .block.block2 {
- min-height: 100%; height: 100%;
- }*/
-
- /* console */
- /*#screen_python .block.block3 {
- min-height: 100%; height: 100%;
- }*/
-}
-
-/* md */
-@media (min-width: 992px) and (max-width: 1199px) {
- /*html, body, #gui, #block-row {
- height: 100%;
- }*/
-
- /* default for all quadrants (no focus anywhere) */
- /*.quadrants > * > .block {
- overflow: auto;
- min-height: 50%; height: 50%;
- }*/
-
- /*.quadrants#screen_prolog > * > .block {
- overflow: auto;
- min-height: 100%; height: 100%;
- }*/
-
- /* code_editor */
- /*#screen_prolog .block.block2 {
- min-height: 50%; height: 50%;
- }*/
-
- /* console */
- /*#screen_prolog .block.block3 {
- min-height: 50%; height: 50%;
- }*/
-
- /*.quadrants#screen_python > * > .block {
- overflow: auto;
- min-height: 100%; height: 100%;
- }*/
-
- /* code_editor */
- /*#screen_python .block.block2 {
- min-height: 50%; height: 50%;
- }*/
-
- /* console */
- /*#screen_python .block.block3 {
- min-height: 50%; height: 50%;
- }*/
-}
-
/* md & ld */
@media (min-width: 992px) {
@@ -480,7 +395,6 @@ div.vertical-line{
/* END layouts */
-
.block-left, .block-right {
min-height: 100%; height: 100%;
}
@@ -572,22 +486,6 @@ div.vertical-line{
}
/***** helpers *****/
-/** webkit-scrollbar 1 **/
-/*::-webkit-scrollbar {
- width: 12px;
-}
-
-::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
- border-radius: 10px;
-}
-
-::-webkit-scrollbar-thumb {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
-}*/
-
-
/** webkit-scrollbar 2**/
::-webkit-scrollbar {
width: 6px;