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