X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/stylesheets/nitweb.css b/share/nitweb/stylesheets/nitweb.css index 3ca9e18..9e4fc8d 100644 --- a/share/nitweb/stylesheets/nitweb.css +++ b/share/nitweb/stylesheets/nitweb.css @@ -1,81 +1,61 @@ -/* Body */ - -body { - background: #f2f2f2; - margin-top: 70px; - margin-bottom: 70px; -} - -h1, h2, h3, h4, h5, h6 { - color: #666; -} - -a { - cursor: pointer; -} - -.nitdoc h1, .nitdoc h2, .nitdoc h3, .nitdoc h4, .nitdoc h5, .nitdoc h6 { - color: #333; -} - -.page-header { - margin-top: 0; - border: none; -} +/* + * Copyright 2017 Alexandre Terrasa . + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ -/* cards */ +/* utils */ -.card.active { - border: 1px solid #1E9431; +.no-margin { + margin: 0; } -.card-heading { - margin-top: 0; - margin-bottom: 5px; +.no-padding { + padding: 0; } -.card { - display: table; - width: 100%; - background: #fff; - border: 1px solid #ccc; - margin-top: 10px; - box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); -} - -.card-body, .card-left, .card-right { - display: table-cell; - padding: 15px; +.navbar-fixed-top { + background-color: #1E9431; + box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); } -.card-body { - padding: 15px 0; - width: 100% +#loading-bar .bar { + background: #FF8100; } -.card-body:first-child { - padding-left: 15px; +[ng-click] { + cursor: pointer; } -.card-body:last-child { - padding-right: 15px; -} +/* Body */ -.card-list { - margin-top: 10px; +body { + background: #f2f2f2; + margin-top: 70px; + margin-bottom: 70px; } -.card-list > .card:first-child { - border-top: 1px solid #ccc; +h1, h2, h3, h4, h5, h6 { + color: #666; } -.card-list > .card { - margin-top: 0; - border-top: none; +a { + cursor: pointer; } -.card-title { +.page-header { margin-top: 0; + border: none; } /* ui */ @@ -93,7 +73,7 @@ entity-list:hover .btn-filter { /* doc */ -.nitdoc .synopsys { +.nitdoc .synopsis { margin-top: 0; } @@ -151,79 +131,10 @@ entity-list:hover .btn-filter { pointer-events: none; } -/* search */ - -.search-input { - width: 100%; -} - -.search-results { - position: absolute; - margin-top: 2px; - right: 15px; - left: 15px; -} - -.search-results .card.active { - background: #eee; - border-color: #eee; -} - -.card-search { - cursor: pointer; -} - -/* loading bar */ - -#loading-bar .bar { - background: #FF8100; -} - /* navs */ .nav-tabs li { cursor: pointer; } -.navbar-fixed-top { - background-color: #1E9431; - box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); -} - -.navbar-fixed-top .form-control:hover, .navbar-fixed-top .form-control:focus { - background: rgba(255, 255, 255, 0.2); -} - -.navbar-fixed-top .form-control { - background: rgba(255, 255, 255, 0.1); - border: none; - color: #fff; - box-shadow: none; -} - -.navbar-fixed-top .form-control-icon { - color: #fff; -} - -.navbar-fixed-top *::-webkit-input-placeholder { - color: #fff; -} -.navbar-fixed-top *:-moz-placeholder { - /* FF 4-18 */ - color: #fff; -} -.navbar-fixed-top *::-moz-placeholder { - /* FF 19+ */ - color: #fff; -} -.navbar-fixed-top *:-ms-input-placeholder { - /* IE 10+ */ - color: #fff; -} - -.navbar-fixed-top .form-group { - margin-top: 8px; - margin-bottom: 0px; -} - /* Summary */ .summary h1, .summary h2, .summary h3, .summary h4, .summary h5, .summary h6 { @@ -245,69 +156,18 @@ entity-list:hover .btn-filter { * Ratings */ -.card .stars { - visibility: hidden -} - -.card:hover .stars { - visibility: visible -} - .star { color: grey; +} + +.editable .star { cursor: pointer; } -.star:hover, .star.active:hover { +.editable .star:hover, .editable .star.active:hover { color: #FF8100 } .star.active { color: #FFC000 } - -/* - * Users - */ - -.avatar { - border-radius: 2px; -} - -.avatar-icon { - width: 18px; - height: 18px; -} - -/* - * Code Highlighting - */ - -.nitcode a { color: inherit; text-decoration: inherit; } /* hide links */ -.nitcode a:hover { text-decoration: underline; } /* underline links */ -.nitcode span[title]:hover { text-decoration: underline; } /* underline titles */ -/* lexical raw tokens. independent of usage or semantic: */ -.nitcode .nc_c { color: gray; font-style: italic; } /* comment */ -.nitcode .nc_d { color: #3D8127; font-style: italic; } /* documentation comments */ -.nitcode .nc_k { font-weight: bold; } /* keyword */ -.nitcode .nc_o {} /* operator */ -.nitcode .nc_i {} /* standard identifier */ -.nitcode .nc_t { color: #445588; font-weight: bold; } /* type/class identifier */ -.nitcode .nc_a { color: #445588; font-style: italic; } /* old style attribute identifier */ -.nitcode .nc_l { color: #009999; } /* char and number literal */ -.nitcode .nc_s { color: #8F1546; } /* string literal */ -/* syntactic token usage. added because of their position in the AST */ -.nitcode .nc_ast { color: blue; } /* assert label */ -.nitcode .nc_la { color: blue; } /* break/continue label */ -.nitcode .nc_m { color: #445588; } /* module name */ -/* syntactic groups */ -.nitcode .nc_def { font-weight: bold; color: blue; } /* name used in a definition */ -.nitcode .nc_def.nc_a { color: blue; } /* name used in a attribute definition */ -.nitcode .nc_def.nc_t { color: blue; } /* name used in a class or vt definition */ -.nitcode .nc_ss { color: #9E6BEB; } /* superstrings */ -.nitcode .nc_cdef {} /* A whole class definition */ -.nitcode .nc_pdef {} /* A whole property definition */ -/* semantic token usage */ -.nitcode .nc_v { font-style: italic; } /* local variable or parameter */ -.nitcode .nc_vt { font-style: italic; } /* virtual type or formal type */ -.nitcode .nc_error { border: 1px red solid;} /* not used */