default.css 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042
  1. /*-----------------------
  2. General styles
  3. -----------------------*/
  4. body {
  5. background: #fff;
  6. color: #0076a1;
  7. font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  8. text-align:left !important; /* override blueprint's ie.css */
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6 {
  16. color: #0082b6;
  17. font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  18. height: auto; /* override blueprint's screen.css */
  19. }
  20. strong,
  21. em,
  22. dt,
  23. b,
  24. i {
  25. font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  26. }
  27. a {
  28. color: #0076a1;
  29. outline: none !important; /* avoid ugly dotted border for Firefox */
  30. }
  31. a:hover {
  32. color: #cc6d00;
  33. text-decoration: underline;
  34. }
  35. a img {
  36. border: none;
  37. }
  38. div {
  39. outline: none !important; /* avoid ugly dotted border for Firefox, when listeners are added via js */
  40. }
  41. /* Added to override default italics */
  42. blockquote {
  43. font-style: normal;
  44. }
  45. li p {
  46. margin-bottom: 0.5em;
  47. }
  48. li blockquote {
  49. margin: 0;
  50. }
  51. table,
  52. td,
  53. th {
  54. vertical-align: baseline; /* override blueprint's screen.css */
  55. }
  56. .error,
  57. .notice,
  58. .success { /* override blueprint.css */
  59. border: 0 none transparent;
  60. margin-bottom: 0;
  61. padding: 0;
  62. background: transparent;
  63. border-color: transparent;
  64. }
  65. /*-----------------------
  66. Utility Classes
  67. -----------------------*/
  68. .selfclear:after {
  69. content: ".";
  70. display: block;
  71. height: 0;
  72. clear: both;
  73. visibility: hidden;
  74. }
  75. .selfclear {
  76. display: inline-block; /* IE 7 */
  77. }
  78. .selfclear {
  79. display: block;
  80. }
  81. * html .selfclear {
  82. height: 1px; /* IE < 7 */
  83. }
  84. /* Alpha transparency for IE6 */
  85. * html .pngfix {
  86. zoom: 1;
  87. behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1 ? (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "../img/transparent.gif") : (this.origBg = this.origBg ? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='" + (this.currentStyle.backgroundRepeat=='no-repeat' ? 'crop' : 'scale') +"')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
  88. }
  89. .leftwise {
  90. float:left;
  91. }
  92. .rightwise {
  93. float:right;
  94. }
  95. .nobreak {
  96. white-space: nowrap;
  97. }
  98. .hidden {
  99. display: none;
  100. }
  101. .wrap {
  102. min-width: 890px;
  103. max-width: 990px;
  104. margin: 0 auto;
  105. padding: 0;
  106. position: relative;
  107. }
  108. /*-----------------------
  109. Structural Elements
  110. -----------------------*/
  111. #header {
  112. background: #fff url(./chrome/header-bg.png) 0 100% repeat-x;
  113. }
  114. #main {
  115. background: #fff url(./chrome/main-bg.png) repeat-x;
  116. }
  117. #main .wrap {
  118. display: table;
  119. }
  120. #content {
  121. width: auto;
  122. min-width: 640px;
  123. max-width: 740px;/*790px total*/
  124. float: left;
  125. margin: -3px 228px 0 22px;
  126. padding: 16px 0 0 0;
  127. display: table-cell;
  128. background: #fff url(./chrome/content-bg.png) repeat-x;
  129. color: #262523;
  130. font-size: 1.2em;
  131. }
  132. .content-border {
  133. width: 22px;
  134. height: 100%;
  135. position: absolute;
  136. margin: -3px 0 0 0;
  137. padding: 0px;
  138. color: #262523;
  139. display: table-cell;
  140. }
  141. #content-left {
  142. left: 0px;
  143. background: #fff url(./chrome/content-left-bg.png) repeat-x;
  144. }
  145. #content-right {
  146. right: 207px;
  147. background: #fff url(./chrome/content-right-bg.png) repeat-x;
  148. }
  149. #sidebar {
  150. width: 190px;
  151. margin: 0 0 0 10px;
  152. padding: 143px 0 0;
  153. color: #0076a1;
  154. position: absolute;
  155. right: 6px;
  156. }
  157. * html #sidebar {
  158. margin: 0 -5px 0 5px;
  159. }
  160. #footer {
  161. background: #0076a1 url(./chrome/footer-bg.png) repeat-x;
  162. color: #d9d9d9;
  163. padding: 55px 0 75px;
  164. text-align: center;
  165. font-size: 0.84em;
  166. }
  167. /*-----------------------
  168. Header
  169. -----------------------*/
  170. #header .wrap {
  171. position: relative;
  172. height: 134px;
  173. padding: 1px 0 0;
  174. overflow: hidden;
  175. }
  176. #logo a {
  177. margin: 19px 0 0;
  178. float: left;
  179. width: 353px;
  180. height: 112px;
  181. overflow: hidden;
  182. text-indent: -9999em;
  183. background: url(./chrome/geoserver-logo.png) no-repeat;
  184. }
  185. #account-nav {
  186. position: absolute;
  187. top: 1.2em;
  188. right: 0;
  189. margin: 0;
  190. }
  191. #account-nav a {
  192. color: #0076a1;
  193. text-decoration: none;
  194. }
  195. #account-nav a:hover {
  196. color: #72a629;
  197. }
  198. #account-nav li {
  199. list-style-type: none;
  200. display: inline;
  201. border-right: 1px solid #c6e09b;
  202. padding: 0 0.8em;
  203. }
  204. #account-nav li.last {
  205. border-right: 0 none transparent;
  206. padding: 0 0 0 0.8em;
  207. }
  208. #top-nav {
  209. position: absolute;
  210. bottom: 42px;
  211. right: 195px;
  212. list-style: none;
  213. margin: 0;
  214. }
  215. #top-nav li {
  216. display: inline;
  217. margin: 0;
  218. padding: 0 8px;
  219. border-left: 1px solid #c6e09b;
  220. }
  221. #top-nav li:first-child, #top-nav li.first {
  222. border-left: 0;
  223. }
  224. #top-nav li a {
  225. color: #0076a1;
  226. font-weight: bold;
  227. font-size: 1.2em;
  228. text-decoration: none;
  229. font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  230. }
  231. #top-nav li a:hover {
  232. color: #72a629;
  233. }
  234. #quick-search {
  235. position: absolute;
  236. bottom: 40px;
  237. right: 6px;
  238. background: transparent url(./chrome/search-box.png) top left no-repeat;
  239. height: 28px;
  240. width: 190px;
  241. }
  242. #quick-search legend {
  243. display: none;
  244. }
  245. #quick-search fieldset {
  246. float: none;
  247. margin: 0;
  248. padding: 0;
  249. border: 0 none transparent;
  250. }
  251. #quick-search #quick-search-query {
  252. color: #72a629;
  253. font-size: 0.92em;
  254. border: 0;
  255. background: transparent;
  256. width: 145px;
  257. margin: 5px 0 0 8px;
  258. padding: 3px 0;
  259. }
  260. #quick-search #quick-search-submit {
  261. position: absolute;
  262. top: 6px;
  263. right: 5px;
  264. }
  265. /*-----------------------
  266. Content
  267. -----------------------*/
  268. #content #breadcrumbs {
  269. font-size: 0.85em;
  270. color: #c6e09b;
  271. border-bottom: 1px solid #c6e09b;
  272. margin: 0 0 1em;
  273. padding: 0 0 0.5em;
  274. }
  275. #content #breadcrumbs li {
  276. list-style-type: none;
  277. display: inline;
  278. }
  279. #content #breadcrumbs a {
  280. color: #72a629;
  281. text-decoration: none;
  282. }
  283. #content #breadcrumbs a:hover {
  284. color: #26b2dd;
  285. }
  286. #content h1 {
  287. background: #f3f3f3;
  288. padding: 4px;
  289. }
  290. #content h2,
  291. #content h3,
  292. #content h4 {
  293. border-bottom: 2px solid #e4f1d0;
  294. padding: 0 4px;
  295. }
  296. #content #relatedlinks {
  297. margin: 0;
  298. padding: 0;
  299. }
  300. #content #relatedlinks li {
  301. float: right;
  302. list-style-type: none;
  303. }
  304. #content #relatedlinks li a {
  305. padding: 0 0.5em;
  306. }
  307. #content #relatedlinks li.first a {
  308. padding: 0 0 0 0.5em;
  309. }
  310. #content .section {
  311. overflow: hidden;
  312. }
  313. #content h1 {
  314. font-size: 2em;
  315. margin: 0.2em 0 0.3em;
  316. }
  317. #content h2 {
  318. font-size: 1.75em;
  319. }
  320. #content abbr,
  321. #content acronym {
  322. border-bottom: 0 none transparent;
  323. }
  324. #content img {
  325. margin-bottom: 10px;
  326. max-width:99%;
  327. }
  328. #content .figure img {
  329. display: block;
  330. margin-left: auto;
  331. margin-right: auto;
  332. border: 1px solid #888;
  333. border-radius: 2px;
  334. -webkit-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3);
  335. -o-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3);
  336. -moz-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3);
  337. box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3);
  338. }
  339. /* taken from the default Sphinx theme */
  340. ul.search {
  341. margin: 10px 0 0 20px;
  342. padding: 0;
  343. }
  344. ul.search li {
  345. padding: 5px 0 5px 20px;
  346. background-image: url(./chrome/file.png);
  347. background-repeat: no-repeat;
  348. background-position: 0 7px;
  349. }
  350. ul.search li a {
  351. font-weight: bold;
  352. font-size: 1.1em;
  353. }
  354. ul.search li div.context {
  355. color: #888;
  356. margin: 2px 0 0 30px;
  357. text-align: left;
  358. }
  359. ul.keywordmatches li.goodmatch a {
  360. font-weight: bold;
  361. }
  362. ol {
  363. padding-left: 1em;
  364. }
  365. .docwarning {
  366. background-color: #ffe4e4;
  367. padding: 10px;
  368. margin: 0;
  369. border-bottom: 1px solid #f66;
  370. }
  371. p.subhead {
  372. font-weight: bold;
  373. margin-top: 20px;
  374. }
  375. p.caption {
  376. text-align: center;
  377. font-style: italic;
  378. font-size: small;
  379. margin-bottom: 1em;
  380. }
  381. #content td {
  382. text-align: left;
  383. }
  384. ul.fakelist {
  385. list-style: none;
  386. margin: 10px 0 10px 20px;
  387. padding: 0;
  388. }
  389. .field-list ul {
  390. padding-left: 1em;
  391. }
  392. .first {
  393. margin-top: 0 !important;
  394. }
  395. .guilabel, .menuselection {
  396. font-weight: bold;
  397. text-shadow: 1px 1px 0 #dddddd;
  398. }
  399. .literal {
  400. background: rgba(240,240,240,0.8);
  401. padding: 3px;
  402. }
  403. /* "Footnotes" heading */
  404. p.rubric {
  405. margin-top: 30px;
  406. font-weight: bold;
  407. }
  408. div.admonition {
  409. margin-top: 10px;
  410. margin-bottom: 10px;
  411. padding: 7px;
  412. }
  413. div.admonition dt {
  414. font-weight: bold;
  415. }
  416. div.admonition dl {
  417. margin-bottom: 0;
  418. }
  419. div.admonition p.admonition-title + p {
  420. display: inline;
  421. }
  422. div.seealso {
  423. background-color: #ffc;
  424. border: 1px solid #ff6;
  425. border-radius: 5px;
  426. }
  427. div.warning {
  428. background-color: #ffe4e4;
  429. border: 1px solid #f66;
  430. border-radius: 5px;
  431. }
  432. div.note {
  433. background-color: #9be4ff;
  434. border: 1px solid #068abb;
  435. border-radius: 5px;
  436. }
  437. p.admonition-title {
  438. margin: 0px 10px 5px 0px;
  439. font-weight: bold;
  440. display: inline;
  441. }
  442. p.admonition-title:after {
  443. content: ":";
  444. }
  445. table.docutils {
  446. border: 0;
  447. }
  448. table.docutils td, table.docutils th {
  449. padding: 1px 8px 1px 0;
  450. border-top: 0;
  451. border-left: 0;
  452. border-right: 0;
  453. border-bottom: 1px solid #aaa;
  454. }
  455. table.field-list td, table.field-list th {
  456. border: 0 !important;
  457. }
  458. table.footnote td, table.footnote th {
  459. border: 0 !important;
  460. }
  461. .field-list ul {
  462. margin: 0;
  463. padding-left: 1em;
  464. }
  465. .field-list p {
  466. margin: 0;
  467. }
  468. dl {
  469. margin-bottom: 15px;
  470. clear: both;
  471. }
  472. dd p {
  473. margin-top: 0px;
  474. }
  475. dd ul, dd table {
  476. margin-bottom: 10px;
  477. }
  478. dd {
  479. margin-top: 3px;
  480. margin-bottom: 10px;
  481. margin-left: 30px;
  482. }
  483. .refcount {
  484. color: #060;
  485. }
  486. dt:target,
  487. .highlight {
  488. background-color: #fbe54e;
  489. }
  490. dl.glossary dt {
  491. font-weight: bold;
  492. font-size: 1.1em;
  493. }
  494. th {
  495. text-align: left;
  496. padding-right: 5px;
  497. }
  498. pre {
  499. padding: 8px;
  500. background-color: rgba(240,240,240,0.8);
  501. color: #333;
  502. border: 1px solid #cccccc;
  503. border-radius: 2px;
  504. white-space: pre-wrap; /* css-3 */
  505. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  506. white-space: -o-pre-wrap; /* Opera 7 */
  507. word-wrap: break-word; /* Internet Explorer 5.5+ */
  508. }
  509. td.linenos pre {
  510. padding: 5px 0px;
  511. border: 0;
  512. background-color: transparent;
  513. color: #aaa;
  514. }
  515. table.highlighttable {
  516. margin-left: 0.5em;
  517. }
  518. table.highlighttable td {
  519. padding: 0 0.5em 0 0.5em;
  520. }
  521. tt {
  522. background-color: #ecf0f3;
  523. padding: 0 1px 0 1px;
  524. font-size: 0.95em;
  525. }
  526. tt.descname {
  527. background-color: transparent;
  528. font-weight: bold;
  529. font-size: 1.2em;
  530. }
  531. tt.descclassname {
  532. background-color: transparent;
  533. }
  534. tt.xref, a tt {
  535. background-color: transparent;
  536. font-weight: bold;
  537. }
  538. .footnote:target {
  539. background-color: #ffa
  540. }
  541. h1 tt,
  542. h2 tt,
  543. h3 tt,
  544. h4 tt,
  545. h5 tt,
  546. h6 tt {
  547. background-color: transparent;
  548. }
  549. .optional {
  550. font-size: 1.3em;
  551. }
  552. .versionmodified {
  553. font-style: italic;
  554. }
  555. form.comment {
  556. margin: 0;
  557. padding: 10px 30px 10px 30px;
  558. background-color: #eee;
  559. }
  560. form.comment h3 {
  561. background-color: #326591;
  562. color: white;
  563. margin: -10px -30px 10px -30px;
  564. padding: 5px;
  565. font-size: 1.4em;
  566. }
  567. form.comment input,
  568. form.comment textarea {
  569. border: 1px solid #ccc;
  570. padding: 2px;
  571. font-family: sans-serif;
  572. font-size: 100%;
  573. }
  574. form.comment input[type="text"] {
  575. width: 240px;
  576. }
  577. form.comment textarea {
  578. width: 100%;
  579. height: 200px;
  580. margin-bottom: 10px;
  581. }
  582. .system-message {
  583. background-color: #fda;
  584. padding: 5px;
  585. border: 3px solid red;
  586. }
  587. img.math {
  588. vertical-align: middle;
  589. }
  590. div.math p {
  591. text-align: center;
  592. }
  593. span.eqno {
  594. float: right;
  595. }
  596. /*-----------------------
  597. Sidebar
  598. -----------------------*/
  599. #sidebar a {
  600. text-decoration: none;
  601. }
  602. #sidebar a:hover {
  603. text-decoration: underline;
  604. }
  605. #download-link {
  606. display: block;
  607. margin: -145px -5px 23px -5px;
  608. width: 210px;
  609. height: 120px;
  610. overflow: hidden;
  611. text-indent: -9999em;
  612. background: url(./chrome/download-link.png) no-repeat;
  613. }
  614. #sidebar .section {
  615. padding: 0.9em 0;
  616. border-bottom: 2px solid #e4f1d0;
  617. margin: 0;
  618. }
  619. #sidebar .section h3 {
  620. margin: 0;
  621. font-size: 1em;
  622. font-weight: bold;
  623. font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
  624. }
  625. #sidebar .section ul {
  626. margin: 0;
  627. padding: 0;
  628. }
  629. #sidebar .section li {
  630. margin: 0 0 0.2em;
  631. padding: 0 0.3em 0 1em;
  632. list-style-type: none;
  633. }
  634. #sidebar .section li:before {
  635. content: "\00BB \0020";
  636. margin: 0 0 0 -1em;
  637. }
  638. #sidebar #toc {
  639. margin: -143px 0 20px;
  640. padding: 0;
  641. border-bottom: 0 none transparent;
  642. }
  643. #sidebar.contrast #toc h3 {
  644. background: url(./chrome/toc-contrast-top-bg.png) no-repeat;
  645. color: #fff;
  646. padding: 0.75em 1em;
  647. }
  648. #sidebar.contrast #toc ul {
  649. border-width: 0 1px;
  650. min-height: 95px;
  651. padding: 0.3em 0 0.75em;
  652. background: url(./chrome/toc-contrast-bg.png) 0 100% no-repeat;
  653. }
  654. * html #sidebar.contrast #toc ul {
  655. background: url(./chrome/toc-contrast-bg.gif) 0 100% no-repeat;
  656. }
  657. #sidebar.contrast #toc ul ul {
  658. border-width: 0;
  659. min-height: 0;
  660. background: none transparent;
  661. padding: 0;
  662. }
  663. #sidebar #toc li:before {
  664. content: "";
  665. margin: 0;
  666. }
  667. #sidebar #toc ul ul li:before {
  668. content: "\00BB \0020";
  669. margin: 0 0 0 -1em;
  670. }
  671. #blog-callout {
  672. background: #5cc1e6 url(./chrome/blog-callout-bg.png) 0 100% no-repeat;
  673. color: #fff;
  674. margin: 0.9em 0 0;
  675. padding: 0 0 15px;
  676. }
  677. #blog-callout dt {
  678. margin: 0;
  679. height: 58px;
  680. position: relative;
  681. overflow: hidden;
  682. text-indent: -9999em;
  683. background: url(./chrome/blog-callout.png) no-repeat;
  684. }
  685. #blog-callout dt strong a {
  686. position: absolute;
  687. width: 155px;
  688. height: 28px;
  689. top: 15px;
  690. left: 10px;
  691. background: url(./chrome/blog-callout.png) -10px -15px no-repeat;
  692. }
  693. #blog-callout dt a.rss {
  694. position: absolute;
  695. width: 20px;
  696. height: 20px;
  697. top: 15px;
  698. right: 10px;
  699. background: url(./chrome/blog-callout-rss.png) no-repeat;
  700. }
  701. #blog-callout dd {
  702. color: #fff;
  703. margin: 0 0 0 0.5em;
  704. }
  705. #blog-callout dd a {
  706. color: #fff;
  707. }
  708. .rssMacro table th, .rssMacro table td {
  709. border: 0 none transparent;
  710. }
  711. #blog-callout .rssMacro table td {
  712. margin: 0 0 0.2em;
  713. font-size: 0.9em;
  714. padding: 0 4px 0 1em;
  715. }
  716. #blog-callout .rssMacro table td b {
  717. font-weight: normal;
  718. }
  719. #blog-callout .rssMacro table td:before {
  720. content: "\00BB \0020";
  721. color: #fff;
  722. margin: 0 0 0 -1em;
  723. }
  724. /*-----------------------
  725. Footer
  726. -----------------------*/
  727. #footer p {
  728. margin: 0;
  729. padding: 1em 0 0;
  730. color: #d9d9d9;
  731. }
  732. #footer strong,
  733. #footer em,
  734. #footer dt,
  735. #footer b,
  736. #footer i {
  737. color: #d9d9d9;
  738. }
  739. #footer a {
  740. color: #fff;
  741. text-decoration: none;
  742. }
  743. #footer a:hover {
  744. color: #fff;
  745. text-decoration: underline;
  746. }
  747. /*-----------------------
  748. Miscellaneous
  749. -----------------------*/
  750. a.headerlink {
  751. color: #c60f0f;
  752. margin-left: 6px;
  753. padding: 0 4px;
  754. text-decoration: none;
  755. visibility: hidden;
  756. }
  757. h1:hover a.headerlink,
  758. h2:hover a.headerlink,
  759. h3:hover a.headerlink,
  760. h4:hover a.headerlink,
  761. h5:hover a.headerlink,
  762. h6:hover a.headerlink,
  763. dt:hover a.headerlink {
  764. visibility: visible;
  765. }
  766. a.headerlink:hover {
  767. background-color: #ccc;
  768. color: #fff;
  769. }
  770. .pagination-nav {
  771. margin: 1em 0 0;
  772. border-top: 2px solid #e4f1d0;
  773. }
  774. table.no-border td, table.no-border th {
  775. border-bottom: 0 none;
  776. }
  777. /*-----------------------
  778. Narrow
  779. -----------------------*/
  780. @media only screen and (max-width: 875px) {
  781. .wrap {
  782. min-width: 100%;
  783. margin: 0 0;
  784. }
  785. #logo a {
  786. background: url(./chrome/geoserver-logo-mobile.png) no-repeat;
  787. margin: 0px;
  788. }
  789. #header .wrap {
  790. height: 115px;
  791. }
  792. #top-nav {
  793. right: auto;
  794. bottom: 35px;
  795. }
  796. #quick-search {
  797. bottom: 33px;
  798. right: 6px;
  799. }
  800. #content {
  801. min-width: 100%;
  802. box-sizing: border-box;
  803. margin: -3px 0px 0 0px;
  804. padding: 16px 6px 0 6px;
  805. }
  806. #content-left {
  807. display:none;
  808. }
  809. #content-right {
  810. display:none;
  811. }
  812. #sidebar {
  813. display: none;
  814. }
  815. }
  816. /*-----------------------
  817. Mobile
  818. -----------------------*/
  819. @media only screen
  820. and (min-device-width: 320px)
  821. and (max-device-width: 640px)
  822. and (-webkit-min-device-pixel-ratio: 2) {
  823. .wrap {
  824. min-width: 100%;
  825. margin: 0 0;
  826. }
  827. #logo a {
  828. background: url(./chrome/geoserver-logo-mobile.png) no-repeat;
  829. margin: 0px;
  830. }
  831. #header .wrap {
  832. height: 115px;
  833. }
  834. #top-nav {
  835. right: auto;
  836. bottom: 31px;
  837. }
  838. #quick-search {
  839. bottom: 33px;
  840. right: 6px;
  841. }
  842. #content {
  843. min-width: 100%;
  844. box-sizing: border-box;
  845. margin: -3px 0px 0 0px;
  846. padding: 16px 6px 0 6px;
  847. font-size: 2.2em;
  848. }
  849. #content-left {
  850. display:none;
  851. }
  852. #content-right {
  853. display:none;
  854. }
  855. #content #breadcrumbs {
  856. font-size: .85em;
  857. }
  858. #top-nav li a {
  859. font-size: 2em;
  860. }
  861. #footer {
  862. font-size: 1em;
  863. }
  864. #content h1 {
  865. font-size: 3em;
  866. }
  867. #content h2 {
  868. font-size: 2.5em;
  869. }
  870. #sidebar {
  871. display: none;
  872. }
  873. }