github.com/qubitproducts/logspray@v0.2.14/server/swagger-ui/src/main/less/style.less (about) 1 2 3 .swagger-section #header a#logo { 4 font-size: 1.5em; 5 font-weight: bold; 6 text-decoration: none; 7 padding: 20px 0 20px 40px; 8 } 9 10 #text-head{ 11 font-size: 80px; 12 font-family: 'Roboto', sans-serif; 13 color: #ffffff; 14 float: right; 15 margin-right: 20%; 16 } 17 18 .navbar-fixed-top .navbar-nav { 19 height:auto; 20 } 21 22 .navbar-fixed-top .navbar-brand { 23 height: auto; 24 } 25 26 .navbar-header { 27 height: auto; 28 } 29 30 .navbar-inverse { 31 background-color: #000; 32 border-color: #000; 33 } 34 35 #navbar-brand { 36 margin-left: 20%; 37 38 } 39 40 .navtext { 41 font-size: 10px; 42 43 } 44 45 .h1, h1 { 46 font-size: 60px; 47 48 } 49 50 51 52 .navbar-default .navbar-header .navbar-brand { 53 color: #a2dfee; 54 } 55 56 /* tag titles */ 57 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a { 58 color: #393939; 59 font-family: 'Arvo', serif; 60 font-size: 1.5em; 61 62 } 63 64 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover { 65 color: black; 66 } 67 68 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 { 69 color: #525252; 70 padding-left: 0px; 71 display: block; 72 clear: none; 73 float: left; 74 font-family: 'Arvo', serif; 75 font-weight: bold; 76 } 77 78 .navbar-default .navbar-collapse, .navbar-default .navbar-form { 79 border-color: #0A0A0A; 80 } 81 82 .container1 { 83 width: 1500px; 84 margin: auto; 85 margin-top: 0; 86 background-repeat: no-repeat; 87 background-position: -40px -20px; 88 margin-bottom: 210px; 89 } 90 91 .container-inner { 92 width: 1200px; 93 margin: auto; 94 background-color: rgba(223,227,228, 0.75); 95 padding-bottom: 40px; 96 padding-top: 40px; 97 border-radius: 15px; 98 99 } 100 101 .header-content { 102 padding: 0; 103 width: 1000px; 104 105 } 106 107 .title1 { 108 font-size: 80px; 109 font-family: 'Vollkorn', serif; 110 color: #404040; 111 text-align: center; 112 padding-top: 40px; 113 padding-bottom: 100px; 114 } 115 116 #icon { 117 margin-top: -18px; 118 } 119 120 .subtext{ 121 font-size: 25px; 122 font-style: italic; 123 color: #08b; 124 text-align: right; 125 padding-right: 250px; 126 } 127 128 .container-fluid { 129 130 } 131 132 .bg-primary { 133 background-color: #00468b; 134 } 135 136 .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { 137 color: #08b; 138 } 139 140 .navbar-default .nav > li>a, .navbar-default .nav>li>a:hover { 141 color: #08b; 142 } 143 144 .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus:hover { 145 color: #08b; 146 } 147 148 .text-faded { 149 font-size: 25px; 150 font-family: 'Vollkorn', serif; 151 } 152 153 .section-heading{ 154 font-family: 'Vollkorn', serif; 155 font-size: 45px; 156 padding-bottom: 10px; 157 } 158 159 hr { 160 border-color: #00468b; 161 padding-bottom: 10px; 162 } 163 164 .description { 165 margin-top: 20px; 166 padding-bottom: 200px; 167 } 168 .description li { 169 font-family: 'Vollkorn', serif; 170 font-size: 25px; 171 color: #525252; 172 margin-left: 28%; 173 padding-top: 5px; 174 } 175 176 .gap { 177 margin-top: 200px; 178 } 179 180 .troubleshootingtext { 181 color: rgba(255,255,255,.7); 182 padding-left: 30%; 183 } 184 185 .troubleshootingtext li { 186 list-style-type: circle; 187 font-size: 25px; 188 padding-bottom: 5px; 189 } 190 191 .overlay { 192 position:absolute; 193 top:0; 194 left:0; 195 width:100%; 196 height:100%; 197 z-index:1000; 198 } 199 200 .block.response_body.json:hover{ 201 cursor: pointer; 202 } 203 204 .backdrop { 205 color: blue; 206 } 207 208 #myModal { 209 height: 100%; 210 } 211 212 .modal-backdrop { 213 bottom: 0; 214 position: fixed; 215 } 216 217 .curl { 218 padding: 10px; 219 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; 220 font-size: 0.9em; 221 max-height: 400px; 222 margin-top: 5px; 223 overflow-y: auto; 224 background-color: #fcf6db; 225 border: 1px solid #e5e0c6; 226 border-radius: 4px; 227 228 } 229 230 .curl_title { 231 font-size: 1.1em; 232 margin: 0; 233 padding: 15px 0 5px; 234 font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; 235 font-weight: 500; 236 line-height: 1.1; 237 } 238 239 .footer { 240 display: none; 241 } 242 243 .swagger-section .swagger-ui-wrap h2 { 244 padding: 0; 245 } 246 247 h2 { 248 margin: 0; 249 margin-bottom: 5px; 250 } 251 252 .markdown p { 253 font-size: 15px; 254 font-family: 'Arvo', serif; 255 } 256 257 .swagger-section .swagger-ui-wrap .code { 258 font-size: 15px; 259 font-family: 'Arvo',serif; 260 } 261 262 .swagger-section .swagger-ui-wrap b { 263 font-family: 'Arvo',serif; 264 } 265 266 #signin:hover { 267 cursor: pointer; 268 } 269 270 .dropdown-menu { 271 padding: 15px; 272 } 273 274 .navbar-right .dropdown-menu { 275 left: 0; 276 right: auto; 277 } 278 279 #signinbutton { 280 width: 100%; 281 height: 32px; 282 font-size: 13px; 283 font-weight: bold; 284 color: #08b; 285 } 286 287 .navbar-default .nav > li .details { 288 color: #000000; 289 text-transform: none; 290 font-size: 15px; 291 font-weight: normal; 292 font-family: 'Open Sans', sans-serif; 293 font-style: italic; 294 line-height: 20px; 295 top: -2px; 296 } 297 298 .navbar-default .nav > li .details:hover { 299 color: black; 300 301 } 302 303 #signout { 304 width: 100%; 305 height: 32px; 306 font-size: 13px; 307 font-weight: bold; 308 color: #08b; 309 }