Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.29 KB | None | 0 0
  1. body{
  2. padding-bottom:0px;
  3. margin-bottom:0px;
  4. background-color: #fff;
  5. font-family: Arial;
  6. font-size: 14px;
  7. line-height: 1.4em;
  8. color: #333;
  9. }
  10.  
  11. #container{
  12. padding-bottom: 0px;
  13. }
  14.  
  15. #container-inner{
  16. width: auto;
  17. min-width: 900px;
  18. max-width: 1200px;
  19. //width: 1000px;
  20. margin: 0px auto 50px auto;
  21. padding: 20px 0px 20px 0px;
  22. }
  23.  
  24. div#page{
  25. padding: 25px 0px 25px 0px;
  26. margin: 0px 20px 0px 20px;
  27. background-color: #fff;
  28. -moz-box-shadow: 0px 0px 15px #ccc;
  29. box-shadow: 0px 0px 10px #ccc;
  30. border-radius: 10px;
  31. }
  32.  
  33. div#page-inner{
  34. position:relative;
  35. margin: 0px 25px 0px 25px;
  36. }
  37.  
  38. #content{
  39. margin: 0px;
  40. border: 0px solid orange;
  41. position:relative;
  42. }
  43.  
  44. #content-inner{
  45. margin: 0px;
  46. padding-top:0px;
  47. padding-bottom:0px;
  48. position:relative;
  49. width: 100%;
  50. border: 0px solid red;
  51. }
  52.  
  53. #beta {
  54. display: block;
  55. float: left;
  56. z-index: 100;
  57. border: 0px solid red;
  58. width: 240px;
  59. margin: 0px 0px 0px 0px;
  60. margin-right: -100%;
  61. }
  62.  
  63. .layout-wt #beta {
  64. float: right;
  65. margin: 0px 0px 0px -240px;
  66. }
  67.  
  68. #gamma{
  69. display:none;}
  70.  
  71. #alpha {
  72. width: 100%;
  73. margin: 170px 0px 0px 0px;
  74. padding: 0px 0px 0px 0px;
  75. border: 0px solid red;
  76. }
  77.  
  78. #alpha-inner {
  79. position:relative;
  80. width: auto !important;
  81. margin: 0px 0px 0px 0px;
  82. border: 0px solid blue;
  83. padding-left: 270px;
  84. padding-right: 0px;
  85. }
  86.  
  87. .layout-wt #alpha-inner{
  88. padding-left: 0px;
  89. padding-right: 270px;
  90. }
  91.  
  92. div.post-asset{
  93. width: 100%;
  94. margin: 0px 0px 35px 0px !important;
  95. position: relative;
  96. z-index: 10;
  97. border: 0px solid orange;
  98. }
  99.  
  100. .lj-view-month div.post-asset{
  101. }
  102.  
  103. div.asset-inner{
  104. margin-bottom:0px !important;
  105. width: 100%;
  106. }
  107.  
  108. .asset-content {
  109. position:relative;
  110. }
  111.  
  112. .post-asset .asset-body {
  113. position:relative;
  114. text-align: left !important;
  115. margin-top:0px;
  116. margin-bottom:20px;
  117. padding:0px;
  118. line-height: 1.4em;
  119. }
  120.  
  121. div#comments{
  122. padding:0px;
  123. width: 100%;
  124. }
  125.  
  126. div.comments-inner{
  127. position:relative;
  128. padding:0px;
  129. margin: 0px auto;
  130. width: 100%;
  131. }
  132.  
  133. div#footer{
  134. }
  135.  
  136. /*----TOPMENU----*/
  137.  
  138. div#header{
  139. margin: 0px;
  140. padding: 0px;
  141. z-index: 100;
  142. width: 100%;
  143. height: 560px;
  144. left: 0px;
  145. top: 0px;
  146. position: absolute;
  147. z-index: 10;
  148. overflow:hidden !important;
  149. }
  150.  
  151. .layout-tw div#header{
  152. }
  153.  
  154. div#header-inner{
  155. margin: 0px;
  156. padding:0px;
  157. width: 100%;
  158. height: 560px;
  159. }
  160.  
  161. div#header-content{
  162. margin: 0px;
  163. padding:0px !important;
  164. }
  165.  
  166. div#header-content-inner{
  167. margin: 0px;
  168. padding: 0px;
  169. border: 0px solid red !important;
  170. }
  171.  
  172. div#header-text{
  173. //margin-top:-15px;
  174. border: 0px solid red !important;
  175. width: 100%;
  176. }
  177.  
  178. #header-photo{
  179. }
  180.  
  181. ul.nav{
  182. width: auto;
  183. left: 270px;
  184. right: 0px;
  185. top: 0px;
  186. position: absolute;
  187. border-bottom: 1px solid #eeeae5;
  188. }
  189.  
  190. .layout-wt ul.nav{
  191. left: 0px;
  192. right: 270px;
  193. }
  194.  
  195. .nav .item{
  196. left:0px;
  197. width: 20%;
  198. text-align: center;
  199. margin: 0px 0px 0px 0px;
  200. padding: 0px 0px 7px 0px;
  201. border:0px;
  202. display: block;
  203. }
  204. .nav .current{
  205. }
  206.  
  207. .nav .first{
  208. border-top: 0px solid #efefef;
  209. }
  210.  
  211. div#header-name{
  212. margin:0px;
  213. width: auto;
  214. left: 260px;
  215. right: 0px;
  216. top: 75px;
  217. height: 40px;
  218. position: absolute;
  219. text-align: center;
  220. border: 0px solid red;
  221. }
  222.  
  223. div#header-description{
  224. font-family: 'Bad Script';
  225. font-size: 14px;
  226. color: #c6beb9;
  227. width: auto;
  228. left: 260px;
  229. right: 0px;
  230. top: 125px;
  231. position: absolute;
  232. text-align: center;
  233. }
  234.  
  235. .layout-wt div#header-name,
  236. .layout-wt div#header-description{
  237. left: 0px;
  238. right: 260px;
  239. }
  240.  
  241. div.stream-header{
  242. margin-bottom:0px;
  243. }
  244.  
  245. .lj-view-recent div.stream-header,
  246. .lj-view-friends div.stream-header{
  247. display: none;
  248. }
  249.  
  250. .prevnext,
  251. .skiplinks{
  252. padding-left:0px !important;
  253. text-align: center;
  254. color: #bababa;
  255. padding: 15px 0px 0px 0px;
  256. position: relative;
  257. z-index: 10;
  258. }
  259.  
  260. p.prevnext,
  261. ul.year{
  262. padding-left:5px !important;
  263. position: relative;
  264. z-index: 10;
  265. }
  266.  
  267. div.stream-header p.prevnext{}
  268.  
  269. div.stream-footer .prevnext,
  270. div.skiplinks{
  271. border-top: 1px dashed #e3e3e3;
  272. }
  273.  
  274. p.prevnext a,
  275. .skiplinks a{
  276. font-weight:normal;
  277. text-decoration:underline;
  278. }
  279.  
  280. div.prevnext{
  281. text-align: left;
  282. }
  283.  
  284. div.prevnext table{
  285. margin:0px 15px -30px 15px;}
  286.  
  287. /*----SIDEBAR----*/
  288.  
  289. div#beta-inner{
  290. padding:0px;
  291. }
  292.  
  293. div.widget {
  294. background-repeat: no-repeat;
  295. width: 100%px;
  296. margin: 0px 0px 20px 0px;
  297. font-size: 14px;
  298. }
  299.  
  300. div.widget-inner {
  301. background-repeat: no-repeat;
  302. width: 100%px;
  303. }
  304.  
  305. div.widget-content{
  306. padding-left:0px;
  307. background-repeat: repeat-y;
  308. width: 100%px;
  309. padding: 0px 0px 0px 0px;
  310. }
  311.  
  312. .widget .user-pic a img,
  313. .widget .user-pic img {
  314. border: 0px;
  315. margin-bottom:10px;}
  316.  
  317. div.widget h3.widget-header{
  318. padding:0px;
  319. margin: 5px 0px 10px 0px;
  320. padding: 0px 0px 0px 0px;
  321. border-bottom: 1px solid #eeeae5;
  322. text-align: left;
  323. }
  324.  
  325. .tagcloud li.tag a{
  326. font-weight:normal;}
  327.  
  328. ul.widget-list{
  329. padding-left: 0px !important;
  330. margin-left: 0px !important;}
  331.  
  332. ul.widget-list li.item{
  333. list-style: none !important;
  334. margin: 0px 0px 3px 0px;
  335. }
  336.  
  337. div.calendar-widget table{
  338. width: 100% !important;
  339. }
  340.  
  341. div.calendar-widget td,
  342. div.calendar-widget th{
  343. text-align: center;
  344. color: #c6beb9;
  345. font-family: Palatino Linotype;
  346. font-size: 14px;
  347. line-height: 1.4em;
  348. }
  349. .archive-widget .item a{
  350. font-weight: normal !important;
  351. }
  352.  
  353. div.widget-footer {
  354. margin-top:5px;
  355. text-align: left;
  356. }
  357. .profile-name{
  358. font-weight:normal;
  359. }
  360.  
  361. div.powered-widget{
  362. display:none;}
  363.  
  364. /*----ENTRIES----*/
  365.  
  366. div.asset-header{
  367. padding: 24px 0px 3px 0px;
  368. border-bottom: 1px solid #eeeae5;
  369. margin-bottom: 20px;
  370. }
  371.  
  372. .lj-view-month div.asset-header,
  373. .lj-view-archive div.asset-header{
  374. display:none;}
  375.  
  376. div.user-icon{
  377. position: relative;
  378. margin:0px;
  379. margin-top: -70px;
  380. margin-bottom:10px;
  381. margin-left: 10px;
  382. float:right;
  383. text-align:center;
  384. }
  385. div.user-icon img{
  386. margin-bottom: 5px;
  387. }
  388.  
  389. .comment-meta div.user-icon{
  390. position: relative;
  391. margin:0px;
  392. text-align:center;
  393. background-color: white !important;
  394. border: 10px solid #fff !important;
  395. box-shadow: 0px 0px 0px 1px #eeeae5;
  396. border-radius: 5px;
  397. }
  398.  
  399. div.user-icon span img,
  400. .comment-meta div.user-icon img{
  401. margin-bottom: 0px;
  402. float: left;
  403. }
  404.  
  405. div.user-icon span{
  406. background-color:transparent !important;}
  407.  
  408. div.asset-body a{
  409. text-decoration:underline;}
  410.  
  411.  
  412. /*----------Currents&Tags----------*/
  413.  
  414. div.asset-content div.lj-currents,
  415. div.asset-content div.asset-tags,
  416. div.lj-currents ul{
  417. padding: 0px  !important;
  418. margin: 0px  !important;
  419. font-size: 12px;
  420. color: #bababa;
  421. font-style: italic;
  422. font-weight: normal;
  423. }
  424.  
  425. div.asset-content div.asset-tags,
  426. div.asset-content div.lj-currents ul li{
  427. line-height:1.5em;
  428. margin-left: 10px !important;
  429. font-size: 12px;
  430. color: #bababa;
  431. font-style: italic;
  432. font-weight: normal;
  433. }
  434.  
  435. div.asset-tags h4,
  436. span.entryMetadata-label{
  437. font-size: 12px;
  438. color: #bababa;
  439. font-style: italic;
  440. font-weight: normal;
  441. }
  442.  
  443. .post-asset li.item{
  444. border:0px solid green;
  445. margin-left:0px;
  446. }
  447.  
  448. /*--------CommLine--------*/
  449.  
  450. div.asset-meta li.asset-meta-comments{
  451. border-left: 0px solid #ccc;
  452. float: none !important;
  453. display: inline !important;
  454. }
  455.  
  456. div.asset-meta{
  457. margin: 5px 0px 0px 0px;
  458. }
  459.  
  460. div.asset-meta ul.asset-meta-list{
  461. text-align: center;
  462. }
  463.  
  464. div.asset-header ul.asset-meta-list{
  465. height:auto;
  466. padding:0px;
  467. top:auto;
  468. margin:0px;
  469. background: transparent none;
  470. }
  471.  
  472. /*----------Date&Time----------*/
  473.  
  474. div.asset-header-content-inner{}
  475.  
  476. div.asset-header div.asset-meta{
  477. background-image:none;
  478. border:0px solid blue;
  479. padding:0px !important;
  480. margin:0px;
  481. height:auto;
  482. left:0px;
  483. position:absolute;
  484. top:0px;
  485. z-index:0;
  486. }
  487.  
  488. div.asset-header li.item{
  489. padding: 0px;
  490. left: 0px;
  491. text-align: left;
  492. float: left;
  493. }
  494.  
  495. div.asset-header li.item span{
  496. padding:0px !important;
  497. font-family: Palatino Linotype;
  498. font-size: 12px;
  499. line-height: 2.0em;
  500. color: #c6beb9;
  501. }
  502.  
  503. /*--------CALENDAR--------*/
  504.  
  505. ul.year {
  506. text-align: center;
  507. margin-top:0px;
  508. }
  509.  
  510. ul.year li,
  511. ul.year li.active{
  512. padding: 0px 10px 0px 10px;
  513. }
  514.  
  515. table.yeartable{
  516. }
  517.  
  518. table.yeartable td.yeardate,
  519. table.yeartable td.yearday{
  520. border:0px solid red;
  521. border-bottom: 1px solid #ddd;
  522. padding: 5px 5px 5px 5px;
  523. border-bottom: 1px solid #efefef;
  524. }
  525.  
  526. table.yeartable td.yearday{
  527. }
  528.  
  529. table.yeartable td.yeardate{
  530. }
  531.  
  532. /*----SUBJECTS----*/
  533.  
  534. .asset-body dl{
  535. margin-left:10px;}
  536.  
  537. dl dt b{
  538. }
  539.  
  540. /*----ENTRY_IN----*/
  541.  
  542. div.day h2 {
  543. padding:0px 0px 15px 0px;
  544. border: 0px solid red;
  545. font-family: Palatino Linotype;
  546. font-size: 16px;
  547. line-height: 1.4em;
  548. color: #bababa;
  549. font-weight: normal;
  550. text-align: center;
  551. }
  552.  
  553. div.day h2.asset-name,
  554. div.day h2.page-header2{
  555. text-align:left;
  556. width:auto;
  557. padding:0px 0px 0px 0px;
  558. font-weight:normal;
  559. font-style:normal;
  560. border: 0px solid red;
  561. }
  562.  
  563. div#comments h2.comments-header,
  564. div#comments h2.asset-name{
  565. font-weight:normal;
  566. }
  567.  
  568. .comment-date{
  569. margin-bottom: 5px;
  570. margin-top: 5px;
  571. color: #777;
  572. font-size: 12px;
  573. font-style: italic;
  574. }
  575.  
  576. div.comment-body{
  577. margin-bottom:5px;
  578. font-family: Arial;
  579. font-size: 14px;
  580. line-height: 1.4em;
  581. }
  582.  
  583. div.comment-inner div.user-icon{
  584. float:left;
  585. margin-right:10px;}
  586.  
  587. hr{
  588. display:none;}
  589.  
  590. div.comment-even{
  591. border: 0px solid red;
  592. }
  593.  
  594. div.comment-links{
  595. margin: 15px 0px 10px 0px;
  596. padding: 3px 0px 0px 0px;
  597. border-top: 1px solid #eeeae5;
  598. }
  599.  
  600. span.separator{
  601. color: #fff;
  602. }
  603.  
  604. div.comment-links a{
  605. text-decoration:underline;
  606. font-family: Palatino Linotype;
  607. font-size: 14px;
  608. color: #bababa;
  609. }
  610.  
  611. div.comment-links a:hover{
  612. text-decoration:none;
  613. }
  614.  
  615. span.commenter-name{
  616. font-weight:normal
  617. }
  618.  
  619. div.comment-subject{
  620. margin-bottom:7px;
  621. }
  622.  
  623. div.comments-nav{
  624. border:0px solid red;
  625. font-size:13px;
  626. font-weight:normal;}
  627.  
  628. div.comments-nav a{
  629. font-weight:normal;
  630. text-decoration:underline;}
  631.  
  632. #postform table,
  633. #qrform table{
  634. width:99%;
  635. }
  636.  
  637. #qrform table{
  638. border:0px !important;
  639. margin:25px auto;}
  640.  
  641. #qrform table td,
  642. #postform table td{
  643. font-size:12px;
  644. font-weight:normal;
  645. }
  646.  
  647. #qrform table td a,
  648. #postform table td a{
  649. font-weight:normal;
  650. }
  651.  
  652. #comments table .textbox,
  653. #comments table textarea,
  654. #comments table select{
  655. margin:3px 0px 5px 0px;
  656. padding: 3px;
  657. border: 1px solid #efefef;
  658. font-family: Arial;
  659. font-size: 14px;
  660. line-height: 1.4em;
  661. color: #757575;
  662. -webkit-border-radius: 5px;
  663. -moz-border-radius: 5px;
  664. border-radius: 5px;
  665. -webkit-box-shadow: inset 0px 0px 3px #eee;
  666. -moz-box-shadow: inset 0px 0px 3px #eee;
  667. box-shadow: inset 0px 0px 3px #eee;
  668. }
  669.  
  670. /*----TAGS----*/
  671.  
  672. .lj-view-tags #alpha-inner ul {
  673. list-style:none;
  674. margin-left: 0px;
  675. text-align: left;
  676. line-height:1.5em; }
  677.  
  678. .lj-view-tags #alpha-inner a{
  679. font-weight:normal;
  680. text-decoration: underline;}
  681.  
  682. .lj-view-tags #alpha-inner a:hover{
  683. text-decoration: none;}
  684.  
  685.  
  686. /*----LINKS----*/
  687.  
  688. #page a:link,
  689. #page a font{
  690. color: #c6beb9;
  691. text-decoration: none;
  692. }
  693.  
  694. #page a:visited{
  695. color: #c6beb9;
  696. }
  697.  
  698. #page a:hover,
  699. #page a:hover b  {
  700. color: #aaaaaa;
  701. text-decoration: underline;
  702. }
  703.  
  704. #page .nav .item a{
  705. font-family: Georgia, cursive;
  706. font-size: 16px;
  707. line-height: 1.4em;
  708. color: #444;
  709. font-weight: normal;
  710. text-decoration: none;
  711. }
  712.  
  713. #page .nav .item a:hover{
  714. color: #555;
  715. text-decoration: none;
  716. }
  717.  
  718. #page .nav .current a,
  719. #page .nav .current a:hover{
  720. }
  721.  
  722. #page div#header-name a,
  723. #page div#header-name a:visited{
  724. text-decoration:none;
  725. font-family: Palatino Linotype;
  726. font-size: 40px;
  727. line-height: 40px;
  728. color: #444;
  729. text-decoration: none;
  730. }
  731.  
  732. #page div#header-name a:hover{
  733. color: #555;
  734. text-decoration: none;
  735. }
  736.  
  737. #page .prevnext a,
  738. #page .skiplinks a,
  739. #page .prevnext a:visited,
  740. #page .skiplinks a:visited{
  741. font-family: Palatino Linotype;
  742. font-size: 18px;
  743. color: #444;
  744. font-weight: normal;
  745. }
  746.  
  747. #page .prevnext a:hover,
  748. #page .skiplinks a:hover{
  749. color: #555;
  750. }
  751.  
  752. #page div.widget a:link,
  753. #page div.widget a font,
  754. #page div.widget a b {
  755. text-decoration: underline;
  756. font-family: Palatino Linotype;
  757. }
  758.  
  759. #page div.widget a:visited{
  760. }
  761.  
  762. #page div.widget a:hover{
  763. text-decoration: none;
  764. }
  765.  
  766. #page div.widget h3.widget-header,
  767. #page div.widget h3.widget-header a,
  768. #page div.widget h3.widget-header a:visited{
  769. text-decoration:none;
  770. font-family: Palatino Linotype;
  771. font-size: 18px;
  772. line-height: 1.4em;
  773. color: #444;
  774. font-weight: normal;
  775. }
  776.  
  777. #page div.calendar-widget td a,
  778. #page div.calendar-widget td a:visited {
  779. color: #555;
  780. font-weight: bold;
  781. font-weight:bold !important;
  782. }
  783.  
  784. div.calendar-widget td a:hover {
  785. color: #aaaaaa;
  786. }
  787.  
  788. h2.page-header2,
  789. div#comments h2.page-header2,
  790. div#comments h2.comments-header,
  791. div#comments h2.asset-name,
  792. div.day h2.asset-name,
  793. div.day h2.page-header2,
  794. .year .active{
  795. margin-bottom:0px;
  796. margin-right: 140px;
  797. padding-bottom:0px;
  798. padding-left:0px;
  799. border: 0px solid green;
  800. background-color:transparent;
  801. width: auto;
  802. text-align: left;
  803. font-family: Palatino Linotype;
  804. font-size: 20px;
  805. line-height: 1.2em;
  806. color: #444;
  807. font-weight: normal;
  808. text-decoration: none;
  809. }
  810.  
  811. .lj-view-tags h2{
  812. margin-bottom:15px;
  813. }
  814.  
  815. .year .active{
  816. margin-right: 0px;
  817. }
  818.  
  819. table.yeartable td.yearmonth{
  820. font-family: Palatino Linotype;
  821. font-size: 20px;
  822. line-height: 1.4em;
  823. color: #444;
  824. font-weight: normal;
  825. text-decoration: none;
  826. }
  827.  
  828. #page h2.page-header2 a,
  829. #page .page-header2 a,
  830. #page .page-header2 a:visited{
  831. font-family: Palatino Linotype;
  832. font-size: 20px;
  833. line-height: 1.2em;
  834. color: #444;
  835. font-weight: normal;
  836. text-decoration: none;
  837. }
  838.  
  839. #page .page-header2 a:hover,
  840. #page h3.widget-header a:hover{
  841. color: #555;
  842. text-decoration: none;
  843. }
  844.  
  845. #page .ljuser a,
  846. #page .ljuser a b {
  847. font-family: Palatino Linotype;
  848. font-size:14px;
  849. color: #444;
  850. }
  851.  
  852. #page span.ljuser a:hover,
  853. #page span.ljuser a:hover b {
  854. }
  855.  
  856. #page div.asset-tags a,
  857. #page div.lj-currents ul li a{
  858. font-size: 12px;
  859. color: #d1cdc8;
  860. font-style: italic;
  861. font-weight: normal;
  862. }
  863.  
  864. #page div.lj-currents a:hover,
  865. #page div.asset-tags a:hover{
  866. background:transparent;
  867. }
  868.  
  869. #page ul.asset-meta-list li.item a,
  870. #page div.comment-links a{
  871. font-family: Palatino Linotype;
  872. font-size: 14px;
  873. color: #555;
  874. text-decoration: underline;
  875. }
  876.  
  877. #page ul.asset-meta-list li.item a:hover,
  878. #page div.comment-links a:hover{
  879. text-decoration: none;
  880. }
  881.  
  882. #page ul.asset-meta-list li.item a:visited,
  883. #page div.comment-links a:visited{
  884. }
  885.  
  886. #page ul.year li a,
  887. #page ul.year li a:visited{
  888. font-size: 16px;
  889. }
  890.  
  891. #page td.yearmonth a{
  892. font-size:12px;
  893. text-decoration:underline;
  894. font-style:normal;
  895. text-transform:none;
  896. font-family: Arial;
  897. }
  898.  
  899. #page td.yeardate a{
  900. font-family: Palatino Linotype;
  901. font-size: 20px;
  902. line-height: 1.4em;
  903. }
  904.  
  905. #page .yeardate a:hover{
  906. text-decoration:none;
  907. }
  908.  
  909. #page dl dt a,
  910. #page dl dt a b,
  911. #page dl dt a:visited{
  912. font-family: Palatino Linotype;
  913. font-size: 20px;
  914. line-height: 1.4em;
  915. color: #444;
  916. font-weight: normal;
  917. text-decoration: none;
  918. }
  919.  
  920. #page dl dt a:hover{
  921. text-decoration:none;
  922. }
  923.  
  924.  
  925. /* Widget Decor
  926. -------------------------- */
  927.  
  928. .customtext-widget{
  929. position: relative;
  930. width: 98%;
  931. border: 1px solid #ddd;
  932. border-radius: 5px;
  933. margin: 23px 0px 40px !important;
  934. overflow: visible;
  935. }
  936.  
  937. .customtext-widget:before,
  938. .customtext-widget:after{
  939. position: absolute;
  940. z-index: 100;
  941. content: " ";
  942. display: block;
  943. width: 100%;
  944. height: 20px;
  945. }
  946.  
  947. .customtext-widget:before{
  948. top: -25px;
  949. background: url(http://yoksel.ru/i/dises/ivory/decor.png) center top no-repeat;
  950. }
  951.  
  952. .customtext-widget:after{
  953. bottom: -25px;
  954. background: url(http://yoksel.ru/i/dises/ivory/decor.png) center bottom no-repeat;
  955. }
  956.  
  957. .customtext-widget .widget-inner{
  958. padding: 15px 0px;
  959. border-radius: 5px;
  960. background-color: rgba(255,255,255,0.5);
  961. box-shadow: inset 0px 0px 7px #ccc;
  962. border: 0px solid red;
  963. }
  964. .customtext-widget .widget-content{
  965. margin: 0px 15px;
  966. font-size: 12px;
  967. line-height: 1.4em;
  968. }
  969.  
  970. .customtext-widget img{
  971. border: 4px solid #fafafa;
  972. box-shadow: 0px 0px 7px #ccc;
  973. border-radius: 5px;
  974. }
  975.  
  976. /* Change Pics
  977. -------------------------- */
  978.  
  979. body{
  980. background-image: url(http://i.imgur.com/7KKQRJn.jpg);
  981. background-attachment: fixed;
  982. background-repeat: repeat;
  983. background-position: center top;
  984. }
  985.  
  986. .customtext-widget{
  987. background-image: url();
  988. background-repeat: repeat !important;
  989. background-position: center center;
  990. }
  991. /* ----------------------- */
  992.  
  993. div.post-asset{
  994. padding: 0px 0px 50px 0px !important;
  995. background: url("") no-repeat bottom left;
  996. }
  997.  
  998. #page .nav .item a{
  999. letter-spacing: 0em;
  1000. -webkit-transition: font-size,letter-spacing .7s linear;
  1001. -moz-transition: font-size,letter-spacing .7s linear;
  1002. -o-transition: font-size,letter-spacing .7s linear;
  1003. transition: font-size,letter-spacing .7s linear;
  1004. }
  1005.  
  1006. #page .nav .item a:hover{
  1007. letter-spacing: .2em;
  1008. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement