nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

custom.css (1440B)


      1 /*
      2  * Custom styles for the YUIDoc Bootstrap Theme
      3  * Authors: kevinlacotaco
      4  *          tonybaroneee
      5  */
      6 
      7 /* -- Navigation Bar -------------------------------------------------------- */
      8 
      9 .navbar .navbar-inner .brand {
     10     height: 40px;
     11     margin: 0;
     12     padding: 0 5px 0 10px;
     13     cursor: default;
     14 }
     15 
     16 .navbar-text {
     17     font-size: 12px;
     18     padding-left: 5px;
     19     cursor: default;
     20 }
     21 
     22 .navbar-form {
     23     margin-right: 3px;
     24 }
     25 
     26 #options-form {
     27     margin-top: 20px;
     28     padding-right: 20px;
     29 }
     30 
     31 /* -- Sidebar --------------------------------------------------------------- */
     32 
     33 #sidebar .tab-content {
     34     border: 1px solid #DFDFDF;
     35     border-top: 0px;
     36     padding-bottom: 5px;
     37     -webkit-border-radius: 0 0 4px 4px;
     38     -moz-border-radius: 0 0 4px 4px;
     39     border-radius: 0 0 4px 4px;
     40 }
     41 
     42 #api-tabview-filter input {
     43     width: 94.5%;
     44 }
     45 
     46 #sidebar .tab-pane li a {
     47     overflow: hidden;
     48     white-space: nowrap;
     49     text-overflow: ellipsis;
     50 }
     51 
     52 #sidebar .tab-pane li a:hover,
     53 #sidebar .tab-pane li a:focus {
     54     outline: 0;
     55     border: 0;
     56     text-decoration: none;
     57     color: #ffffff;
     58     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
     59     background-color: #0088cc;
     60 }
     61 
     62 /* -- Content --------------------------------------------------------------- */
     63 
     64 #docs-main {
     65     margin-top: 65px;
     66 }
     67 
     68 .content {
     69     padding-bottom: 50px;
     70 }
     71 
     72 .content .page-header h1 small {
     73     padding-left: 5px;
     74 }
     75 
     76 .content .well:not(.moduledesc) p {
     77     margin: 9px 0;
     78 }