github.com/cayleygraph/cayley@v0.7.7/static/css/query_editor.css (about)

     1  /*
     2  // Copyright 2014 The Cayley Authors. All rights reserved.
     3  //
     4  // Licensed under the Apache License, Version 2.0 (the "License");
     5  // you may not use this file except in compliance with the License.
     6  // You may obtain a copy of the License at
     7  //
     8  //     http://www.apache.org/licenses/LICENSE-2.0
     9  //
    10  // Unless required by applicable law or agreed to in writing, software
    11  // distributed under the License is distributed on an "AS IS" BASIS,
    12  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13  // See the License for the specific language governing permissions and
    14  // limitations under the License.
    15  */
    16  
    17  .codecol {
    18    /* background-color: rgba(0,0,0,.2); */
    19    margin-bottom: 10px;
    20    padding-bottom: 10px;
    21    border: 0 #f2f2f2 solid;
    22    border-bottom-width: 1px;
    23  }
    24  .spacer {
    25    margin-bottom: 2em;
    26  }
    27  
    28  line.link {
    29    fill: none;
    30    stroke-width: 1.5px;
    31  }
    32        
    33  .active {
    34    font-weight: bold;
    35  }
    36  
    37  .CodeMirror {
    38    font-family: "Inconsolata", monospace;
    39    font-size: 120%;
    40  }
    41  
    42  #visualize {
    43    width: 100%;
    44    height: 700px;
    45  }