PageRenderTime 44ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/themes/Standard/style.css

#
CSS | 937 lines | 702 code | 174 blank | 61 comment | 0 complexity | 8184f58c7dea3754ef98258420561933 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. body, textarea, table, tr, td{
  2. font-family: calibri, arial;
  3. font-size: 11pt;
  4. }
  5. body {
  6. background-color: #F1F1F1;
  7. color: #444444;
  8. margin: 0 auto;
  9. position: relative;
  10. text-align: center;
  11. }
  12. form {
  13. width: 980px;
  14. margin-left: auto;
  15. margin-right: auto;
  16. text-align: left;
  17. }
  18. h1 {
  19. font-size: 130%;
  20. letter-spacing: 1px;
  21. }
  22. h2 {
  23. font-size: 110%;
  24. }
  25. a {
  26. text-decoration: none;
  27. color: #5C80B1;
  28. }
  29. a[href^="\/file.axd"] {
  30. font-weight: bold;
  31. background: url(download.png) no-repeat right center;
  32. padding-right: 15px;
  33. }
  34. a:hover {
  35. text-decoration: underline;
  36. }
  37. img {
  38. border: none;
  39. }
  40. #content {
  41. float: left;
  42. width: 70%;
  43. }
  44. #sidepanel {
  45. float: right;
  46. width: 28%;
  47. }
  48. .loginbox{
  49. margin: 0 auto;
  50. }
  51. .loginbox td {
  52. padding: 3px;
  53. }
  54. #postnavigation{
  55. margin-bottom: 10px;
  56. text-align: center;
  57. color: Gray;
  58. background: white;
  59. border: 1px solid silver;
  60. padding: 3px;
  61. }
  62. #footer{
  63. font-size: 80%;
  64. text-align:center
  65. }
  66. /*----------------------------
  67. Header
  68. ----------------------------*/
  69. #header {
  70. text-align: right;
  71. margin-bottom: 30px;
  72. width: 100%;
  73. }
  74. #header p {
  75. font-family: Arial;
  76. font-size: 80px;
  77. font-weight: bold;
  78. margin: 0px;
  79. letter-spacing: 8px;
  80. }
  81. #header span {
  82. font-weight: normal;
  83. letter-spacing: 4px;
  84. color: silver;
  85. margin: 0px;
  86. }
  87. #header a {
  88. text-decoration: none;
  89. color: white;
  90. }
  91. /*----------------------------
  92. Menu
  93. ----------------------------*/
  94. #menu{
  95. background: white;
  96. border: 1px solid silver;
  97. padding: 5px;
  98. margin-bottom: 20px;
  99. }
  100. #menu a.apmlfilter
  101. {
  102. padding-left: 15px;
  103. background:url(../../pics/apml.png) no-repeat left 14px;
  104. }
  105. #menu .login
  106. {
  107. float:right;
  108. margin-right: 10px;
  109. padding-left:16px
  110. }
  111. #menu .login span
  112. {
  113. color: #666;
  114. padding-right: 5px;
  115. }
  116. #menu ul{
  117. list-style: none;
  118. margin: 0;
  119. padding: 0;
  120. }
  121. #menu ul li{
  122. display:inline;
  123. }
  124. #menu ul li a{
  125. padding: 10px;
  126. font-weight: bold;
  127. }
  128. #menu ul li a.feed img{
  129. margin-right: 3px;
  130. margin-bottom: -2px;
  131. }
  132. /*----------------------------
  133. Widgets
  134. ----------------------------*/
  135. div.widgetzone{
  136. padding: 0;
  137. background: none;
  138. }
  139. div.widgetzone .clear{
  140. clear: left;
  141. }
  142. div.widget{
  143. background: white;
  144. border: 1px solid silver;
  145. padding: 10px 15px;
  146. margin-bottom: 10px;
  147. z-index: 1;
  148. min-width: 1px;
  149. }
  150. div.widget .content{
  151. line-height: 16px;
  152. color: #666666;
  153. }
  154. div.widget h4{
  155. font-size: 120%;
  156. border-bottom: 1px solid silver;
  157. padding-bottom: 5px;
  158. margin: 0;
  159. margin-bottom: 5px;
  160. z-index: 0;
  161. color: #999999;
  162. letter-spacing: 1px;
  163. }
  164. div.widget a.edit, div.widget a.move, div.widget a.delete{
  165. font-size: 85%;
  166. font-weight: normal;
  167. float: right;
  168. z-index: 1;
  169. margin-left: 2px;
  170. }
  171. .widgetzone .widget ul {
  172. list-style-type: none;
  173. margin: 0;
  174. padding: 0;
  175. text-transform: capitalize;
  176. }
  177. .widgetzone .widget ul li {
  178. margin-bottom: 3px;
  179. }
  180. .widgetzone div.search{
  181. background: none;
  182. border: none;
  183. padding-left: 10px;
  184. }
  185. .widgetzone img.rssButton {
  186. margin-right: 3px;
  187. }
  188. .widgetzone div#moveWidgetToContainer {
  189. display:block;
  190. margin: 5px;
  191. }
  192. #moveWidgetTo {
  193. margin-bottom: 5px;
  194. }
  195. /*----------------------------
  196. Blogroll
  197. ----------------------------*/
  198. #blogroll ul {
  199. list-style-type: none;
  200. margin: 0 0 3px 0;
  201. padding: 0px;
  202. }
  203. #blogroll ul li ul li a {
  204. margin-left: 25px;
  205. color: #666666;
  206. font-size: 90%;
  207. }
  208. #blogroll ul li a img {
  209. border: none;
  210. margin-right: 3px;
  211. }
  212. /*----------------------------
  213. Posts
  214. ----------------------------*/
  215. div.post, .mceContentBody {
  216. border: 1px solid silver;
  217. padding: 3px 10px;
  218. margin-bottom: 20px;
  219. background-color: white;
  220. line-height: 125%;
  221. }
  222. div.post h1, .mceContentBody h1 {
  223. margin: 5px 0 0 0;
  224. }
  225. div.post .author {
  226. color: #666666;
  227. font-size: 95%;
  228. float: left;
  229. text-transform: capitalize;
  230. }
  231. div.post .pubDate {
  232. color: #666666;
  233. font-size: 95%;
  234. float: right;
  235. }
  236. div.post .text {
  237. margin-top: 30px;
  238. }
  239. div.post .text h2 {
  240. margin-bottom: -10px;
  241. }
  242. div.post .text h3 {
  243. font-size: 11px;
  244. margin-bottom: -10px;
  245. padding: 0;
  246. }
  247. div.post .footer {
  248. text-align: right;
  249. border-top: 1px dashed silver;
  250. padding-top: 4px;
  251. padding-bottom: 2px;
  252. clear: both;
  253. }
  254. div.post .bottom {
  255. margin-bottom: 45px;
  256. }
  257. div.post .categories {
  258. margin-bottom: 5px;
  259. float: right;
  260. }
  261. div.post .tags {
  262. float: left;
  263. margin-bottom: 5px;
  264. }
  265. div.post .text a[href^="http:"] {
  266. background: url(../../pics/remote.gif) right top no-repeat;
  267. padding-right: 10px;
  268. white-space: nowrap;
  269. }
  270. /*----------------------------
  271. Related Posts
  272. ----------------------------*/
  273. #relatedPosts div {
  274. background: white;
  275. padding: 5px 10px 10px 10px;
  276. border: 1px solid silver;
  277. }
  278. #relatedPosts h1 {
  279. margin: 0 0 10px 0;
  280. }
  281. #relatedPosts p
  282. {
  283. font-size: 120%;
  284. letter-spacing:1px;
  285. font-weight: bold;
  286. }
  287. #relatedPosts a {
  288. display: block;
  289. margin-top: 5px;
  290. }
  291. #relatedPosts span {
  292. color: #666666;
  293. text-indent: 10px;
  294. display: inline-block;
  295. }
  296. /*----------------------------
  297. Recent posts
  298. ----------------------------*/
  299. ul.recentPosts li{
  300. padding-bottom: 10px;
  301. }
  302. ul.recentPosts li a{
  303. font-weight: bold;
  304. }
  305. ul.recentPosts li span{
  306. display: block;
  307. text-indent: 10px;
  308. text-transform: none;
  309. }
  310. /*----------------------------
  311. Recent comments
  312. ----------------------------*/
  313. ul.recentComments li{
  314. padding-bottom: 10px;
  315. text-transform: none;
  316. }
  317. ul.recentComments li a.postTitle{
  318. font-weight: bold;
  319. }
  320. /*----------------------------
  321. Social bookmarks
  322. ----------------------------*/
  323. .bookmarks {
  324. float: left;
  325. }
  326. /*----------------------------
  327. Archive
  328. ----------------------------*/
  329. #archive {
  330. background-color: white;
  331. border: 1px solid silver;
  332. padding: 10px;
  333. }
  334. #archive h1 {
  335. margin: 0;
  336. border-bottom: 1px dashed silver;
  337. padding-bottom: 9px;
  338. }
  339. #archive h2 {
  340. border-bottom: 1px solid silver;
  341. padding-bottom: 4px;
  342. margin-bottom: 10px;
  343. }
  344. #archive h2 img {
  345. margin-right: 3px;
  346. }
  347. #archive ul {
  348. list-style-type: square;
  349. margin: 0 10px;
  350. padding: 10px;
  351. }
  352. #archive ul li {
  353. margin-right: 20px;
  354. }
  355. #archive table{
  356. width: 100%;
  357. border-collapse: collapse;
  358. }
  359. #archive table td, #archive table th{
  360. text-align:left;
  361. }
  362. #archive table td{
  363. text-align:left;
  364. border-bottom: 1px solid #D8D8D8;
  365. padding: 2px 0;
  366. font-size: 95%;
  367. }
  368. #archive .date{
  369. width: 70px;
  370. }
  371. #archive .comments{
  372. width: 70px;
  373. text-align: center;
  374. }
  375. #archive .rating{
  376. width: 70px;
  377. text-align: center;
  378. }
  379. /*----------------------------
  380. Search
  381. ----------------------------*/
  382. #searchbox {
  383. margin-top: 5px;
  384. font-size: 85%;
  385. display: inline-table;
  386. }
  387. #searchbox #searchbutton {
  388. margin-left: 5px;
  389. }
  390. #searchbox #searchfield {
  391. width: 175px;
  392. margin-left: -8px;
  393. }
  394. /*----------------------------
  395. Search on search
  396. ----------------------------*/
  397. #searchonsearch {
  398. background: white;
  399. padding: 5px 10px;
  400. margin-bottom: 20px;
  401. border: 1px solid silver;
  402. }
  403. #searchonsearch h3 {
  404. margin: 3px;
  405. font-size: 13px;
  406. }
  407. #searchonsearch ol li {
  408. margin: 2px 0;
  409. }
  410. /*----------------------------
  411. Month list
  412. ----------------------------*/
  413. #monthList li
  414. {
  415. font-weight: normal;
  416. }
  417. #monthList .year
  418. {
  419. cursor: pointer;
  420. font-weight: bold;
  421. }
  422. #monthList .year li
  423. {
  424. margin-left: 20px;
  425. }
  426. #monthList ul
  427. {
  428. display: none;
  429. }
  430. #monthList .open
  431. {
  432. display: block;
  433. }
  434. /*----------------------------
  435. Tag cloud
  436. ----------------------------*/
  437. .tagcloud {
  438. margin-bottom: 10px;
  439. white-space: normal;
  440. }
  441. .tagcloud li {
  442. display: inline;
  443. }
  444. .tagcloud a {
  445. margin-right: 3px;
  446. display: inline;
  447. }
  448. .tagcloud a.biggest {
  449. font-size: 130%;
  450. }
  451. .tagcloud a.big {
  452. font-size: 124%;
  453. }
  454. .tagcloud a.medium {
  455. font-size: 115%;
  456. }
  457. .tagcloud a.small {
  458. font-size: 100%;
  459. }
  460. .tagcloud a.smallest {
  461. font-size: 90%;
  462. }
  463. /*----------------------------
  464. Page
  465. ----------------------------*/
  466. #page {
  467. border: 1px solid silver;
  468. padding: 3px 10px;
  469. margin-bottom: 20px;
  470. background-color: white;
  471. line-height: 17px;
  472. }
  473. #page h1 {
  474. margin: 3px 0 10px 0;
  475. }
  476. #page #admin {
  477. border-top: 1px solid silver;
  478. margin-top: 10px;
  479. padding: 5px 0;
  480. }
  481. /*----------------------------
  482. Calendar
  483. ----------------------------*/
  484. #calendarContainer {
  485. text-transform: capitalize;
  486. margin: 0 auto;
  487. }
  488. .calendar {
  489. border: none;
  490. margin: 0 auto;
  491. }
  492. .calendar .weekend {
  493. background-color: #F1F1F1;
  494. }
  495. .calendar .other {
  496. color: silver;
  497. }
  498. .calendar a.exist {
  499. display: block;
  500. font-weight: bold;
  501. background-color: #F1F1F1;
  502. }
  503. .calendar td {
  504. vertical-align: top;
  505. background: white;
  506. }
  507. /*----------------------------
  508. Search page
  509. ----------------------------*/
  510. #searchpage{
  511. margin-bottom: 30px;
  512. }
  513. #searchpage input#q{
  514. width: 300px;
  515. }
  516. #searchpage input#comment{
  517. clear: both;
  518. }
  519. .searchresult{
  520. margin-bottom: 20px;
  521. }
  522. .searchresult a{
  523. font-weight: bold;
  524. }
  525. .searchresult span.text{
  526. clear: both;
  527. display: block;
  528. margin: 3px 0;
  529. }
  530. .searchresult span.type{
  531. display: block;
  532. }
  533. .searchresult span.url{
  534. color: Gray;
  535. }
  536. .searchpage ul.paging{
  537. list-style-type: none;
  538. margin:0px;
  539. margin-bottom: 20px;
  540. padding:0px;
  541. }
  542. .searchpage ul.paging li{
  543. display: inline;
  544. border: 1px solid gray;
  545. background: #f1f1f1;
  546. margin-right: 5px;
  547. }
  548. .searchpage ul.paging li a{
  549. padding: 5px 8px;
  550. }
  551. .searchpage ul.paging li.active{
  552. background: #f1f1f1;
  553. border: 1px solid black;
  554. }
  555. /*----------------------------
  556. Contact page
  557. ----------------------------*/
  558. #contact{
  559. background : white;
  560. padding: 10px;
  561. border: 1px solid silver;
  562. }
  563. #contact h1{
  564. margin-top: 0;
  565. }
  566. #contact label{
  567. display: block;
  568. padding-top: 5px;
  569. }
  570. #contact input.field{
  571. width: 200px;
  572. }
  573. #contact textarea{
  574. display: block;
  575. overflow: auto;
  576. width: 75%;
  577. height: 150px;
  578. margin: 0;
  579. }
  580. /*----------------------------
  581. Comments
  582. ----------------------------*/
  583. #commentlist {
  584. background-color: #FFF;
  585. padding-top: 10px;
  586. }
  587. .comment_header{
  588. height:36px;
  589. display:block;
  590. padding: 0 5px;
  591. vertical-align:middle;
  592. background-color: #F8F4FF;
  593. -moz-border-radius: 5px;
  594. -khtml-border-radius: 5px
  595. -webkit-border-radius: 5px;
  596. border-radius: 5px;
  597. border: 1px solid #CCC;
  598. }
  599. .comment {
  600. border: 0px solid silver;
  601. background-color: white;
  602. padding: 3px 10px;
  603. margin-bottom: 10px;
  604. border: 0px;
  605. }
  606. .comment .author {
  607. margin: 0;
  608. padding: 3px 5px;
  609. font-size:90%;
  610. border: 0px;
  611. height: 16px;
  612. }
  613. #addcomment, #comment
  614. {
  615. font-size: 120%;
  616. letter-spacing:1px;
  617. font-weight: bold;
  618. }
  619. .self {
  620. background: #f8f8f8;
  621. }
  622. .comment .gravatar {
  623. float: left;
  624. clear: both;
  625. margin: 3px 10px 6px 0;
  626. }
  627. .comment .gravatar img {
  628. height: 28px;
  629. border: 1px solid silver;
  630. margin: 0;
  631. padding: 0;
  632. }
  633. .comment img.flag {
  634. margin-left: 5px;
  635. }
  636. .comment .content {
  637. min-height: 25px;
  638. margin: 1px;
  639. padding: 5px;
  640. }
  641. .comment cite{
  642. font-family: Monospace;
  643. font-style: normal;
  644. }
  645. .visitor {
  646. padding:8px 0px;
  647. }
  648. .visitor div {
  649. font-size: 0.8em;
  650. color: #666;
  651. }
  652. .comment {
  653. padding: 5px;
  654. }
  655. /* nested comments */
  656. .comment-replies {
  657. background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 15px;
  658. padding: 0 0 0 15px;
  659. margin: 5px 0 0 0;
  660. }
  661. #commentlist #comment-form {
  662. border: solid 1px #ccc;
  663. background: #fff;
  664. padding: 10px;
  665. margin: 10px 0;
  666. }
  667. /* Comment notification unsubscription */
  668. #commentNotificationUnsubscription {
  669. margin-bottom: 10px;
  670. color: Gray;
  671. background: #ffc;
  672. border: 1px solid silver;
  673. padding: 10px;
  674. }
  675. #commentNotificationUnsubscription h1 {
  676. margin: 0 auto 12px auto;
  677. padding: 0;
  678. }
  679. /* comment menu */
  680. #commentMenu{
  681. padding: 0;
  682. margin:0;
  683. clear:both;
  684. }
  685. #commentMenu li{
  686. float:left;
  687. border:1px solid silver;
  688. border-bottom: transparent;
  689. margin:0;
  690. list-style:none;
  691. margin-right:5px;
  692. padding: 3px 8px;
  693. cursor:pointer;
  694. position:relative;
  695. top: 2px;
  696. background:#d8d8d8;
  697. }
  698. #commentMenu li.selected{
  699. background:white;
  700. border-bottom:1px solid white;
  701. }
  702. .commentForm .bbcode {
  703. font-size:90%;
  704. float:right;
  705. position:relative;
  706. top:20px;
  707. padding: 3px;
  708. }
  709. .commentForm .bbcodeNoLivePreview {
  710. top: 0;
  711. }
  712. .bbcode a {
  713. margin: 1px;
  714. padding: 1px 3px 1px 3px;
  715. background: #fff;
  716. border: 1px solid #ccc;
  717. }
  718. /* comment form */
  719. .commentForm textarea {
  720. width: 100%;
  721. height: 150px;
  722. border:1px solid silver;
  723. }
  724. .commentForm label {
  725. float: left;
  726. display: block;
  727. width: 80px;
  728. padding-top: 3px;
  729. }
  730. .commentForm input[type='text'] {
  731. border: #ccc 1px solid;
  732. BACKGROUND-COLOR: #fff;
  733. width: 300px;
  734. margin: 2px 0;
  735. }
  736. .commentForm select
  737. {
  738. border: #ccc 1px solid;
  739. width: 308px;
  740. }
  741. select {
  742. padding: 3px;
  743. }
  744. input[type="text"], input[type="select"] {
  745. padding: 3px;
  746. }
  747. input[type="submit"], input[type="button"], input[type="file"] {
  748. color: #000000;
  749. background: #FFFFFF;
  750. border: 1px solid #B8C1CA;
  751. padding: 3px 5px;
  752. }
  753. input[type="submit"]:hover, input[type="button"]:hover {
  754. color: #FFFFFF;
  755. background: #B8C1CA;
  756. cursor: pointer;
  757. }
  758. #searchcomments {
  759. margin: 10px 5px 0 0;
  760. }
  761. #newsletterform input[type="text"] {
  762. margin: 10px 0;
  763. }