summaryrefslogtreecommitdiff
path: root/blueview/style.css
blob: 2e10fad623cb3881cbab68e635ecab423f7e3e56 (plain)
  1. /* ikiwiki style sheet */
  2. /* Note that instead of modifying this style sheet, you can instead edit
  3. * local.css and use it to override or change settings in this one.
  4. */
  5. /* html5 compat */
  6. article,
  7. header,
  8. footer,
  9. nav {
  10. display: block;
  11. }
  12. .header {
  13. margin: 0;
  14. font-size: 140%;
  15. font-weight: bold;
  16. line-height: 1em;
  17. display: block;
  18. }
  19. .inlineheader .author {
  20. margin: 0;
  21. font-size: 112%;
  22. font-weight: bold;
  23. display: block;
  24. }
  25. .actions ul {
  26. margin: 0;
  27. padding: 6px .4em;
  28. height: 1em;
  29. list-style-type: none;
  30. }
  31. .actions li {
  32. display: inline;
  33. padding: .2em;
  34. }
  35. .pageheader .actions ul {
  36. border-bottom: 1px solid #000;
  37. }
  38. .inlinepage .actions ul {
  39. border-bottom: 0;
  40. }
  41. #otherlanguages ul {
  42. margin: 0;
  43. padding: 6px;
  44. list-style-type: none;
  45. }
  46. #otherlanguages li {
  47. display: inline;
  48. padding: .2em .4em;
  49. }
  50. .pageheader #otherlanguages {
  51. border-bottom: 1px solid #000;
  52. }
  53. .inlinecontent {
  54. margin-top: .4em;
  55. }
  56. .pagefooter,
  57. .inlinefooter,
  58. .comments {
  59. clear: both;
  60. }
  61. #pageinfo {
  62. margin: 1em 0;
  63. border-top: 1px solid #000;
  64. }
  65. .tags {
  66. margin-top: 1em;
  67. }
  68. .inlinepage .tags {
  69. display: inline;
  70. }
  71. .mapparent {
  72. text-decoration: none;
  73. }
  74. .img caption {
  75. font-size: 80%;
  76. caption-side: bottom;
  77. text-align: center;
  78. }
  79. img.img {
  80. margin: 0.5ex;
  81. }
  82. .align-left {
  83. float:left;
  84. }
  85. .align-right {
  86. float:right;
  87. }
  88. #backlinks {
  89. margin-top: 1em;
  90. }
  91. #searchform {
  92. display: inline;
  93. float: right;
  94. }
  95. #editcontent {
  96. width: 98%;
  97. }
  98. .editcontentdiv {
  99. width: auto;
  100. overflow: auto;
  101. }
  102. img {
  103. border-style: none;
  104. }
  105. pre {
  106. overflow: auto;
  107. }
  108. div.recentchanges {
  109. border-style: solid;
  110. border-width: 1px;
  111. overflow: auto;
  112. width: auto;
  113. clear: none;
  114. background: #eee;
  115. color: black !important;
  116. }
  117. .recentchanges .metadata {
  118. padding: 0px 0.5em;
  119. }
  120. .recentchanges .changelog {
  121. font-style: italic;
  122. clear: both;
  123. display: block;
  124. padding: 1px 2px;
  125. background: white !important;
  126. color: black !important;
  127. }
  128. .recentchanges .desc {
  129. display: none;
  130. }
  131. .recentchanges .diff {
  132. display: none;
  133. }
  134. .recentchanges .committer {
  135. float: left;
  136. margin: 0;
  137. width: 40%;
  138. }
  139. .recentchanges .committype {
  140. float: left;
  141. margin: 0;
  142. width: 5%;
  143. font-size: small;
  144. }
  145. .recentchanges .changedate {
  146. float: left;
  147. margin: 0;
  148. width: 35%;
  149. font-size: small;
  150. }
  151. .recentchanges .pagelinks,
  152. .recentchanges .revert {
  153. float: right;
  154. margin: 0;
  155. width: 60%;
  156. }
  157. .blogform, #blogform {
  158. padding: 10px 10px;
  159. border: 1px solid #aaa;
  160. background: #eee;
  161. color: black !important;
  162. width: auto;
  163. overflow: auto;
  164. }
  165. .inlinepage {
  166. padding: 10px 10px;
  167. border: 1px solid #aaa;
  168. overflow: auto;
  169. }
  170. .pagedate,
  171. .pagelicense,
  172. .pagecopyright {
  173. font-style: italic;
  174. display: block;
  175. margin-top: 1em;
  176. }
  177. .error {
  178. color: #C00;
  179. }
  180. .sidebar {
  181. width: 20ex;
  182. float: right;
  183. margin-left: 4px;
  184. margin-bottom: 4px;
  185. margin-top: -1px;
  186. padding: 0ex 2ex;
  187. background: white;
  188. border: 1px solid black;
  189. color: black !important;
  190. }
  191. hr.poll {
  192. height: 10pt;
  193. color: white !important;
  194. background: #eee;
  195. border: 2px solid black;
  196. }
  197. div.poll {
  198. margin-top: 1ex;
  199. margin-bottom: 1ex;
  200. padding: 1ex 1ex;
  201. border: 1px solid #aaa;
  202. }
  203. span.color {
  204. padding: 2px;
  205. }
  206. .comment-header,
  207. .microblog-header {
  208. font-style: italic;
  209. margin-top: .3em;
  210. }
  211. .comment .author,
  212. .microblog .author {
  213. font-weight: bold;
  214. }
  215. .comment-subject {
  216. font-weight: bold;
  217. }
  218. .comment-avatar {
  219. float: right;
  220. }
  221. .comment {
  222. border: 1px solid #aaa;
  223. padding: 3px;
  224. }
  225. div.progress {
  226. margin-top: 1ex;
  227. margin-bottom: 1ex;
  228. border: 1px solid #888;
  229. width: 400px;
  230. background: #eee;
  231. color: black !important;
  232. padding: 1px;
  233. }
  234. div.progress-done {
  235. background: #ea6 !important;
  236. color: black !important;
  237. text-align: center;
  238. padding: 1px;
  239. }
  240. /* things to hide in printouts */
  241. @media print {
  242. .actions { display: none; }
  243. .tags { display: none; }
  244. .trails { display: none; }
  245. .feedbutton { display: none; }
  246. #searchform { display: none; }
  247. .blogform, #blogform { display: none; }
  248. #backlinks { display: none; }
  249. }
  250. /* infobox template */
  251. .infobox {
  252. float: right;
  253. margin-left: 2ex;
  254. margin-top: 1ex;
  255. margin-bottom: 1ex;
  256. padding: 1ex 1ex;
  257. border: 1px solid #aaa;
  258. background: white;
  259. color: black !important;
  260. }
  261. /* notebox template */
  262. .notebox {
  263. float: right;
  264. margin-left: 2ex;
  265. margin-top: 1ex;
  266. margin-bottom: 1ex;
  267. padding: 1ex 1ex;
  268. border: 1px solid #aaa;
  269. width: 25%;
  270. background: white;
  271. color: black !important;
  272. }
  273. /* popup template and backlinks hiding */
  274. .popup {
  275. border-bottom: 1px dotted #366;
  276. color: #366;
  277. }
  278. .popup .balloon,
  279. .popup .paren,
  280. .popup .expand {
  281. display: none;
  282. }
  283. .popup:hover .balloon,
  284. .popup:focus .balloon {
  285. position: absolute;
  286. display: inline;
  287. margin: 1em 0 0 -2em;
  288. padding: 0.625em;
  289. border: 2px solid;
  290. background-color: #dee;
  291. color: black;
  292. }
  293. /* form styling */
  294. fieldset {
  295. margin: 1ex 0;
  296. border: 1px solid black;
  297. }
  298. legend {
  299. padding: 0 1ex;
  300. }
  301. .fb_submit {
  302. float: left;
  303. margin: 2px 0;
  304. }
  305. label.block {
  306. display: block;
  307. }
  308. label.inline {
  309. display: inline;
  310. }
  311. input#openid_identifier {
  312. background: url(wikiicons/openidlogin-bg.gif) no-repeat;
  313. background-color: #fff;
  314. background-position: 0 50%;
  315. color: #000;
  316. padding-left: 18px;
  317. }
  318. input#searchbox {
  319. background: url(wikiicons/search-bg.gif) no-repeat;
  320. background-color: #fff;
  321. background-position: 100% 50%;
  322. color: #000;
  323. padding-right: 16px;
  324. }
  325. /* invalid form fields */
  326. .fb_invalid {
  327. color: red;
  328. background: white !important;
  329. }
  330. /* required form fields */
  331. .fb_required {
  332. font-weight: bold;
  333. }
  334. /* highlight plugin */
  335. pre.hl { color:#000000; background-color:#ffffff; }
  336. .hl.num { color:#2928ff; }
  337. .hl.esc { color:#ff00ff; }
  338. .hl.str { color:#ff0000; }
  339. .hl.dstr { color:#818100; }
  340. .hl.slc { color:#838183; font-style:italic; }
  341. .hl.com { color:#838183; font-style:italic; }
  342. .hl.dir { color:#008200; }
  343. .hl.sym { color:#000000; }
  344. .hl.line { color:#555555; }
  345. .hl.mark { background-color:#ffffbb; }
  346. .hl.kwa { color:#000000; font-weight:bold; }
  347. .hl.kwb { color:#830000; }
  348. .hl.kwc { color:#000000; font-weight:bold; }
  349. .hl.kwd { color:#010181; }
  350. /* calendar plugin */
  351. .month-calendar-day-this-day,
  352. .year-calendar-this-month {
  353. background-color: #eee;
  354. }
  355. .month-calendar-day-head,
  356. .month-calendar-day-nolink,
  357. .month-calendar-day-link,
  358. .month-calendar-day-this-day,
  359. .month-calendar-day-future {
  360. text-align: right;
  361. }
  362. .month-calendar-arrow A:link,
  363. .year-calendar-arrow A:link,
  364. .month-calendar-arrow A:visited,
  365. .year-calendar-arrow A:visited {
  366. text-decoration: none;
  367. font-weight: normal;
  368. font-size: 150%;
  369. }
  370. /* outlines */
  371. li.L1 { list-style: upper-roman; }
  372. li.L2 { list-style: decimal; }
  373. li.L3 { list-style: lower-alpha; }
  374. li.L4 { list-style: disc; }
  375. li.L5 { list-style: square; }
  376. li.L6 { list-style: circle; }
  377. li.L7 { list-style: lower-roman; }
  378. li.L8 { list-style: upper-alpha; }
  379. /* tag cloud */
  380. .pagecloud {
  381. float: right;
  382. width: 30%;
  383. text-align: center;
  384. padding: 10px 10px;
  385. border: 1px solid #aaa;
  386. background: #eee;
  387. color: black !important;
  388. }
  389. .smallestPC { font-size: 70%; }
  390. .smallPC { font-size: 85%; }
  391. .normalPC { font-size: 100%; }
  392. .bigPC { font-size: 115%; }
  393. .biggestPC { font-size: 130%; }
  394. /* orange feed button */
  395. .feedbutton {
  396. background: #ff6600;
  397. color: white !important;
  398. border-left: 1px solid #cc9966;
  399. border-top: 1px solid #ccaa99;
  400. border-right: 1px solid #993300;
  401. border-bottom: 1px solid #331100;
  402. padding: 0px 0.5em 0px 0.5em;
  403. font-family: sans-serif;
  404. font-weight: bold;
  405. font-size: small;
  406. text-decoration: none;
  407. margin-top: 1em;
  408. }
  409. .feedbutton:hover {
  410. color: white !important;
  411. background: #ff9900;
  412. }
  413. .FlattrButton {
  414. display: none;
  415. }
  416. /* openid selector */
  417. #openid_choice {
  418. display: none;
  419. }
  420. #openid_input_area {
  421. clear: both;
  422. padding: 10px;
  423. }
  424. #openid_btns, #openid_btns br {
  425. clear: both;
  426. }
  427. #openid_highlight {
  428. background-color: black;
  429. float: left;
  430. }
  431. .openid_large_btn {
  432. padding: 1em 1.5em;
  433. border: 1px solid #DDD;
  434. margin: 3px;
  435. float: left;
  436. }
  437. .openid_small_btn {
  438. padding: 4px 4px;
  439. border: 1px solid #DDD;
  440. margin: 3px;
  441. float: left;
  442. }
  443. a.openid_large_btn:focus {
  444. outline: none;
  445. }
  446. a.openid_large_btn:focus {
  447. outline-style: none;
  448. }
  449. .openid_selected {
  450. border: 4px solid #DDD;
  451. }
  452. .fileupload-content .ui-progressbar {
  453. width: 200px;
  454. height: 20px;
  455. }
  456. .fileupload-content .ui-progressbar-value {
  457. background: url(ikiwiki/images/pbar-ani.gif);
  458. }
  459. .trails {
  460. margin-top: 1em;
  461. margin-bottom: 1em;
  462. }
  463. .trail {
  464. display: block;
  465. clear: both;
  466. position: relative;
  467. }
  468. .trailprev {
  469. display: block;
  470. text-align: left;
  471. position: absolute;
  472. top: 0%;
  473. left: 3%;
  474. width: 30%;
  475. }
  476. .trailup {
  477. display: block;
  478. text-align: center;
  479. margin-left: 35%;
  480. margin-right: 35%;
  481. }
  482. .trailnext {
  483. display: block;
  484. text-align: right;
  485. position: absolute;
  486. top: 0%;
  487. width: 30%;
  488. right: 3%;
  489. }
  490. .trailsep {
  491. display: none;
  492. }
  493. /* bzed theme for ikiwiki
  494. *
  495. * Copyright (C) 2010 Bernd Zeimetz
  496. * Licensed under same license as ikiwiki: GPL v2 or later
  497. *
  498. * Parts of this file are based on the awesome YUI,
  499. * these parts will stay under the BSD license,
  500. * but you're free to apply the GPLv2 to them, of course.
  501. */
  502. /* -------------------------------------------------------------------------------------------------
  503. Based on reset-fonts-grids.css from yui.
  504. Copyright (c) 2008, Yahoo! Inc. All rights reserved.
  505. Code licensed under the BSD License:
  506. http://developer.yahoo.net/yui/license.txt
  507. version: 2.5.1
  508. */
  509. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,legend,p,blockquote,th,td{margin:0;padding:0;}
  510. table{border-collapse:collapse;border-spacing:0;}
  511. img{border:0;}
  512. address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
  513. li{list-style:none;}
  514. caption,th{text-align:left;}
  515. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
  516. q:before,q:after{content:'';}
  517. abbr,acronym {border:0;font-variant:normal;}
  518. sup {vertical-align:text-top;}
  519. sub {vertical-align:text-bottom;}
  520. input,textarea,select{font-family:inherit;font-size: 13px/1.23;font-weight:normal;}
  521. input,textarea,select{*font-size:100%;}
  522. legend{color:#000;}
  523. /* body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} */
  524. body {font:13px/1.231 "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;*font-size:small;*font:x-small;}
  525. table {font-size:inherit;font:100%;}
  526. pre,code,kbd,samp,tt{font-family:monospace;}
  527. body{text-align:left;}
  528. .inlinefooter{clear:both;}
  529. /* #doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;} */
  530. .page {margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;}
  531. /* #doc3{margin:auto 10px;width:auto;} */
  532. .page {margin:auto 10px;width:auto;}
  533. #pagebody, .sidebar{position:relative;}
  534. #pagebody, .sidebar{_position:static;}
  535. #pagebody {position:static;}
  536. .sidebar {float:right;width:16.5em;*width:16em;}
  537. #pagebody {margin-right:19em;*margin-right:18.5em;}
  538. /* #content {float:none;width:auto;} */
  539. #pagebody:after, .sidebar:after, .page:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
  540. .page f{zoom:1;}
  541. /* ------------------------------------------------------------------------------------------------
  542. * Taken from base.css, part of YUI's CSS Foundation
  543. * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
  544. * Code licensed under the BSD License:
  545. * http://developer.yahoo.net/yui/license.txt
  546. * version: 2.5.1
  547. */
  548. h1 {
  549. /*18px via YUI Fonts CSS foundation*/
  550. font-size:138.5%;
  551. }
  552. h2 {
  553. /*16px via YUI Fonts CSS foundation*/
  554. font-size:123.1%;
  555. }
  556. h3 {
  557. /*14px via YUI Fonts CSS foundation*/
  558. font-size:108%;
  559. }
  560. h1,h2,h3 {
  561. /* top & bottom margin based on font size */
  562. margin:1em 0;
  563. }
  564. h1,h2,h3,h4,h5,h6,strong {
  565. /*bringing boldness back to headers and the strong element*/
  566. font-weight:bold;
  567. }
  568. abbr,acronym {
  569. /*indicating to users that more info is available */
  570. border-bottom:1px dotted #000;
  571. cursor:help;
  572. }
  573. em {
  574. /*bringing italics back to the em element*/
  575. font-style:italic;
  576. }
  577. blockquote,ul,ol,dl {
  578. /*giving blockquotes and lists room to breath*/
  579. margin:1em;
  580. }
  581. ol,ul,dl {
  582. /*bringing lists on to the page with breathing room */
  583. margin-left:2em;
  584. }
  585. ol li {
  586. /*giving OL's LIs generated numbers*/
  587. list-style: decimal outside;
  588. }
  589. ul li {
  590. /*giving UL's LIs generated disc markers*/
  591. list-style: disc outside;
  592. }
  593. dl dd {
  594. /*giving UL's LIs generated numbers*/
  595. margin-left:1em;
  596. }
  597. th,td {
  598. /*borders and padding to make the table readable*/
  599. border:1px solid #000;
  600. padding:.5em;
  601. }
  602. th {
  603. /*distinguishing table headers from data cells*/
  604. font-weight:bold;
  605. text-align:center;
  606. }
  607. caption {
  608. /*coordinated margin to match cell's padding*/
  609. margin-bottom:.5em;
  610. /*centered so it doesn't blend in to other content*/
  611. text-align:center;
  612. }
  613. p,fieldset,table,pre {
  614. /*so things don't run into each other*/
  615. margin-bottom:1em;
  616. }
  617. #searchbox {
  618. width:21.5em;*width:21em;
  619. }
  620. /* ------------------------------------------------------------------------------------------------
  621. * All CSS below is
  622. * Copyright (C) 2010 Bernd Zeimetz
  623. * Licensed under same license as ikiwiki: GPL v2 or later */
  624. .page, .pageheader, .sidebar, #content, #comments, .inlinepage, .recentchanges, .pageheader .actions ul, #pagebody {
  625. border: none;
  626. }
  627. html, body {
  628. color:#000;
  629. /* background-image: url('body_background.png');
  630. background-repeat: repeat; */
  631. background-color: #8da1b8;
  632. }
  633. body {
  634. padding-left: 5%;
  635. padding-right: 5%;
  636. padding-top: 1em;
  637. padding-bottom: 1em;
  638. }
  639. .page {
  640. background: #fff;
  641. border: outset #ccc;
  642. padding-left: 1em;
  643. padding-right: 1em;
  644. padding-top: 1em;
  645. }
  646. .pageheader {
  647. background-image: url('header_background.png');
  648. background-repeat: repeat-x;
  649. height: 100px;
  650. padding-left: 1em;
  651. padding-right: 1em;
  652. padding-bottom: 1em;
  653. padding-top: 1em;
  654. }
  655. .pageheader .header {
  656. text-align: top;
  657. clear: both;
  658. }
  659. .pageheader .header form {
  660. padding: 0em 0em 0em 0em;
  661. float: right;
  662. margin-top: 0.5em;
  663. }
  664. .pageheader .header .title, .pageheader .header .parentlinks,
  665. .inlinepage .inlineheader,
  666. h1, h2, h3, h4, h5, h6 {
  667. margin-top: 1em;
  668. font-weight: bold;
  669. }
  670. .pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li, .pageheader .trailprev, .pageheader .trailnext, .pageheader .trailup {
  671. padding: 0.25em 0.25em 0.25em 0.25em;
  672. background-image: url('background_darkness.png');
  673. background-repeat: repeat;
  674. color: white;
  675. }
  676. .pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a, .pageheader a, .pageheader .trail a {
  677. font-weight: bold;
  678. color: white;
  679. text-decoration: none;
  680. }
  681. .pageheader .actions {
  682. text-align: right;
  683. vertical-align: bottom;
  684. clear: both;
  685. }
  686. #pagebody {
  687. padding-right: 1em;
  688. padding-bottom: 2em;
  689. border-right: ridge #eee;
  690. clear: none;
  691. }
  692. #content a, #comments a, .sidebar a {
  693. color: #315485;
  694. text-decoration: none;
  695. font-weight: bold;
  696. }
  697. .sidebar h2 {
  698. border-bottom: ridge #eee;
  699. padding-right: 0;
  700. }
  701. .sidebar .menu {
  702. margin-left: 1em;
  703. }
  704. .inlinepage, .recentchanges, div.recentchanges {
  705. clear: none !important;
  706. margin-bottom: 2em;
  707. }
  708. .inlinefooter {
  709. border-top: 1px dotted #315485;
  710. }
  711. .inlinefooter .pagedate, .inlinefooter .tags {
  712. display: inline;
  713. clear: none;
  714. margin-right: 2em;
  715. }
  716. .calendar .month-calendar th, .calendar .month-calendar td {
  717. padding: 0.22em;
  718. }
  719. @media print {
  720. .sidebar, .page .pageheader .header .parentlinks {
  721. content:".";
  722. display:block;
  723. height:0;
  724. visibility:hidden;
  725. }
  726. .page {
  727. padding: 1em 1em 1em 1em;
  728. }
  729. .pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a {
  730. color #315485;
  731. }
  732. #content, #comments, #pagebody {
  733. margin-right: 0;
  734. *margin-right: 0;
  735. border-right: none;
  736. }
  737. }