Advertisement
furinkazan706

xccx

May 29th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.23 KB | None | 0 0
  1.    
  2.  
  3.      /*
  4.     CSS Lumpia Series Blue - Arbesdj
  5.     http://www.arbesdj.mywapblog.com
  6.     http://cssmo.mywapblog.com
  7.     06 Maret 2014
  8.     Blog Download CSS Desktop Mywapblog dan CSS MWB Terbaru
  9.     */
  10.      
  11.     body {
  12.     max-width:720px;
  13.     position:relative;
  14.     margin:0 auto;
  15.     background:#eee;
  16.     padding:0px;
  17.     color:#fff;
  18.     font-size:1em;
  19.     overflow-wrap:break-word;
  20.     }
  21.      
  22.     a {
  23.     color:#2980b9;
  24.     text-decoration:none;
  25.     }
  26.     a:hover {
  27.     color:#0cf;
  28.     }
  29.     a:visited{
  30.     }
  31.     body img {
  32.     max-width:100%;
  33.     }
  34.     h1{
  35.     font-size:1.2em;
  36.     margin:0;
  37.     }
  38.     h2{
  39.     margin:0;
  40.     padding:3px 0px 0px 0px;
  41.     font-size:1.2em;
  42.     }
  43.     h3{
  44.     font-size:1.2em;
  45.     text-transform:uppercase;
  46.     padding:10px 33px 10px 10px;
  47.     margin:0;
  48.     }
  49.      
  50.     h3,h4{
  51.     background:url(/files/star3.png)no-repeat left center,url(/files/play2.png)no-repeat right center,#000;
  52.     border-bottom:5px solid #333;
  53.     padding:15px 35px 15px 35px;
  54.     color:#fff;
  55.     text-align:center;
  56.     }
  57.     h3 a,h4 a {
  58.     text-decoration:none;
  59.     color:#fff;
  60.     }
  61.      
  62.     h4{
  63.     font-size:1.2em;
  64.     margin:0;
  65.     text-transform:uppercase;
  66.     }
  67.      
  68.     h5{
  69.     margin:0px;
  70.     padding:3px 0px 0px 0px;
  71.     }
  72.      
  73.     h6{
  74.     margin:0;
  75.     padding:0;
  76.     }
  77.     ul,ol{
  78.     margin:0;
  79.     padding:0;}
  80.      
  81.     li{
  82.     padding:5px 0px;
  83.     }
  84.     #header{
  85.     background:#3498d8 url(/files/nature23.jpg)no-repeat top 160px center;
  86.     background-size:90% 45%;
  87.     border-bottom:10px solid #2980b9;
  88.     margin: 0 0 100px 0;
  89.     padding:100px 0 0 0;
  90.     text-align:center;
  91.     }
  92.      
  93.     #header .heading {
  94.     margin:0;
  95.     padding:0;
  96.     }
  97.      
  98.     #header .heading a {
  99.     position:absolute;
  100.     top:0;
  101.     left:0;
  102.     right:0;
  103.     background:url(/files/star3.png)no-repeat left center,url(/files/play2.png)no-repeat right center,#000;
  104.     margin:0;
  105.     padding:15px 40px 15px 40px;
  106.     font-size:1.2em;
  107.     display:block;
  108.     color:#fff;
  109.     text-align:center;
  110.     }
  111.     #header .description {
  112.     color:#fff;
  113.     margin:5px 1% 15px 1%;
  114.     padding:10px 1%;
  115.     font-size:0.9em;
  116.     }
  117.     #navigation:before{
  118.     background:none;
  119.     position:absolute;
  120.     bottom:-28px;
  121.     left:0;
  122.     right:0;
  123.     content:' ';
  124.     height:0;
  125.     width:0;
  126.     display:block;
  127.     margin:0 auto;
  128.     padding:0;
  129.     border-width: 14px;
  130.     border-style:solid;
  131.     border-color:#3498d8 transparent transparent transparent;
  132.     }
  133.     #navigation:after{
  134.     background:none;
  135.     position:absolute;
  136.     bottom:-20px;
  137.     left:0;
  138.     right:0;
  139.     content:' ';
  140.     height:0;
  141.     width:0;
  142.     display:block;
  143.     margin:0 auto;
  144.     padding:0;
  145.     border-width: 10px;
  146.     border-style:solid;
  147.     border-color:#000 transparent transparent transparent;
  148.     }
  149.     #navigation{
  150.     height:80px;
  151.     display:block;
  152.     position:relative;
  153.     background:#000;
  154.     border-bottom:3px solid #3498d8;
  155.     margin:200px 0 -90px 0;
  156.     padding:0 0 0 3%;
  157.     text-transform:uppercase;
  158.     }
  159.     #navigation span {
  160.     background:url(/files/home-4.png)no-repeat top 5px center;
  161.     border-right:1px solid #333;
  162.     float:left;
  163.     width:32%;
  164.     padding:50px 0px 10px 0;
  165.     margin:0;
  166.     text-align:center;
  167.     }
  168.     #navigation span a{
  169.     display:block;
  170.     margin:0;
  171.     padding:0;
  172.     content:'Home';
  173.     color:#fff;
  174.     }
  175.     #navigation span + span{
  176.     background:url(/files/sms3.png)no-repeat top 5px center;
  177.     }
  178.     #navigation span + span a{
  179.     content:'About';
  180.     }
  181.     #navigation span + span + span{
  182.     background:url(/files/arrow-down.png)no-repeat top 5px center;
  183.     border-right:0;
  184.     }
  185.     #navigation span + span + span a{
  186.     content:'Down';
  187.     }
  188.     #search-form {
  189.     position:relative;
  190.     margin:5px 0 0 0;
  191.     padding:0px;
  192.     text-align:center;
  193.     }
  194.     #search-form .inp-text {
  195.     margin:0px 0 0 3px;
  196.     padding:8px 4px;
  197.     background:#fff url(/files/search4.png)no-repeat center left;
  198.     width:70%;
  199.     color:#333;
  200.     border:0;
  201.     }
  202.     #search-form .inp-btn {
  203.     background:#2980b9 url(/files/cari.png)no-repeat center top 3px;
  204.     height:32px;
  205.     width:40px;
  206.     font-size:0;
  207.     color:transparent;
  208.     border-radius:8px;
  209.     margin:0px;
  210.     padding:8px;
  211.     }
  212.     #content:before{
  213.     display:block;
  214.     content:'News Headlines';
  215.     background:#3498d8 url(/files/rss1.png)no-repeat left 5px center;
  216.     border-bottom:5px solid #2980b9;
  217.     margin:5px 0 0 0;
  218.     padding:15px 10px 15px 40px;
  219.     color:#fff;
  220.     }
  221.     #content{
  222.     margin:0px;
  223.     padding:0 0 5px 0;
  224.     }
  225.     .post:before{
  226.     position:absolute;
  227.     top:0px;
  228.     left:0;
  229.     content:' ';
  230.     height:100px;
  231.     width:100%;
  232.     background:url(/files/no1.png);
  233.     background-size:100% 100%;
  234.     display:block;
  235.     margin:0px;
  236.     padding:0;
  237.     z-index:1
  238.     }
  239.     .post{
  240.     width:46%;
  241.     float:left;
  242.     position:relative;
  243.     background:#2980b9;
  244.     padding:120px 1% 3% 1%;
  245.     margin:5px 1% 5px 1%;
  246.     }
  247.     .post:nth-child(even){
  248.     background:#3498d8;
  249.     }
  250.     .post:nth-child(2){
  251.     margin-top:5px;
  252.     }
  253.     .post:nth-child(n+2) .post-meta{
  254.     height:105px;
  255.     }
  256.     .post:nth-child(n+3){
  257.     margin-top:-55px;
  258.     }
  259.     .post:nth-child(n+4){
  260.     margin-top:5px;
  261.     }
  262.     .post:nth-child(n+4) .post-meta{
  263.     height:45px;
  264.     }
  265.     .post:nth-child(n+5){
  266.     margin-top:5px;
  267.     }
  268.     .post:nth-child(n+6) .post-meta{
  269.     height:105px;
  270.     }
  271.     .post:nth-child(n+7){
  272.     margin-top:-55px;
  273.     }
  274.     .post:nth-child(n+8){
  275.     margin-top:5px;
  276.     }
  277.     .post:nth-child(n+9){
  278.     margin-top:5px;
  279.     }
  280.     .post:nth-child(n+8) .post-meta{
  281.     height:45px;
  282.     }
  283.     .thumbnail{
  284.     float:none !important;
  285.     border:0 !important;
  286.     margin:0 !important;
  287.     padding:0 !important;
  288.     height:100px !important;
  289.     width:100% !important;
  290.     position:absolute;
  291.     top:0;
  292.     left:0;
  293.     right:0;
  294.     z-index:2
  295.     }
  296.     .post-content {
  297.     height:0;
  298.     width:0;
  299.     overflow:hidden;
  300.     padding:0;
  301.     margin:0;
  302.     }
  303.     .post-content h2,.post-content h4,.post-content h5,.post-content h6{
  304.     margin:0px;
  305.     padding:8px 3px;
  306.     text-align:center;
  307.     }
  308.     .post .post-meta{
  309.     height:45px;
  310.     display:block;
  311.     margin:1% 1% 0 1%;
  312.     padding:0;
  313.     overflow:hidden;
  314.     text-align:center;
  315.     }
  316.     .post-meta .title{
  317.     margin:0;
  318.     padding:0;
  319.     }
  320.     .post-meta .title a {
  321.     font-size:1em;
  322.     margin:0;
  323.     padding:0;
  324.     font-weight:normal;
  325.     color:#fff;
  326.     }
  327.     .post-meta .categories {
  328.     margin:0px;
  329.     padding:0px;
  330.     font-size:1em;
  331.     }
  332.     .post-meta .categories, .post-meta .categories a {
  333.     text-decoration:none;
  334.     }
  335.     .post-meta2 {
  336.     position:absolute;
  337.     top:0;
  338.     left:0;
  339.     right:0;
  340.     width:100%;
  341.     height:100px;
  342.     padding:0;
  343.     text-align:center;
  344.     z-index:3;
  345.     margin:0;
  346.     }
  347.     .post-meta2 a{
  348.     font-size:4%;
  349.     height:100px;
  350.     display:block;
  351.     margin:0;
  352.     padding:0;
  353.     color:transparent;
  354.     }
  355.     .post-single:before{
  356.     content:' ';
  357.     height:0px;
  358.     width:0px;
  359.     background:none;
  360.     display:block;
  361.     float:none;
  362.     margin:0;
  363.     padding:0;
  364.     }
  365.     .post-single{
  366.     background:none;
  367.     padding:0;
  368.     margin:0;
  369.     color:#777;
  370.     }
  371.     .post-single .title{
  372.     font-size:18px;
  373.     margin:0px;
  374.     padding:3px;
  375.     display:block;
  376.     }
  377.     .post-single .post-meta{
  378.     padding:0px;
  379.     margin:0px 5px;
  380.     border-bottom:1px solid #ddd;
  381.     }
  382.     .post-single .post-content{
  383.     padding:5px;
  384.     margin:4px 5px 0px 5px;
  385.     width:auto;
  386.     height:auto;
  387.     text-align:left;
  388.     }
  389.     .post-single .post-content ul{
  390.     list-style:disc inside;
  391.     }
  392.     .post-single .post-content ol{
  393.     list-style:decimal inside;
  394.     }
  395.     .post-single .post-content ul li,.post-single .post-content ol li{
  396.     border-bottom:1px solid #ccc !important;
  397.     border-top:1px solid #fff !important;
  398.     padding:10px 3px;
  399.     }
  400.     .post-single .post-content img {
  401.     max-width:70%;
  402.     }
  403.     #pagination-links {
  404.     clear:both;
  405.     margin:0px 2px;
  406.     padding:3px 0px;
  407.     display:block;
  408.     text-align:center;
  409.     font-size:0.8em;
  410.     }
  411.     #pagination-links span {
  412.     background:#000;
  413.     margin:2px 0;
  414.     padding:5px 8px;
  415.     color:#fff;
  416.     }
  417.      
  418.     #pagination-links a {
  419.     margin:2px 0px;
  420.     padding:5px 8px;
  421.     text-decoration:none;
  422.     display:inline-block;
  423.     background:#2980b9;
  424.     color:#fff;
  425.     }
  426.     #share-buttons{
  427.     padding:5px 0px;
  428.     text-align:center;
  429.     margin:4px 0px;
  430.     }
  431.     #share-buttons a {
  432.     content:'Facebook';
  433.     background:#1871ad;
  434.     padding:4px 3px;
  435.     color:#fff
  436.     }
  437.     #share-buttons a + a {
  438.     content:'Tweet Me';
  439.     background:#00a9ff;
  440.     padding:4px 3px;
  441.     color:#fff;
  442.     }
  443.     #bottom-content{
  444.     padding:0;
  445.     margin:0;
  446.     color:#000;
  447.     }
  448.     #bottom-content h3 {
  449.     margin:0;
  450.     }
  451.     #bottom-content h2,#bottom-content h5,#bottom-content h6 {
  452.     background:url(/files/h32.png)no-repeat left center,url(/files/h32.png)no-repeat right center,#3498d8;
  453.     border-bottom:5px solid #2980b9;
  454.     padding:10px 30px 10px 30px;
  455.     color:#fff;
  456.     text-transform:uppercase;
  457.     text-align:center;
  458.     }
  459.     #bottom-content ul{
  460.     margin:0;
  461.     padding:0;
  462.     }
  463.     #bottom-content ul li{
  464.     margin:0;
  465.     padding:10px 3px;
  466.     }
  467.     #bottom-content ul li h2,#bottom-content ul li h3 {
  468.     background:url(/files/h32.png)no-repeat left center,url(/files/h32.png)no-repeat right center,#3498d8;
  469.     border-bottom:5px solid #2980b9;
  470.     margin:-11px -3px;
  471.     padding:10px 30px 10px 30px;
  472.     font-size:1.2em;
  473.     }
  474.     #bottom-content ul li a {
  475.     color:#777;
  476.     }
  477.     #navigation-menu{
  478.     background:#fff;
  479.     }
  480.     #navigation-menu ul li {
  481.     list-style:none;
  482.     margin-bottom:0px;
  483.     border-bottom:1px solid #ddd;
  484.     }
  485.     #navigation-menu ul li:last-child{
  486.     border-bottom:0;
  487.     }
  488.     #category-bottom ul li,#blogroll ul li{
  489.     border-bottom:1px solid #21628c;
  490.     border-top:1px solid #3491ce;
  491.     }
  492.     #category-bottom ul li:nth-child(odd),#blogroll ul li:nth-child(odd){
  493.     background:#2980b9 url(/files/plus.png)no-repeat center left 5px;
  494.     list-style:none;
  495.     padding:15px 5px 15px 40px;
  496.     margin:0;
  497.     }
  498.     #category-bottom ul li:nth-child(even),#blogroll ul li:nth-child(even){
  499.     background:#3498d8 url(/files/plus.png)no-repeat center left 5px;
  500.     list-style:none;
  501.     padding:15px 20px 15px 40px;
  502.     margin:0;
  503.     }
  504.     #category-bottom ul li a,#blogroll ul li a{
  505.     color:#fff;
  506.     }
  507.     #recent-posts-list,#following-list, #blogroll_list{
  508.     background:#eee;
  509.     margin:0px;
  510.     padding:0px;
  511.     }
  512.     #recent-posts-list ol{
  513.     margin:0px;
  514.     padding:0 3px;
  515.     }
  516.     #following-list ol,#blogroll_list ol {
  517.     padding:0px 3px;
  518.     margin:0;
  519.     }
  520.     #recent-posts-list ol li,#following-list ol li, #blogroll_list ol li {
  521.     list-style:disc inside;
  522.     border-bottom:1px solid #ccc;
  523.     border-top:1px solid #fff;
  524.     margin:0;
  525.     padding:10px;
  526.     }
  527.     #following-list li a, #blogroll_list li a{
  528.     text-decoration:none;
  529.     }
  530.     #recent-posts-list li:last-child, #following-list li:last-child, #blogroll_list li:last-child {
  531.     border-bottom:0;
  532.     }
  533.     #footer {
  534.     border-top:5px solid #333;
  535.     padding:5px 5px 5px 5px;
  536.     margin:0;
  537.     background:#000;
  538.     color:#fff;
  539.     text-align:center;
  540.     }
  541.     #powered-by:after{
  542.     display:block;
  543.     content:'ArbesDJ-2013';
  544.     }
  545.     #footer a {
  546.     color:#fff;
  547.     }
  548.     #comments{
  549.     padding:0px;
  550.     margin:0px;
  551.     color:#777;
  552.     }
  553.     #comments h4 {
  554.     background:none;
  555.     font-size:1em;
  556.     margin:3px 0px 3px 0px;
  557.     padding:10px;
  558.     text-transform:none;
  559.     border:0;
  560.     color:inherit;
  561.     }
  562.     .comment:before{
  563.     background:none;
  564.     position:absolute;
  565.     bottom:-28px;
  566.     left:0;
  567.     right:0;
  568.     content:' ';
  569.     height:0;
  570.     width:0;
  571.     display:block;
  572.     margin:0 auto;
  573.     padding:0;
  574.     border-width: 14px;
  575.     border-style:solid;
  576.     border-color:#3498d8 transparent transparent transparent;
  577.     }
  578.     .comment:after,.comment:nth-child(even):after{
  579.     background:none;
  580.     position:absolute;
  581.     bottom:-20px;
  582.     left:0;
  583.     right:0;
  584.     content:' ';
  585.     height:0;
  586.     width:0;
  587.     display:block;
  588.     margin:0 auto;
  589.     padding:0;
  590.     border-width: 10px;
  591.     border-style:solid;
  592.     border-color:#fff transparent transparent transparent;
  593.     }
  594.     .comment:nth-child(even):after{
  595.     border-color:#f7f7f7 transparent transparent transparent;
  596.     }
  597.     .comment:nth-child(odd) {
  598.     background:#fff;
  599.     position:relative;
  600.     padding:10px 5px 10px 0px;
  601.     margin:3px 5px 23px 5px;
  602.     border:3px solid #3498d8;
  603.     }
  604.     .comment:nth-child(even) {
  605.     background:#f7f7f7;
  606.     position:relative;
  607.     padding:10px 5px 10px 0px;
  608.     margin:3px 5px 23px 5px;
  609.     border:3px solid #3498d8;
  610.     }
  611.     .comment-header{
  612.     background:url(/files/emot30.png)no-repeat right 5px center;
  613.     padding:0px 30px 0px 6px;
  614.     margin:0px 0px 0px 5px;
  615.     border-bottom:1px solid #ddd;
  616.     }
  617.     .comment-header a{
  618.     font-size:1.2em;
  619.     }
  620.     .comment-content{
  621.     padding:10px;
  622.     }
  623.     #comment_form{
  624.     background:#fff;
  625.     margin:5px 5px -6px 5px;
  626.     padding:5px;
  627.     text-align:center;
  628.     }
  629.     #comment_form:before {
  630.     content:'Maaf...Komentar Yang Berisi Link Tidak Akan Ditampilkan.Terima Kasih';
  631.     display:block;
  632.     margin:3px 0px;
  633.     padding:3px;
  634.     }
  635.     .inp-textarea {
  636.     margin:2px;
  637.     padding:3px;
  638.     width:90%;
  639.     color:#000;
  640.     border:1px solid #ddd;
  641.     }
  642.     .inp-text {
  643.     margin:2px;
  644.     padding:3px;
  645.     max-width:90%;
  646.     font-size:0.8em;
  647.     border:1px solid #ddd;
  648.     }
  649.     .inp-btn {
  650.     background:#000;
  651.     margin:2px;
  652.     padding:8px 5px;
  653.     color:#fff;
  654.     border:0;
  655.     }
  656.     .highlight{
  657.     margin:5px 0 0 0;
  658.     padding:8px 8px 8px 28px;
  659.     }
  660.     #comments li,.messages {
  661.     list-style:none;
  662.     margin:0 3px;
  663.     padding:3px;
  664.     }
  665.     table{
  666.     border-collapse:collapse;
  667.     color:#777;
  668.     }
  669.     table caption{
  670.     background:#fff;
  671.     padding:5px;
  672.     }
  673.     table th{
  674.     background:#02bdf4;
  675.     padding:8px 3px;
  676.     color:#fff;
  677.     border:1px solid #fff;
  678.     }
  679.     table th a{
  680.     color:#ff0;
  681.     }
  682.     table tr{
  683.     background:#fff;
  684.     }
  685.     table tr:nth-child(even){
  686.     background:#eee;
  687.     }
  688.     table td{
  689.     padding:8px 3px;
  690.     font-size:0.9em;
  691.     border:1px solid #fff
  692.     }
  693.     canvas{
  694.     max-width:90%;
  695.     height:auto;
  696.     margin:6px;
  697.     padding:5px;
  698.     border:1px solid transparent;
  699.     }
  700.     .post-content textarea {
  701.     max-width:80%;
  702.     height:40px;
  703.     background:#02bdf4;
  704.     color:#000;
  705.     border:1px solid #02bdf4;
  706.     }
  707.     .more {
  708.     background:#3498d8;
  709.     margin:0px !important;
  710.     padding:5px;
  711.     }
  712.     .more ul,.top-nav1 ul,.foot-nav1 ul{
  713.     background:none !important;
  714.     margin:0 !important;
  715.     padding:3px 0;
  716.     }
  717.     .more ul li,.top-nav1 ul li,.foot-nav1 ul li {
  718.     border-top:1px solid #21628c !important;
  719.     border-bottom:1px solid #3491ce !important;
  720.     margin:0 !important;
  721.     }
  722.     .more ul li a,.top-nav1 ul li a,.foot-nav1 ul li a{
  723.     color:#fff !important;
  724.     }
  725.     .more ul li:first-child,.top-nav1 ul li:first-child,.foot-nav1 ul li:first-child {
  726.     border-top:none !important;
  727.     }
  728.     .more ul li:last-child,top-nav1 ul li:last-child,.foot-nav1 ul li:last-child {
  729.     border-bottom:none !important;
  730.     }
  731.     .more2,.top-more1,.foot-more1 {
  732.     text-align:right;
  733.     margin:0px;
  734.     padding:7px 5px 10px 5px;
  735.     }
  736.     .more2 a,.top-more1 a,.foot-more1 a{
  737.     background:#000 !important;
  738.     padding:5px !important;
  739.     color:#FFFFFF !important;
  740.     }
  741.     .top-nav{
  742.     margin:0px;
  743.     padding:0;
  744.     }
  745.     .top-nav img{
  746.     margin:0 5px 0 0;
  747.     padding-top:5px;
  748.     width:60px;
  749.     height:50px;
  750.     float:left;
  751.     }
  752.     .top-nav1 h3{
  753.     margin:-1px -5px 0 -5px !important;
  754.     }
  755.     .top-nav1 a:hover{
  756.     color:#000000 !important;
  757.     }
  758.     .top-nav1 {
  759.     display:block;
  760.     background:#ECEBEB;
  761.     margin:0 !important;
  762.     margin-bottom:10px !important;
  763.     padding:0px 5px;
  764.     border:1px solid #FFFFFF
  765.     }
  766.     .foot-nav{
  767.     margin:0px;
  768.     }
  769.     .foot-nav1 h3{
  770.     margin:0px !important;
  771.     padding:10px !important;
  772.     }
  773.     .foot-nav1 {
  774.     background:#ECEBEB;
  775.     padding:0px;
  776.     border:1px solid #FFFFFF
  777.     }
  778.     .social-btn{
  779.     position:absolute;
  780.     top:70px;
  781.     left:0;
  782.     right:0;
  783.     margin:0px;
  784.     }
  785.     .social-btn h3{
  786.     background:#000000 !important;
  787.     }
  788.     .social-btn img{
  789.     width:40px;
  790.     height:40px;
  791.     margin:0 2px;
  792.     }
  793.     blockquote {
  794.     margin:20px;
  795.     min-height:40px;
  796.     background:#fff;
  797.     padding:5px;
  798.     position:relative;
  799.     overflow-wrap:break-word;
  800.     margin-bottom:10px;
  801.     color:#000;
  802.     }
  803.      
  804.     blockquote:after,.preview-item:after {
  805.     content:'';
  806.     display:block;
  807.     position:absolute;
  808.     top:-20px;
  809.     left:30px;
  810.     width:0;
  811.     height:0;
  812.     border-color:
  813.     transparent transparent #fff transparent; border-style:solid;
  814.     border-width:10px;
  815.     }
  816.     .preview-item{
  817.     position:relative;
  818.     display:block;
  819.     margin:10px 0;
  820.     padding:10px;
  821.     background:#fff;
  822.     color:#000;
  823.     line-height:2em;
  824.     }
  825.     .preview-item a{
  826.     }
  827.     .preview-item img{
  828.     float:left;
  829.     margin:10px 10px 0 0px;
  830.     padding:0;
  831.     max-width:60px;
  832.     max-height:100px;
  833.     }
  834.     .preview-left,.preview-right,.preview-lefthp,.preview-righthp{
  835.     display:block;
  836.     padding:5px;
  837.     margin:5px;
  838.     border-bottom:2px solid #ddd;
  839.     }
  840.     .preview-right h2,.preview-righthp h2{
  841.     color:#128be0;
  842.     }
  843.     .preview-left h2,.preview-lefthp h2{
  844.     color:#e01295;
  845.     }
  846.     .preview-left img,.preview-lefthp img{
  847.     display:block;
  848.     text-align:center;
  849.     padding:5px;
  850.     margin:5px auto;
  851.     }
  852.     .preview-right img,.preview-righthp img{
  853.     display:block;
  854.     text-align:center;
  855.     padding:5px;
  856.     margin:5px auto;
  857.     }
  858.     .photo,.trending,.gallery,.bottom-nav,.nav,.container{display:none;padding:0 !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement