Advertisement
Guest User

style.css

a guest
Jan 22nd, 2012
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.68 KB | None | 0 0
  1. div.baloon{
  2. overflow:hidden;
  3. width:254px;
  4. background:url(img/orange_center.gif) repeat-y 100% 0;
  5. /*margin: 0 0 0 0px;*/
  6. }
  7. div.baloon_top{
  8. overflow:hidden;
  9. width:254px;
  10. background:url(img/orange_top.gif) no-repeat 0 0;
  11. padding:9px 0 0 0;
  12. }
  13. div.baloon_bottom{
  14. overflow:hidden;
  15. width:254px;
  16. background:url(img/orange_bottom.gif) no-repeat 100% 100%;
  17. padding:0 0 8px 0;
  18. }
  19. div.baloon_hans{
  20. overflow:hidden;
  21. /*background:url(img/kalender.gif) no-repeat 0 50%;
  22. font-size:12px;
  23. color:#fff;
  24. line-height:16px;*/
  25. padding:0 0 0 15px;
  26. margin:0 0 0 25px;
  27. /*font-weight:bold;
  28. letter-spacing:-0.05em;
  29. font-family:Arial;
  30. font-size:150%;*/
  31. }
  32.  
  33. div.baloon ul{
  34. overflow:hidden;
  35. width:236px;
  36. margin:0px 0 0 0px;
  37. }
  38.  
  39. div.baloon ul li{
  40. float:left;
  41. width:243px;
  42. line-height:16px;
  43. background:url(img/dotted_line.gif) no-repeat 30px 100% !important;
  44. margin:-1px 0 0 0;
  45. }
  46.  
  47. div.baloon ul li.last{
  48. background:none;
  49. }
  50. div.baloon ul li a{
  51. float:left;
  52. width:241px;
  53. display:inline;
  54. color:#fff;
  55. padding:3px 0;
  56. cursor:pointer;
  57. }
  58.  
  59. div.baloon ul a:hover{
  60. background-color:#f2a263;
  61. }
  62.  
  63. /*div.baloon ul li a span{
  64. font-size:13px !important;
  65. float:left;
  66. color:#cc6600 !important;
  67. background:url(img/ul.gif) no-repeat 0 7px;
  68. padding:0 0 0 12px;
  69. margin:0 0 0 27px;*/
  70. }
  71. div.baloon ul li a em{
  72. font-size:13px !important;
  73. float:right;
  74. color:#fff;
  75. font-style:normal;
  76. padding:0 25px 0 0;
  77. }
  78.  
  79. #kreis {
  80. background: url(test.png) no-repeat;
  81. margin-top: -114px;
  82. margin-left: 374px;
  83. position: absolute;
  84. height:89px;
  85. width:100px; }
  86.  
  87. #prozent {
  88. font-size:18px;
  89. text-align: center;
  90. line-height: 87px;
  91. }
  92.  
  93. .mittig {
  94. text-align:center;
  95. }
  96.  
  97. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {
  98. margin:0;
  99. padding:0;
  100. }
  101. abbr[title], acronym[title] {
  102. border-bottom:thin dotted;
  103. cursor:help;
  104. }
  105. body {
  106. background:#BEC3C6 url(img/bg.jpg) repeat-x;
  107. color:#555;
  108. font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
  109. font-size:12px;
  110. }
  111. h1, h2, h3, h4, h5, h6 {
  112. font-weight:bold;
  113. letter-spacing:-0.05em;
  114. font-family:Arial;
  115. }
  116. h1 {font-size:200%;}
  117. h2 {font-size:170%;}
  118. h3 {
  119. font-size:150%;
  120. /*line-height: 27px;
  121. text-align:center;
  122. background-color: #ed8029;
  123. height: 25px;
  124. border:1px dashed #CCCCCC;*/
  125. }
  126. h4 {font-size:130%;}
  127. h5 {font-size:110%;}
  128. h6 {font-size:100%;}
  129. img {
  130. border:0;
  131. }
  132. img.sided {
  133. background:#FFF;
  134. border:2px solid #CCC;
  135. padding:3px;
  136. }
  137. small {
  138. font-size:10px;
  139. }
  140. a:hover img.sided {
  141. border-color:#A6A6A6;
  142. }
  143. a {
  144. color:#2970A6;
  145. text-decoration:none;
  146. }
  147. a:hover {
  148. text-decoration:underline;
  149. }
  150. .wp-caption {
  151. background:#F7F7F7;
  152. border:1px solid #CCC;
  153. padding:5px 0;
  154. margin-bottom:5px;
  155. text-align:center;
  156. }
  157. .wp-caption img {
  158. margin:0 5px;
  159. }
  160. .wp-caption-text {
  161. text-align:center;
  162. padding:0 5px !important;
  163. padding:3px 5px 0;
  164. }
  165. *+html .wp-caption-text {
  166. padding:3px 5px 0 !important;
  167. }
  168. .post .content .wp-caption p {
  169. margin:0;
  170. }
  171. blockquote, pre {
  172. background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
  173. border:1px dashed #CCC;
  174. padding:8px 12px 8px 36px;
  175. margin:5px 0;
  176. }
  177. .more-link {
  178. font-size:11px;
  179. }
  180. .alignleft {
  181. float:left;
  182. text-align:left;
  183. margin-right:10px;
  184. }
  185. .alignright {
  186. float:right;
  187. text-align:right;
  188. margin-left:10px;
  189. }
  190. .aligncenter {
  191. display: block;
  192. margin-left: auto;
  193. margin-right: auto;
  194. }
  195. .floatleft {
  196. float:left;
  197. }
  198. .floatright {
  199. float:right;
  200. }
  201. .left {
  202. float:left;
  203. margin-right:10px;
  204. }
  205. .right {
  206. float:right;
  207. margin-left:10px;
  208. }
  209. .fixed, .clear {
  210. clear:both;
  211. }
  212. input.textfield,
  213. textarea {
  214. background:#FFF url(img/textfield.gif) top repeat-x;
  215. border:1px solid #A6A6A6;
  216. padding:2px 1px;
  217. font-size:12px;
  218. font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
  219. }
  220. .boxcaption {
  221. background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
  222. padding:6px 12px;
  223. border-bottom:1px solid #CCC;
  224. }
  225. .boxcaption h3 {
  226. font-size:12px;
  227. font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
  228. letter-spacing:0em;
  229. }
  230. .box {
  231. background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
  232. padding:8px 12px;
  233. margin-bottom:10px;
  234. }
  235. .messagebox,
  236. .errorbox {
  237. background:#EDEFF0 url(img/messagebox.gif) no-repeat;
  238. padding:0 12px;
  239. height:27px;
  240. line-height:27px;
  241. font-size:11px;
  242. }
  243. .w3c {
  244. color:#080;
  245. font-size:10px;
  246. }
  247. /* static END */
  248.  
  249. /* layout START */
  250. #wrap {
  251. background:url(img/light.gif) center top no-repeat;
  252. padding:20px 0;
  253. }
  254. #container {
  255. margin:0 auto;
  256. width:1036px;
  257. }
  258. /* layout END */
  259.  
  260. /* header START */
  261. #header {
  262. background:url(img/header2.jpg) 0 0 no-repeat;
  263. height:90px;
  264. border-bottom:1px solid #A6A6A6;
  265. overflow:hidden;
  266. }
  267. #caption {
  268. padding:25px 30px 0;
  269. }
  270. #title a {
  271. text-decoration:none;
  272. color:#FFF;
  273. height:30px;
  274. display:block;
  275. font-family:"Trajan Pro";
  276. letter-spacing:0;
  277. }
  278. /* image blog title */
  279. /*
  280. #title a {
  281. background:url(img/title.gif) no-repeat;
  282. text-decoration:none;
  283. color:#FFF;
  284. width:250px;
  285. height:30px;
  286. text-indent:-999em;
  287. display:block;
  288. }
  289. */
  290. #tagline {
  291. color:#FFF;
  292. border-top:1px solid #FFF;
  293. text-decoration:none;
  294. font-size:10px;
  295. float:left;
  296. padding:0 3px;
  297. }
  298. #header .banner {
  299. float:right;
  300. padding:15px 15px 0;
  301. color:#999;
  302. }
  303. /* header END */
  304.  
  305. /* navigation START */
  306. #navigation {
  307. background:#FFF;
  308. border-bottom:1px solid #A6A6A6;
  309. }
  310. #menus li {
  311. display:inline;
  312. list-style:none;
  313. }
  314. #menus li a {
  315. background:transparent url(img/menu.gif) no-repeat;
  316. display:block;
  317. color:#382E1F;
  318. height:31px;
  319. line-height:31px;
  320. padding:0 20px;
  321. margin-left:-10px;
  322. text-decoration:none;
  323. font-size:11px;
  324. float:left;
  325. z-index:1;
  326. }
  327. #menus li a:hover,
  328. #menus li a.current {
  329. background-position:0 -31px;
  330. }
  331. #menus li.current_page_item a,
  332. #menus li.current-cat a {
  333. background-position:0 -62px;
  334. }
  335. #menus li a.home {
  336. background-position:0 -93px;
  337. width:45px;
  338. padding:0;
  339. margin-left:0;
  340. text-indent:-999em;
  341. }
  342. #menus li a.home:hover {
  343. background-position:0 -124px;
  344. }
  345. #menus li.current_page_item a.home {
  346. background-position:0 -155px;
  347. }
  348. #menus li a.lastmenu:hover {
  349. background-position:0 0;
  350. cursor:default;
  351. }
  352. #searchbox {
  353. background: url(img/searchbox.gif) no-repeat;
  354. width:209px;
  355. height:21px;
  356. display:block;
  357. float:right;
  358. margin-top:4px;
  359. margin-right:10px !important;
  360. margin-right:5px;
  361. padding:3px 2px;
  362. }
  363. #searchbox .textfield {
  364. background:none;
  365. border:0px;
  366. width:185px;
  367. float:left;
  368. margin-right:2px;
  369. padding-left:2px;
  370. }
  371. #searchbox .button {
  372. background:none;
  373. border:0px;
  374. width:18px;
  375. height:18px;
  376. cursor:pointer;
  377. float:left;
  378. margin-top:1px;
  379. }
  380. #searchbox .searchtip {
  381. color:#999;
  382. }
  383. /* navigation END */
  384.  
  385. /* submenu START */
  386. #menus li ul {
  387. display:none;
  388. background:#F4F5F7;
  389. border:solid #A6A6A6;
  390. border-width:1px 1px 0;
  391. line-height:0;
  392. position:absolute;
  393. z-index:1;
  394. }
  395. #menus li li {
  396. float:none;
  397. margin:0;
  398. padding:0;
  399. list-style:none;
  400. }
  401. #menus li li a {
  402. float:none;
  403. padding:7px 18px 7px 10px;
  404. text-decoration:none;
  405. border-bottom:1px solid #DDD;
  406. margin:0;
  407. background-image:none;
  408. height:auto;
  409. line-height:145%;
  410. color:#999;
  411. display:block;
  412. width:175px;
  413. }
  414. #menus li li a.last {
  415. border-color:#A6A6A6;
  416. }
  417. #menus li li a:hover,
  418. #menus li li a.current {
  419. background-color:#EDEFF0;
  420. color:#382E1F;
  421. }
  422. #menus li li a.subtitle,
  423. #menus li li a.subtitle:hover {
  424. background-image:url(img/arrow.gif);
  425. background-position:right;
  426. background-repeat:no-repeat;
  427. }
  428. /* submenu END */
  429.  
  430. /* content START */
  431.  
  432. #content {
  433. background:#FFF url(img/sidesep.gif) right repeat-y;
  434. min-height:400px;
  435. }
  436. /* content END */
  437.  
  438. /* main START */
  439. #main {
  440. background:#FFF url(img/main_shadow.gif) top repeat-x;
  441. width:705px;
  442. padding:13px 15px 15px;
  443. float:left;
  444. overflow:hidden;
  445. }
  446. #notice {
  447. color:#080;
  448. }
  449. #notice a {
  450. text-decoration:underline;
  451. }
  452. .post {
  453. padding-bottom:5px !important;
  454. padding-bottom:15px;
  455. border-width:1px;
  456. border-style:dashed;
  457. border-color: #CCCCCC;
  458. margin-top: 10px;
  459. padding-bottom: 3px;
  460. padding-left: 3px;
  461. padding-right: 3px;
  462. }
  463. *+html .post {
  464. padding-bottom:15px !important;
  465. }
  466. .post h2 {
  467. /* display:block;
  468. background:#edeff0;
  469. margin-right:30px;
  470. -moz-border-radius-topright: 50px;
  471. border-top-right-radius: 50px;
  472. -moz-border-radius-bottomright: 50px;
  473. border-bottom-right-radius: 50px;
  474. border-bottom:1px solid #CCC;*/
  475. margin-top:3px;
  476. padding:0 5px 3px;
  477. font-size:24px;
  478. font-weight:normal;
  479. line-height:28px;
  480. color:#cc6600;
  481. text-align: center;
  482. background:url(img/dotted_line.gif) repeat-x 0 100%;
  483. font-family:"Trebuchet MS",Arial,sans-serif;
  484. }
  485. .post h2 a.title {
  486. text-decoration:none;
  487. color:#cc6600;
  488. }
  489. .post h2 a.title:hover {
  490. color:#42aec2
  491. }
  492. .post h2 .act a {
  493. font-weight:normal;
  494. }
  495. .post .info {
  496. margin:5px;
  497. }
  498. .post .info span.first {
  499. margin-left:0;
  500. }
  501. .post .date,
  502. .post .author,
  503. .post .editpost,
  504. .post .comments,
  505. .post .addcomment,
  506. .post .addlink,
  507. .post .editlinks {
  508. background:url(img/icons.gif) no-repeat;
  509. padding-left:22px;
  510. height:16px;
  511. line-height:16px;
  512. display:block;
  513. font-size:11px;
  514. }
  515. .post .tags,
  516. .post .categories {
  517. background:url(img/icons.gif) no-repeat;
  518. width:16px;
  519. height:16px;
  520. line-height:16px;
  521. display:block;
  522. text-indent:-999em;
  523. }
  524. .post .under span.tags,
  525. .post .under span.categories {
  526. margin-right:6px;
  527. }
  528. .post .act {
  529. height:16px;
  530. float:right;
  531. }
  532. .post .act span {
  533. float:left;
  534. margin-left:15px;
  535. }
  536. .post .tags {
  537. background-position:0 -400px;
  538. }
  539. .post .categories {
  540. background-position:0 -480px;
  541. }
  542. .post .date {
  543. background-position:0 -48px;
  544. margin-right:15px;
  545. float:left;
  546. }
  547. .post .author {
  548. background-position:0 0;
  549. float:left;
  550. }
  551. .post .editpost {
  552. background-position:0 -64px;
  553. margin-left:15px;
  554. float:right;
  555. }
  556. .post .comments {
  557. background-position:0 -96px;
  558. float:right;
  559. }
  560. .post .addcomment {
  561. background-position:0 -112px;
  562. margin-left:15px;
  563. float:right;
  564. }
  565. .post .addlink {
  566. background-position:0 -176px;
  567. }
  568. .post .editlinks {
  569. background-position:0 -192px;
  570. }
  571. .post .content {
  572. padding:5px 0 0 5px;
  573. line-height:145%;
  574. overflow:hidden;
  575. }
  576. .post .content p {
  577. margin-bottom:10px;
  578. }
  579. .post .under {
  580. height:16px;
  581. line-height:16px;
  582. font-size:11px;
  583. margin-bottom:10px;
  584. }
  585. .post .under span {
  586. float:left;
  587. margin-right:15px;
  588. }
  589. .post .content h4 {
  590. color:#080;
  591. margin-bottom:10px;
  592. }
  593. .post .content img {
  594. max-width:600px;
  595. }
  596. .post .content ul,
  597. .post .content ol {
  598. padding-bottom:10px;
  599. }
  600. .post .content ul li,
  601. .post .content ol li {
  602. list-style-position:inside;
  603. padding-left:20px;
  604. }
  605. .post .content table {
  606. background:#FFF;
  607. border:2px solid #CCC;
  608. border-collapse:collapse;
  609. margin:5px 0 10px;
  610. }
  611. .post .content th,
  612. .post .content td {
  613. border:1px solid #CCC;
  614. padding:3px 10px;
  615. text-align:left;
  616. vertical-align:top;
  617. }
  618. .post .content tr.even td {
  619. background:#F7F7F7;
  620. }
  621. .post .content th {
  622. background:#EDEFF0;
  623. }
  624. .post .content .boxcaption {
  625. background-image:url(img/postbox.gif);
  626. }
  627. .post .content .box {
  628. background-image:url(img/postbox.gif);
  629. }
  630. #postpath {
  631. background:url(img/icons.gif) 0 -320px no-repeat;
  632. line-height:16px;
  633. margin:5px 0;
  634. padding-left:22px;
  635. }
  636. #pagenavi,
  637. #postnavi {
  638. border-top:1px solid #CCC;
  639. margin:10px -5px 0;
  640. padding:10px 5px 0;
  641. }
  642. #pagenavi {
  643. font-size:11px;
  644. }
  645. #pagenavi .newer a,
  646. #postnavi .prev a {
  647. background:url(img/icons.gif) 0 -224px no-repeat;
  648. padding-left:22px;
  649. float:left;
  650. height:16px;
  651. line-height:16px;
  652. }
  653. #pagenavi .older a,
  654. #postnavi .next a {
  655. background:url(img/icons.gif) 100% -240px no-repeat;
  656. padding-right:22px;
  657. float:right;
  658. height:16px;
  659. line-height:16px;
  660. }
  661. /* main END */
  662.  
  663. /* sidebar START */
  664. #sidebar {
  665. background:#FFF url(img/sidebar_shadow.gif) top repeat-x;
  666. width:300px;
  667. float:right;
  668. font-size:95%;
  669. line-height:145%;
  670. overflow:hidden;
  671. padding-top:8px;
  672. }
  673. #sidebar li {
  674. background:url(img/icons.gif) 0 -560px no-repeat;
  675. padding-left:30px;
  676. list-style:none;
  677. margin-top:5px;
  678. /*font-size:95%;*/
  679. }
  680. #sidebar .content,
  681. #sidebar li {
  682. font-size:12px;
  683. }
  684.  
  685. #northsidebar .widget {
  686. /* ORIG background:url(img/widgetsep.png) bottom no-repeat; */
  687. margin:3px; border:1px solid #CCC; background:#f7f7f7; padding:0; float:left; width:94%; -border-radius: 5px;
  688. /* ORIG padding:10px 15px 19px;*/
  689. padding:10px 5px 10px;
  690. }
  691.  
  692. #northsidebar .widget2 {
  693. margin:3px; padding:0; float:left; width:100%; -border-radius: 5px;
  694. padding:10px 5px 10px;
  695. }
  696.  
  697. #southsidebar .widget {
  698. /* ORIG background:url(img/widgetsep.png) top no-repeat;*/
  699. margin:3px; border:1px solid #CCC; background:#f7f7f7; padding:0; float:left; width:94%; -border-radius: 5px;
  700. /* ORIG padding:15px 15px 17px;*/
  701. padding:10px 5px 10px;
  702. }
  703. #centersidebar {
  704. padding:12px 15px 0;
  705. margin:3px; border:1px solid #CCC; background:#f7f7f7; padding:6px; float:left; width:93%; -border-radius: 5px;
  706. }
  707. #northsidebar,
  708. #southsidebar {
  709. font-size:95%;
  710. }
  711. #northsidebar .widget h2,
  712. #southsidebar .widget h2 {
  713. margin-bottom:10px;
  714. }
  715. #northsidebar .widget .content p,
  716. #southsidebar .widget .content p {
  717. margin-bottom:10px;
  718. }
  719. #westsidebar {
  720. width:121px;
  721. float:left;
  722. padding-right:5px;
  723. font-size:95%;
  724. overflow:hidden;
  725. }
  726. #eastsidebar {
  727. width:129px;
  728. float:right;
  729. font-size:95%;
  730. overflow:hidden;
  731. }
  732. #westsidebar h3,
  733. #eastsidebar h3 {
  734. margin-bottom:5px;
  735. }
  736. #westsidebar .widget,
  737. #eastsidebar .widget {
  738. margin-bottom:15px;
  739. }
  740. #sidebar .widget_feeds {
  741. padding:5px 15px 15px;
  742. }
  743. #sidebar #feedrss,
  744. #sidebar #feedemail,
  745. #sidebar #followme {
  746. height:25px;
  747. line-height:25px;
  748. display:block;
  749. padding:5px 5px 5px 36px;
  750. float:left;
  751. text-decoration:none;
  752. font-size:11px;
  753. }
  754.  
  755. #sidebar #feedrss {
  756. background: url(img/feeds.gif) 5px 5px no-repeat;
  757. }
  758. #sidebar #feedemail {
  759. background: url(img/feeds.gif) 5px -45px no-repeat;
  760. margin-left:10px;
  761. }
  762. #sidebar #followme {
  763. background: url(img/feeds.gif) 5px -95px no-repeat;
  764. margin-left:10px;
  765. }
  766. #subscribe ul {
  767. display:none;
  768. position:absolute;
  769. background:#F4F5F7;
  770. border:1px solid #B7B7B7;
  771. width:180px;
  772. padding:5px;
  773. }
  774. #subscribe li {
  775. background:transparent;
  776. list-style:none;
  777. float:left;
  778. margin:0;
  779. padding:0;
  780. display:block;
  781. }
  782. #subscribe li a span {
  783. background:url(img/readers.gif) no-repeat;
  784. height:20px;
  785. width:80px;
  786. display:block;
  787. text-indent:-999em;
  788. }
  789. #subscribe li#google_reader a span {
  790. background-position:0 0;
  791. }
  792. #subscribe li#youdao_reader a span {
  793. background-position:0 -20px;
  794. }
  795. #subscribe li#xianguo_reader a span {
  796. background-position:0 -40px;
  797. }
  798. #subscribe li#zhuaxia_reader a span {
  799. background-position:0 -60px;
  800. }
  801. #subscribe li#yahoo_reader a span {
  802. background-position:0 -80px;
  803. }
  804. #subscribe li#newsgator_reader a span {
  805. background-position:0 -100px;
  806. }
  807. #subscribe li#bloglines_reader a span {
  808. background-position:0 -120px;
  809. }
  810. #subscribe li#inezha_reader a span {
  811. background-position:0 -140px;
  812. }
  813. #subscribe li a {
  814. display:block;
  815. padding:5px;
  816. text-decoration:none;
  817. width:80px;
  818. font-size:12px;
  819. }
  820. #subscribe li a:hover {
  821. background:#EEDDCC;
  822. }
  823. #tag_cloud a {
  824. line-height:130%;
  825. }
  826. /* sidebar END */
  827.  
  828. /* footer START */
  829. #footer {
  830. background:url(img/footer2.jpg) 0 0 no-repeat;
  831. display:block;
  832. height:88px;
  833. border-top:1px solid #CCC;
  834. font-size:11px;
  835. line-height:145%;
  836. width:100%;
  837. }
  838. #footer a {
  839. color:#2A2A2A;
  840. }
  841. #copyright {
  842. margin-top:12px;
  843. margin-left:20px;
  844. }
  845. #themeinfo {
  846. margin-left:20px;
  847. }
  848. a#powered {
  849. background:url(img/wp-logo.png) no-repeat;
  850. display:block;
  851. width:92px;
  852. height:57px;
  853. float:left;
  854. margin:0 10px 0 5px;
  855. text-indent:-999em;
  856. }
  857. a#gotop {
  858. background:url(img/icons.gif) 0 -304px no-repeat;
  859. float:right;
  860. height:16px;
  861. line-height:18px;
  862. display:block;
  863. padding-left:16px;
  864. margin:5px 15px 0 0 !important;
  865. margin:5px 8px 0 0;
  866. text-decoration:none;
  867. }
  868. /* footer END */
  869.  
  870. /* comment START */
  871. #commentlist {
  872. background:#FCFCFC;
  873. border-top:1px solid #CCC;
  874. border-bottom:1px solid #CCC;
  875. margin:0 -15px;
  876. padding:0 15px;
  877. }
  878. #commentlist ol,
  879. #commentlist li {
  880. list-style:none;
  881. }
  882. #cmtswitcher {
  883. background:#FFF;
  884. font-size:10px;
  885. padding-top:5px;
  886. }
  887. #cmtswitcher a.tab,
  888. #cmtswitcher a.curtab {
  889. padding:5px 10px;
  890. margin-bottom:-1px;
  891. display:block;
  892. float:right;
  893. color:#555;
  894. text-decoration:none;
  895. }
  896. #cmtswitcher a.tab {
  897. border:1px solid #FFF;
  898. border-bottom-color:#CCC;
  899. }
  900. #cmtswitcher a.curtab {
  901. background:#FCFCFC;
  902. border:1px solid #CCC;
  903. border-bottom-color:#FCFCFC;
  904. }
  905. #cmtswitcher .addcomment,
  906. #cmtswitcher .addtrackback {
  907. padding-left:22px;
  908. height:16px;
  909. line-height:16px;
  910. display:block;
  911. font-size:11px;
  912. float:left;
  913. margin-right:15px;
  914. margin-top:4px !important;
  915. margin-top:3px;
  916. }
  917. #cmtswitcher .addcomment {
  918. background:url(img/icons.gif) 0 -112px no-repeat;
  919. }
  920. #cmtswitcher .addtrackback {
  921. background:url(img/icons.gif) 0 -144px no-repeat;
  922. }
  923. #thecomments,
  924. #thetrackbacks {
  925. padding-bottom:15px;
  926. }
  927. #thecomments .comment,
  928. #thecomments .messagebox {
  929. margin-top:15px;
  930. }
  931. .comment .author {
  932. float:left;
  933. width:81px;
  934. text-align:center;
  935. }
  936. .comment .pic {
  937. background:url(img/commentpoint.png) 100% 33% no-repeat;
  938. padding-right:14px;
  939. margin-top:10px;
  940. }
  941. .comment .name {
  942. width:67px;
  943. padding-right:14px;
  944. font-weight:bold;
  945. overflow:hidden;
  946. }
  947. .comment .avatar {
  948. padding:1px;
  949. border:1px solid #999;
  950. }
  951. .comment .info {
  952. background:#EDEFF0 url(img/comment.gif) 0 0 no-repeat;
  953. float:left;
  954. padding:10px 15px 0;
  955. width:594px;
  956. }
  957. .comment .date,
  958. .trackback .date {
  959. float:left;
  960. font-size:10px;
  961. }
  962. .comment .act,
  963. .trackback .act {
  964. float:right;
  965. font-size:10px;
  966. }
  967. .comment .content {
  968. background:url(img/comment.gif) 100% 100% no-repeat;
  969. margin:0 -15px;
  970. padding:0 15px 10px;
  971. line-height:145%;
  972. }
  973. .comment .content p {
  974. margin-top:10px;
  975. }
  976. .comment .content blockquote p {
  977. margin-top:0;
  978. margin-bottom:10px;
  979. }
  980. .admincomment .author {
  981. float:right;
  982. }
  983. .admincomment .pic {
  984. background:url(img/commentpoint.png) 0% 33% no-repeat;
  985. padding-right:0;
  986. padding-left:14px;
  987. }
  988. .admincomment .name {
  989. padding-right:0;
  990. padding-left:14px;
  991. }
  992. .admincomment .info {
  993. float:right;
  994. }
  995. #comment_login {
  996. margin-top:15px;
  997. }
  998. #thetrackbacks {
  999. display:none;
  1000. }
  1001. #thetrackbacks li {
  1002. margin-top:15px;
  1003. }
  1004. .trackback {
  1005. background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
  1006. padding:10px 15px 0;
  1007. width:575px;
  1008. }
  1009. .trackback .title {
  1010. background:#EDEFF0 url(img/box.gif) 100% 100% no-repeat;
  1011. padding:10px 15px !important;
  1012. padding:0 15px 10px;
  1013. width:575px;
  1014. margin:0 -15px;
  1015. }
  1016. #respond {
  1017. padding:10px 0 0;
  1018. font-size:11px;
  1019. }
  1020. #respond .row {
  1021. margin-bottom:5px;
  1022. }
  1023. #respond .textfield {
  1024. width:200px;
  1025. }
  1026. #emoticon {
  1027. float:right;
  1028. margin-top:1px;
  1029. margin-right:10px;
  1030. }
  1031. #comment {
  1032. width:601px;
  1033. }
  1034. #commentnavi {
  1035. background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
  1036. padding:10px 15px;
  1037. font-size:11px;
  1038. }
  1039. #commentnavi a.page-numbers {
  1040. padding:5px 7px;
  1041. text-decoration:none;
  1042. border:1px solid #EDEFF0;
  1043. margin:0 -2px;
  1044. }
  1045. #commentnavi a.page-numbers:hover {
  1046. background:#F7F7F7;
  1047. border:1px solid #CCC;
  1048. text-decoration:none;
  1049. }
  1050. #commentnavi span.pages {
  1051. padding:0 7px 0 22px;
  1052. background:url(img/icons.gif) 0 -272px no-repeat;
  1053. height:16px;
  1054. line-height:16px;
  1055. float:left;
  1056. }
  1057. #commentnavi span.current {
  1058. background:#F7F7F7;
  1059. padding:5px 7px;
  1060. border:1px solid #F7F7F7;
  1061. font-weight:bold;
  1062. margin:0 -2px;
  1063. }
  1064. #commentnavi #commentpager {
  1065. line-height:16px;
  1066. }
  1067. #submitbox a.feed {
  1068. background:url(img/icons.gif) 0 -256px no-repeat;
  1069. padding-left:22px;
  1070. height:16px;
  1071. line-height:16px;
  1072. display:block;
  1073. float:left;
  1074. }
  1075. #submitbox #submit {
  1076. padding:3px 6px;
  1077. background:#B4D666;
  1078. border-top:1px solid #B4D666;
  1079. border-right:1px solid #81B840;
  1080. border-bottom:1px solid #81B840;
  1081. border-left:1px solid #B4D666;
  1082. color:#2970A6;
  1083. font-size:11px;
  1084. cursor:pointer;
  1085. }
  1086. #submitbox #submit:hover {
  1087. background:#98C64C;
  1088. border-top:1px solid #76B33A;
  1089. border-right:1px solid #98C64C;
  1090. border-bottom:1px solid #98C64C;
  1091. border-left:1px solid #76B33A;
  1092. color:#074A7E;
  1093. }
  1094. #submitbox .submitbutton {
  1095. float:right;
  1096. }
  1097. #cp_post_id {
  1098. display:none;
  1099. }
  1100. /* comment END */
  1101.  
  1102. /* calendar START */
  1103. .widget_calendar h3 {
  1104. display:none;
  1105. }
  1106. #wp-calendar {
  1107. width:100%;
  1108. }
  1109. #wp-calendar #today {
  1110. background:#E6E6E6;
  1111. }
  1112. #wp-calendar tbody a {
  1113. font-weight:bold;
  1114. }
  1115. #wp-calendar caption {
  1116. font-family:Arial;
  1117. font-weight:bold;
  1118. letter-spacing:-0.05em;
  1119. font-size:150%;
  1120. text-align:left;
  1121. padding-bottom:5px;
  1122. }
  1123. #wp-calendar th,
  1124. #wp-calendar td {
  1125. text-align:center;
  1126. }
  1127. #wp-calendar tbody td {
  1128. border:1px solid #CCC;
  1129. }
  1130. #wp-calendar tbody td.pad {
  1131. border:0 none;
  1132. }
  1133. #wp-calendar th {
  1134. background:#999;
  1135. color:#FFF;
  1136. }
  1137. #wp-calendar td#prev {
  1138. text-align:left;
  1139. padding-top:5px;
  1140. }
  1141. #wp-calendar td#next {
  1142. text-align:right;
  1143. padding-top:5px;
  1144. }
  1145. /* calendar END */
  1146.  
  1147. /* linkcat START */
  1148. .post .content .linkcat ul li {
  1149. list-style:none;
  1150. float:left;
  1151. width:25%;
  1152. padding:2px 0;
  1153. overflow:hidden;
  1154. }
  1155. .post .content .linkcat ul li a {
  1156. background:url(img/icons.gif) 0 -160px no-repeat;
  1157. padding-left:22px;
  1158. height:16px;
  1159. line-height:16px;
  1160. }
  1161. /* linkcat END */
  1162.  
  1163. /* related posts START */
  1164. /* when related posts with title */
  1165. #related_posts {
  1166. padding-bottom:10px;
  1167. }
  1168. #related_posts h3 {
  1169. background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
  1170. font-size:12px;
  1171. padding:6px 12px;
  1172. font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
  1173. letter-spacing:0em;
  1174. border-bottom:1px solid #CCC;
  1175. }
  1176. #related_posts ul {
  1177. background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
  1178. padding:3px 12px 8px;
  1179. }
  1180. #related_posts ul li {
  1181. list-style:none;
  1182. padding:3px 5px;
  1183. border-bottom:1px solid #E3E4E6;
  1184. line-height:18px;
  1185. }
  1186. #related_posts .count {
  1187. font-size:10px;
  1188. }
  1189. #related_posts .excerpt {
  1190. color:#999;
  1191. font-size:11px;
  1192. display:block;
  1193. }
  1194. /* when related posts without title */
  1195. /*
  1196. #related_posts {
  1197. padding-top:3px;
  1198. padding-bottom:8px;
  1199. }
  1200. #related_posts ul li {
  1201. list-style:none;
  1202. padding:3px 5px;
  1203. border-bottom:1px solid #E3E4E6;
  1204. line-height:18px;
  1205. }
  1206. */
  1207. /* related posts END */
  1208.  
  1209. /* one-column START */
  1210. .one-column #content {
  1211. background:#FFF;
  1212. }
  1213. .one-column #main {
  1214. width:906px;
  1215. }
  1216. .one-column #comment {
  1217. width:902px;
  1218. }
  1219. .one-column .trackback,
  1220. .one-column .trackback .title {
  1221. width:876px;
  1222. }
  1223. .one-column .comment .info {
  1224. width:795px;
  1225. }
  1226. .one-column .comment .info,
  1227. .one-column .comment .content {
  1228. background-image:url(img/comment_1col.gif);
  1229. }
  1230. .one-column .boxcaption,
  1231. .one-column .box,
  1232. .one-column .trackback,
  1233. .one-column .trackback .title,
  1234. .one-column #commentnavi,
  1235. .one-column #related_posts h3,
  1236. .one-column #related_posts ul {
  1237. background-image:url(img/box_1col.gif);
  1238. }
  1239. .one-column .messagebox,
  1240. .one-column .errorbox {
  1241. background-image:url(img/messagebox_1col.gif);
  1242. }
  1243. .one-column .post .content .boxcaption,
  1244. .one-column .post .content .box {
  1245. background-image:url(img/postbox_1col.gif);
  1246. }
  1247. /* one-column END */
  1248.  
  1249. /* thread twitter START */
  1250. .post .twitter-tweedles {
  1251. background:#E2F2FB;
  1252. border:1px dashed #3FCDEB;
  1253. padding:10px 0 0;
  1254. }
  1255. .twitter ul {
  1256. margin:0 12px 0 10px !important;
  1257. margin:0 10px;
  1258. }
  1259. .post .content .twitter ul li {
  1260. background:#FCFCFC;
  1261. padding:0;
  1262. float:left;
  1263. list-style:none;
  1264. list-style-position:outside;
  1265. border:solid #CCC;
  1266. border-width:1px !important;
  1267. border-width:1px 0;
  1268. width:100%;
  1269. padding-top:10px;
  1270. margin-bottom:10px;
  1271. }
  1272. .twitter img {
  1273. float:left;
  1274. padding:0 10px 0 0;
  1275. margin:0 0 10px 10px;
  1276. }
  1277. .twitter_source {
  1278. color:#999;
  1279. font-family:georgia;
  1280. font-style:italic;
  1281. font-size:10px;
  1282. }
  1283. .twitter_source a {
  1284. color:#999;
  1285. }
  1286. .twitter_text {
  1287. margin-bottom:5px;
  1288. display:block;
  1289. padding-left:70px;
  1290. padding-right:10px;
  1291. }
  1292. .twitter_reply {
  1293. background: url(img/icons.gif) 0 -112px no-repeat;
  1294. padding-left:22px;
  1295. padding-right:10px;
  1296. height:16px;
  1297. line-height:16px;
  1298. display:block;
  1299. font-size:11px;
  1300. float:right;
  1301. }
  1302. .twitter .twitter_pagebar {
  1303. padding:0 10px;
  1304. font-size:11px;
  1305. }
  1306. .twitter .twitter_pagebar a {
  1307. background:#D1EAF9;
  1308. padding:2px 5px;
  1309. border:1px solid #D1EAF9;
  1310. }
  1311. .twitter .twitter_pagebar a:hover {
  1312. border:1px dashed #3FCDEB;
  1313. text-decoration:none;
  1314. }
  1315. .twitter .twitter_pagebar strong {
  1316. background:#A6D0E7;
  1317. padding:2px 5px;
  1318. border:1px solid #A6D0E7;
  1319. }
  1320. .post .content .thread_twitter_power_by {
  1321. display:block;
  1322. background:#D1EAF9;
  1323. border-top:1px dashed #3FCDEB;
  1324. margin-bottom:0;
  1325. padding:5px 10px;
  1326. }
  1327. .twitter .navigation {
  1328. padding:10px 5px;
  1329. }
  1330. #thread_twitter .loading {
  1331. padding:0 10px;
  1332. font-size:11px;
  1333. }
  1334. #status_update_form {
  1335. padding:0 10px 10px;
  1336. }
  1337. #status_update_form textarea {
  1338. width:574px;
  1339. display:block;
  1340. margin-bottom:10px;
  1341. }
  1342. /* thread twitter END */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement