public.devel/app/styles/application.scss.o

Summary

Maintainability
Test Coverage
/**
 * Primary Application Stylesheet
 * 
 * @langversion SASS (http://sass-lang.com/)
 * 
 * @author University of Alcala
 * @since  August, 2013
 */

 /* variables */

$label-width: 100px;
/* Edunet's dark green */
$log-label-color: #357A8B;

/* Edunet's light green */
/* $log-label-color: #00B19E; */

/**
@To-do: - add sections
        - refactor
        - refactor to sass syntax

**/

.jit-autoadjust-label {
  padding: 15px;
}

#infovis-label div.node{
  padding-top:0 !important;
  word-wrap: break-word;
  background-color:transparent;
}

#infovis-label div.node[id^='_pag_'] {
    color: #fff !important; 
    margin-top: 6px !important;
    font-size: 20px !important; 
}
#update, #restore {
  text-align: center;
  width: 100px;
  margin:0px 35px 10px 35px;
}
.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  /*font: 14px / 100% Arial, Helvetica, sans-serif;*/
  font-size: 14px;
  padding: 0.5em 1em 0.55em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top,  #ededed,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
a {
    color:#23A4FF;
}
#container {
    width: 1000px;
    height: 400px;
    margin:0 auto;
    position:relative;
}
#center-container {
    height:500px;
    position:absolute;
    top:0;
    left:200px;
    background-color:#1a1a1a;
    color:#ccc;
}
.text {
    margin: 7px;
}
#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}
#log {
    text-align:center;
}
#infovis {
   position:relative;
   width:inherit;
   height:500px;
   margin:auto;
   overflow:hidden;
   cursor:move;
}
/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}



 /* sass */

body {
  padding-top: initial !important;
  min-height: initial !important;
}
/* top bar */

body > div > .container {
  margin-top: 70px;
}

#tooltip{
  word-wrap: break-word;  
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.label-log {
  background-color: $log-label-color;
}
.related-label{
  display:inline-block;
  width: $label-width;
  position:absolute;
  top:-100px;
  left:-100px;
  word-wrap: break-word;
}
.marlefn15 {
  margin-left: -15px;
}
.martop05 {
  margin-top: 0.5em;
}
.martop1 {
  margin-top: 1em;
}
.martop2 {
  margin-top: 2em;
}
div.jumbotron {
  font-size: inherit;
}
.flag {
  margin-right: 0.5em;
}
#spinner {
  height: 500px;
  margin-top: 100px;
}
#log.fade {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.log-area{
  text-align:center;
  font-size:14px;
}
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
.bs-callout-normal {
  background-color: #eee;
  padding: 48px 60px;
  border-radius: 6px;
}
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

/* JSON prettifier */

pre {padding: 5px; margin: 5px;background-color:#f5f5f5; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }