Advertisement
scot184

Stylesheet

Jun 21st, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.26 KB | None | 0 0
  1. /*
  2. Theme Name: Dago Pakar
  3. Theme URI: http://www.supriyadisw.net/2006/10/dago-pakar-wordpress-theme
  4. Description: Dago Pakar <a href="http://wordpress.org/">Wordpress</a> theme by Supriyadi Slamet Widodo. Modified version of the <a href="http://www.openswitch.org">Unsleepable</a> Theme.
  5. Version: 1.2
  6. Author: supriyadisw
  7. Author URI: http://www.supriyadisw.net/
  8.  
  9. Table of Contents:
  10. layout
  11. - link
  12. - heading
  13. header
  14. - title
  15. - menu page
  16. - banner
  17. - google search
  18. - navmenu
  19. - navmenubottom
  20. content
  21. - sidebar
  22. - maincontent
  23. - post
  24. - adsidebar
  25. - comment
  26. - gravatar
  27. footer
  28. Various Tags and Classes
  29. Images
  30.  
  31. */
  32.  
  33. /* layout
  34. ----------------------------------------------- */
  35. body {
  36. margin: 0;
  37. padding: 0;
  38. background: url(images/bg.gif);
  39. font-family: Verdana, Arial, Sans-Serif;
  40. font-size: 11px;
  41. text-align:center;
  42. }
  43. #page {
  44. background-color: #EBEBE2;
  45. padding: 0px 1px 0px 1px;
  46. width: 960px;
  47. border: 1px solid #969696;
  48. margin-top: 0px;
  49. margin-right: auto;
  50. margin-bottom: 0px;
  51. margin-left: auto;
  52. position: relative;
  53. text-align:left;
  54. color:#333;
  55. }
  56.  
  57. /* layout - link
  58. ----------------------------------------------- */
  59. a, a:visited {
  60. text-decoration:none;
  61. color: #00F;
  62. }
  63.  
  64. a:hover {
  65. text-decoration:none;
  66. color: #333;
  67. }
  68.  
  69. .editlink {
  70. background: url('images/pencil.png') no-repeat left;
  71. }
  72.  
  73. .editlink img {
  74. width: 16px;
  75. height: 16px;
  76. border: none;
  77. padding: 0;
  78. margin: 4px 0 0;
  79. position: absolute;
  80. right: 200px;
  81. }
  82. .img a:hover{
  83. border:none;
  84. }
  85. /* layout - heading
  86. ----------------------------------------------- */
  87. h1, h2, h3, h4 {
  88. font-family: Helvetica, Arial, Sans-Serif;
  89. }
  90.  
  91. .item2 {
  92. padding: 0px 0 60px;
  93. font: 1.2em;
  94. text-align: left;
  95. color: #333;
  96. padding-bottom: 1px;
  97. line-height: 150%;
  98. }
  99.  
  100. .itemtext2 {
  101. font: 1.2em;
  102. text-align: left;
  103. color: #333;
  104. padding-bottom: 1px;
  105. line-height: 150%;
  106. }
  107.  
  108.  
  109. /* header
  110. ----------------------------------------------- */
  111. #header {
  112. height: 90px;
  113. color: #fff;
  114. background: #333;
  115. background: url(images/bg_header.png) repeat-x;
  116. margin: 1px 0px 1px 0px;
  117. padding: 0px 0px 0px 0px;
  118. }
  119.  
  120. #header a {
  121. color: #000;
  122. }
  123.  
  124. #header a:hover {
  125. color: #FFF;
  126. }
  127.  
  128.  
  129. /* title
  130. ----------------------------------------------- */
  131. #title {
  132. min-height: 90px;
  133. margin-top: auto;
  134. margin-bottom: auto;
  135. border-right: 0px solid #ccc;
  136. padding: 0px 0px 0px 5px;
  137. display: inline;
  138. }
  139.  
  140. #title h1 { /* H1 is the title in the header */
  141. font-size: 2.5em;
  142. font-weight: bold;
  143. letter-spacing: -1px;
  144. margin: 0;
  145. padding: 5px 20px 0;
  146. }
  147.  
  148. #title h1, #title h1 a, #title h1 a:hover, #title h1 a:visited,
  149. #title .description {
  150. text-decoration: none;
  151. color: white;
  152. }
  153.  
  154. #title h1 a:hover {
  155. text-decoration: underline;
  156. }
  157.  
  158. #header .description { /* Description in header */
  159. font-size: 1em;
  160. margin: 0 20px;
  161. }
  162.  
  163. /* google search
  164. ----------------------------------------------- */
  165.  
  166. #gsearch {
  167. margin: 5px 5px 5px 0px;
  168. padding: 0px 0px 0px 0px;
  169. display: block;
  170. float:right;
  171. }
  172.  
  173.  
  174. /* navmenu
  175. ----------------------------------------------- */
  176. div#topmenu {
  177. border-top: 1px solid #D9D9C2;
  178. width:960px;
  179. clear:both;
  180. }
  181.  
  182. div#adsense46815
  183. {
  184. float: left;
  185. margin-top: 3px;
  186. width: 470px;
  187. }
  188.  
  189. /* menu page
  190. ----------------------------------------------- */
  191. div#navmenu
  192. {/* menu to archive, search, rss */
  193. float: right;
  194. width: 480px;
  195. }
  196.  
  197. div#navmenu ul#navmenulist
  198. {
  199. float: right;
  200. list-style-type: none;
  201. margin: 0;
  202. }
  203.  
  204. div#navmenu ul#navmenulist li
  205. {
  206. display: inline;
  207. }
  208.  
  209. div#navmenu ul#navmenulist li a:link, div#navmenu ul#navmenulist li a:visited
  210. {
  211. background-color: #D9D9C2;
  212. color: #000;
  213. display: block;
  214. float: left;
  215. font: 10px/10px Helvetica, Arial, Sans-Serif;
  216. font-weight: bold;
  217. margin-left: 1px;
  218. padding: 5px 20px;
  219. text-decoration: none;
  220. text-transform: uppercase;
  221. }
  222.  
  223. div#navmenu ul#navmenulist li a:active, div#navmenu ul#navmenulist li a:hover
  224. {
  225. background-color: #999;
  226. color: #FFF;
  227. }
  228.  
  229.  
  230.  
  231. /* navmenubottom
  232. ----------------------------------------------- */
  233. #navbtm {
  234. margin: 1px 0px 1px 0px;
  235. padding: 0px 0px 0px 0px;
  236. width: 100%;
  237. background: url(images/nav_btm.gif) repeat-x;
  238. }
  239.  
  240. /* content
  241. ----------------------------------------------- */
  242. #content {
  243. margin: 0px 0px 0px 0px;
  244. padding: 0px 5px 0px 5px;
  245. }
  246.  
  247. /* sidebar
  248. ----------------------------------------------- */
  249. #sidebar {
  250. width: 190px;
  251. margin: 0px 0px 2px 0px;
  252. padding: 0px 5px 0px 5px;
  253. color: #666;
  254. line-height: 1.2em;
  255. float: left;
  256. display: block;
  257. top: 0px;
  258. }
  259. #sidebar h2 {
  260. letter-spacing: -1px;
  261. font-weight: bold;
  262. font-size: 18px;
  263. text-transform:lowercase;
  264. margin: 15px 0px 5px 0px;
  265. list-style-type:none;
  266. }
  267. #sidebar h2 a,
  268. #sidebar h2 a:visited {
  269. color: #666;
  270. }
  271. #sidebar h2 a:hover {
  272. color: #06C;
  273. border:none;
  274. }
  275. #sidebar ul {
  276. list-style-type:none;
  277. margin:4px 0px 0px 0px;
  278. padding:0px 0px 0px 2px;
  279. text-transform:lowercase;
  280. }
  281. #sidebar ul li {
  282. border:0;
  283. letter-spacing:0;
  284. margin:3px 0px 0px 0px;
  285. padding:0px 0px 0px 2px;
  286. list-style-type:none;
  287. }
  288. #sidebar a,
  289. #sidebar a:visited {
  290. color: #00F;
  291. text-decoration: underline;
  292.  
  293. }
  294. #sidebar a:hover {
  295. color: #666;
  296. border-bottom:1px dotted;
  297.  
  298. }
  299. #sidebar img {
  300. border:none;
  301. }
  302. #sidebar a:hover img {
  303. border:none;
  304. }
  305. #sidebar small,
  306. #sidebar small a {
  307. font-size: .9em;
  308. line-height: 1.5em;
  309. color: #DA1071;
  310. }
  311.  
  312. /* maincontent
  313. ----------------------------------------------- */
  314. #maincontent {
  315. width: 735px;
  316. margin: 0px 0px 5px 0px;
  317. padding: 0px 5px 0px 5px;
  318. float: right;
  319. border: #D4D4D4 solid 1px;
  320. background: #FFF;
  321. display: block;
  322. }
  323.  
  324. /* post
  325. ----------------------------------------------- */
  326. .post {
  327. width: 550px;
  328. margin: 5px 0px 5px 0px;
  329. padding: 0px 5px 0px 5px;
  330. float: left;
  331. display: block;
  332. }
  333.  
  334. .itemhead h2{
  335. letter-spacing: -1px;
  336. font-weight: bold;
  337. font-size: 24px;
  338. display: inline;
  339. text-transform: lowercase;
  340. margin: 0px 0px 0px 0px;
  341. }
  342. .itemhead h2 a,
  343. .itemhead h2 a:visited{
  344. text-decoration:none;
  345. color: #666;
  346. }
  347. .itemhead h2 a:hover{
  348. text-decoration: none;
  349. color: #06C;
  350. border:none;
  351. }
  352. .post h3{
  353. letter-spacing: -1px;
  354. font-weight: bold;
  355. font-size: 18px;
  356. color: #666;
  357. text-transform: lowercase;
  358. margin: 0px 0px 0px 0px;
  359. }
  360. .post h4{
  361. letter-spacing: -1px;
  362. font-weight: bold;
  363. font-size: 15px;
  364. color: #666;
  365. text-transform: lowercase;
  366. margin: 0px 0px 0px 0px;
  367. }
  368.  
  369. .post a{
  370. text-decoration: none;
  371. }
  372. .post a:hover{
  373. text-decoration: none;
  374. }
  375.  
  376. .chronodata {
  377. margin-left: 3px;
  378. padding: 0;
  379. color: #ccc;
  380. font-family: Helvetica, Arial, Sans-Serif;
  381. letter-spacing: -1px;
  382. font-weight: bold;
  383. font-size: 23px;
  384. text-transform: lowercase;
  385. display: inline;
  386. }
  387.  
  388. .favorite img {
  389. margin: 3px 0px 0px 0px;
  390. padding: 0;
  391. border: none;
  392. }
  393.  
  394. .noteworthy a span {
  395. display: none;
  396. }
  397.  
  398. .noteworthy a:hover span {
  399. display: inline;
  400. }
  401.  
  402. .metadata { /* Time and category for blog entries */
  403. font-size: 1em;
  404. display: inline;
  405. padding-top: 2px;
  406. color: #bbb;
  407. }
  408.  
  409. .metadata a,
  410. .metadata a:visited {
  411. color: #DA1071 ;
  412. }
  413.  
  414. .metadata a:hover{
  415. color: #DA1071;
  416. }
  417.  
  418. .category {
  419. background: url('images/page_white.png') no-repeat left;
  420. padding: 2px 0 2px 18px;
  421. }
  422.  
  423. .tagdata {
  424. display: inline;
  425. padding: 2px 0 2px 20px;
  426. background: url('images/tag_blue.png') left center no-repeat;
  427. }
  428.  
  429. .commentslink {
  430. padding: 2px 0 2px 20px;
  431. background: url('images/comment.png') left center no-repeat;
  432. margin-right: 10px;
  433. }
  434.  
  435. /* rsidebar
  436. ----------------------------------------------- */
  437. .rsidebar {
  438. width: 165px;
  439. margin: 10px 0 5px 0px;
  440. padding: 0px 0 20px 5px;
  441. border-left: #d4d4d4 dotted 1px;
  442. float: left;
  443. display: block;
  444. }
  445.  
  446. .rsidebar h2 {
  447. letter-spacing: -1px;
  448. font-weight: bold;
  449. font-size: 18px;
  450. text-transform:lowercase;
  451. margin: 15px 0px 5px 0px;
  452. list-style-type:none;
  453. }
  454. .rsidebar h2 a,
  455. .rsidebar h2 a:visited {
  456. color: #666;
  457. }
  458. .rsidebar h2 a:hover {
  459. color: #06C;
  460. border:none;
  461. }
  462. .rsidebar ul {
  463. list-style-type:none;
  464. margin:4px 0px 0px 0px;
  465. padding:0px 0px 0px 2px;
  466. }
  467. .rsidebar ul li {
  468. border:0;
  469. letter-spacing:0;
  470. margin:3px 0px 0px 0px;
  471. padding:0px 0px 0px 2px;
  472. list-style-type:none;
  473. }
  474.  
  475. /* comment
  476. ----------------------------------------------- */
  477. .comments h4 {
  478. margin-left: 3px;
  479. padding: 0;
  480. letter-spacing: -1px;
  481. font-weight: bold;
  482. font-size: 20px;
  483. text-transform: lowercase;
  484. display: inline;
  485. }
  486.  
  487. .comments h4 a,
  488. .comments h4 a:visited {
  489. color: #DA1071 ;
  490. }
  491.  
  492. .comments h4 a:hover{
  493. color: #06C;
  494. border:none;
  495. }
  496.  
  497. .commentsrsslink {
  498. background: url('images/feed.png') left top no-repeat;
  499. padding: 2px 0 2px 20px;
  500. margin-right: 10px;
  501. height: 16px;
  502. }
  503.  
  504. .trackbacklink {
  505. background: url('images/arrow_refresh.png') left top no-repeat;
  506. padding: 2px 0 2px 20px;
  507. height: 16px;
  508. }
  509.  
  510. .commentsrsslink a,
  511. .trackbacklink a {
  512. color: #999;
  513. padding: 0px;
  514. }
  515.  
  516. .comments .commentlist {
  517. margin: 0px 0px 5px 0px;
  518. padding: 0px 5px 0px 5px;
  519. display: block;
  520. }
  521.  
  522. .comments .commentlist li {
  523. margin: 10px 0;
  524. padding: 10px 10px 5px;
  525. list-style: none;
  526. }
  527.  
  528. .commentmetadata {
  529. font-family: Helvetica, Arial, Sans-Serif;
  530. font-size: 1.4em;
  531. display: inline;
  532. letter-spacing: -1px;
  533. }
  534.  
  535. .comments .commentlist li img {
  536. padding: 0;
  537. border: none;
  538. }
  539.  
  540. .comments .commentlist li .commentauthor {
  541. font-family: Helvetica, Arial, Sans-Serif;
  542. font-size: 1.4em;
  543. font-weight: bold;
  544. letter-spacing: -1px;
  545. }
  546.  
  547. .comments .commentlist li .counter {
  548. font: bold 2.4em Arial, Helvetica, sans-serif;
  549. float: right;
  550. padding: 5px;
  551. }
  552. .comments .commentlist li .counter a,
  553. .comments .commentlist li .counter a:visited,
  554. .comments .commentlist li .counter a:hover {
  555. color: #999;
  556. border: none;
  557. }
  558.  
  559. .comments .commentlist li.authorcomment {
  560. background: #f6f7f8;
  561. }
  562.  
  563. .comments .pinglist {
  564. padding: 0;
  565. margin: 0 0 0 0;
  566. }
  567.  
  568. .comments .pinglist li {
  569. margin-left: 30px;
  570. padding: 4px 0;
  571. list-style: none;
  572. }
  573.  
  574. .comments .pinglist li .commentauthor {
  575. font-weight: bold;
  576. display: block;
  577. }
  578.  
  579. .comments .pinglist li small {
  580. display: block;
  581. }
  582.  
  583. .comments .pinglist li .counter {
  584. display: none;
  585. }
  586.  
  587. .comments .pinglist li span.favatar img {
  588. margin-left: -25px;
  589. border: none;
  590. padding: 0;
  591. float: left;
  592. }
  593.  
  594. .comments .pinglist li img {
  595. padding: 0;
  596. border: none;
  597. }
  598.  
  599. .comments #leavecomment {
  600. text-align: center;
  601. margin-bottom: 10px;
  602. color: #ddd;
  603. font-size: 2em;
  604. letter-spacing: -2px;
  605. }
  606.  
  607. .comments #loading {
  608. text-align: center;
  609. margin-bottom: 10px;
  610. margin-top: 10px;
  611. color: #ddd;
  612. font-size: 2em;
  613. letter-spacing: -1px;
  614. display: none;
  615. }
  616.  
  617. .comments #errors {
  618. text-align: center;
  619. margin-bottom: 10px;
  620. margin-top: 10px;
  621. color: #ddd;
  622. font-size: 2em;
  623. letter-spacing: -1px;
  624. display: none;
  625. }
  626.  
  627. .comments form {
  628. clear: both;
  629. padding: 1px 0 10px;
  630. margin: 0;
  631. }
  632.  
  633. .comments form input[type=text] {
  634. width: 45%;
  635. margin: 5px 5px 1px 0;
  636. }
  637.  
  638. .comments form textarea {
  639. height: 140px;
  640. padding: 2px;
  641. width: 80%;
  642. }
  643.  
  644. .comments form #submit {
  645. margin: 0 10px 0 0;
  646. float: right;
  647. }
  648.  
  649. .commentseditlink {
  650. border: none;
  651. padding: 2px;
  652. padding-left: 10px;
  653. }
  654.  
  655. .commentmoderation {
  656. background: transparent url(images/moderation.gif) repeat-x;
  657. height: 35px;
  658. text-align: center;
  659. margin: 10px auto;
  660. padding: 10px 0px;
  661. }
  662.  
  663.  
  664. /* gravatar ----------------------------------------------- */
  665. .gravatar {
  666. float: left;
  667. padding: 5px;
  668. border: 0px solid #000;
  669. display: block;
  670. margin: 5px;
  671. }
  672.  
  673. .postgrav {
  674. float: left;
  675. padding: 3px;
  676. margin-right: 5px;
  677. margin-left: 5px;
  678. border: 0px solid #000;
  679. }
  680.  
  681. /* footer
  682. ----------------------------------------------- */
  683. #footer {
  684. margin: 1px 0px 1px 0px;
  685. padding: 0px 0px 0px 0px;
  686. width: 100%;
  687. background: url(images/footer.gif) repeat-x;
  688. }
  689.  
  690. #footer p {
  691. margin: 0;
  692. padding: 12px 0;
  693. text-align:right;
  694. }
  695.  
  696.  
  697. /* Various Tags and Classes
  698. ----------------------------------------------- */
  699.  
  700. .pagetitle { /* Used on static pages and archives */
  701. text-align: center;
  702. margin: 15px 0 20px;
  703. }
  704.  
  705. .pagetitle h1 {
  706. font-size: 28px;
  707. font-weight: bold;
  708. letter-spacing: -1px;
  709. text-align: center;
  710. display: inline;
  711. color: #555;
  712. text-transform: lowercase;
  713. }
  714.  
  715. .pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
  716. font-size: 23px;
  717. font-weight: bold;
  718. letter-spacing: -1px;
  719. text-align: center;
  720. display: inline;
  721. color: #555;
  722. text-transform: lowercase;
  723. }
  724.  
  725.  
  726. .feedicon { /* Next to Comment Section Headline */
  727. border: 0;
  728. padding: 0;
  729. }
  730.  
  731. .feedlink img { /* On the sidebar */
  732. display: none;
  733. }
  734.  
  735. .metalinks {
  736. margin-top: 3px;
  737. }
  738.  
  739. input[type=text], textarea {
  740. font: 1.0em Trebuchet MS;
  741. padding: 1px;
  742. color: #777;
  743. }
  744.  
  745. input[type=text]:focus, textarea:focus {
  746. background: #fff;
  747. color: #333;
  748. border-color: #666;
  749. }
  750.  
  751. .clear {
  752. clear: both;
  753. margin: 0;
  754. padding: 0;
  755. }
  756.  
  757.  
  758. small {
  759. font-size: .9em;
  760. line-height: 1.5em;
  761. color: #777;
  762. }
  763.  
  764. strike {
  765. color: #777;
  766. }
  767.  
  768. code {
  769. font: 1.3em 'Courier New', Courier, Fixed;
  770. display:block;
  771. overflow:auto;
  772. text-align:left;
  773. background:#efefef;
  774. border:1px solid #A6B0BF;
  775. }
  776.  
  777. acronym, abbr {
  778. font-size: 0.9em;
  779. letter-spacing: .07em;
  780. border-bottom: 0px dashed #999;
  781. cursor: help;
  782. }
  783.  
  784. blockquote {
  785. margin: 20px 0;
  786. padding: 0 20px 0 50px;
  787. background: url('images/quote.png') 5% 0% no-repeat;
  788. border: none;
  789. }
  790.  
  791. hr {
  792. display: none;
  793. }
  794.  
  795. .navigation {
  796. text-align: center;
  797. margin: 10px 0 10px;
  798. padding: 0;
  799. width: 100%;
  800. }
  801.  
  802. .navigation .left {
  803. float: left;
  804. width: 50%;
  805. text-align: left;
  806. }
  807.  
  808. .navigation .right {
  809. float: right;
  810. width: 50%;
  811. text-align: right;
  812. }
  813.  
  814. .navigation p {
  815. margin: 0;
  816. padding: 0;
  817. }
  818.  
  819.  
  820. .navigation a {
  821. color: #999;
  822. }
  823.  
  824.  
  825. img.wp-smiley {
  826. border: none !important;
  827. padding: 0 0 0 5px !important;
  828. }
  829.  
  830. /* Images
  831. ----------------------------------------------- */
  832. img.centered {
  833. display: block;
  834. margin-left: auto;
  835. margin-right: auto;
  836. margin-top: 5px;
  837. margin-bottom: 5px;
  838. }
  839. img.alignright {
  840. padding: 5px;
  841. margin: 0 0 2px 7px;
  842. display: inline;
  843. border: 1px solid #D3D3D3;
  844. }
  845. img.alignleft {
  846. padding: 5px;
  847. margin: 0 7px 2px 0;
  848. display: inline;
  849. border: 1px solid #D3D3D3;
  850. }
  851. .alignright {
  852. float: right;
  853. padding: 5px;
  854. }
  855. .alignleft {
  856. float: left;
  857. padding: 5px;
  858. }
  859.  
  860. .alignleft a {
  861. text-decoration:none;
  862. border:none;
  863. }
  864.  
  865. .alignright a {
  866. text-decoration:none;
  867. border:none;
  868. }
  869.  
  870. /*- Search Form and Livesearch */
  871. input[type=text], textarea {
  872. color: #444;
  873. padding: 2px 0 2px 2px;
  874. margin: 0;
  875. }
  876.  
  877. input#livesearch {
  878. width: 97.1%;
  879. }
  880.  
  881. input#s {
  882. width: 75%;
  883. }
  884.  
  885. .livesearchform input[type=submit] {
  886. margin: 0;
  887. }
  888.  
  889. #LSResult {
  890. margin: 0;
  891. width: 100.1%;
  892. z-index: 100;
  893. position: absolute;
  894. background: #eee url('images/livesearchbg.jpg') center repeat-y;
  895. border-bottom: 1px solid #eee;
  896. }
  897.  
  898. #LSResult a {
  899. color: #DA1071 !important;
  900. }
  901.  
  902. #searchcontrols {
  903. text-align: center;
  904. padding: 1px;
  905. background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
  906. }
  907.  
  908. #searchcontrols small {
  909. margin: 0;
  910. padding: 0;
  911. }
  912.  
  913. .LSRow:hover, #LSHighlight, #LSHighlight:hover {
  914. background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;
  915. }
  916.  
  917. #LSResult:hover #LSHighlight {
  918. background: none;
  919. border: none;
  920. padding: 5px 2px;
  921. }
  922.  
  923. #LSHighlight small, #LSHighlight small span a {
  924. color: #999;
  925. }
  926.  
  927. .LSRow {
  928. padding: 5px 10px;
  929. margin-bottom: 5px !important;
  930. }
  931.  
  932. .LSRow span a, .LSRow span a:visited {
  933. word-spacing: -1px;
  934. line-height: 1.3em;
  935. font-weight: normal;
  936. color: #bbb;
  937. }
  938.  
  939.  
  940. /* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */
  941.  
  942.  
  943. /*-
  944. Brian's Latest Comments
  945. http://meidell.dk/archives/2004/09/12/brians-latest-comments/
  946. */
  947.  
  948.  
  949. .activityentry {
  950. font-size: 1.1em;
  951. line-height: 12px !important;
  952. }
  953.  
  954. /*-
  955. WordPress: Touched
  956. http://twilightuniverse.com/2005/03/wordpress-touched/
  957.  
  958. No support for Touched 0.6 in the rest of K2.
  959. Seems a bit flaky just now. Waiting for new version.
  960. */
  961.  
  962. #poststuff fieldset {
  963. border: none;
  964. }
  965.  
  966. #poststuff #title, #poststuff #excerpt, #poststuff #tags {
  967. width: 470px;
  968. }
  969.  
  970. #poststuff #title {
  971. font-size: 2em;
  972. }
  973.  
  974.  
  975. /*
  976. Ultimate Tag Warrior
  977. K2 removes UTW's default tags for more default control.
  978. */
  979.  
  980. .localtags, .technoratitags {
  981. display: none;
  982. }
  983.  
  984.  
  985. /*
  986. Contact Form
  987. */
  988.  
  989. .contactform {
  990. width: 100%;
  991. position: absolute;
  992. }
  993.  
  994. .contactleft {
  995. width: 15%;
  996. text-align: right;
  997. clear: both;
  998. float: left;
  999. display: inline;
  1000. padding: 4px;
  1001. margin: 5px 0;
  1002. }
  1003.  
  1004. .contactright {
  1005. width: 70%;
  1006. text-align: left;
  1007. float: right;
  1008. display: inline;
  1009. padding: 4px;
  1010. margin: 5px 0;
  1011. }
  1012.  
  1013. .contacterror {
  1014. border: 1px solid #ff0000;
  1015. }
  1016.  
  1017.  
  1018. a {
  1019. outline: none;
  1020. }
  1021.  
  1022. a:active {
  1023. outline: none;
  1024. }
  1025.  
  1026.  
  1027. /* Fading Tooltips By Dustin Diaz*/
  1028.  
  1029. body div#toolTip {
  1030. position:absolute;
  1031. z-index:1000;
  1032. width:225px;
  1033. background:#000;
  1034. border:1px solid #fff;
  1035. text-align:left;
  1036. padding:5px;
  1037. min-height:2em;
  1038. }
  1039.  
  1040. body div#toolTip p {
  1041. margin:0;
  1042. padding:0;
  1043. color:#fff;
  1044. font:11px/12px verdana,arial,sans-serif;
  1045. }
  1046.  
  1047. body div#toolTip p em {
  1048. display:block;
  1049. margin-top:3px;
  1050. color:#DA1071;
  1051. font-style:normal;
  1052. font-weight:normal;
  1053. }
  1054.  
  1055. body div#toolTip p em span {
  1056. font-weight:normal;
  1057. color:#fff;
  1058. }
  1059.  
  1060.  
  1061. textarea#comment {
  1062. background: transparent url('images/comment-textarea.png') no-repeat center;
  1063. }
  1064.  
  1065. /* Begin Gravatar Classes
  1066. ----------------------------------------------- */
  1067.  
  1068. .divider {
  1069. margin: 10px 30px;
  1070. border-bottom:dotted 1px #ddd;
  1071. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement