Advertisement
izam-lukman

Site Map

Jun 3rd, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.54 KB | None | 0 0
  1. <style>
  2. #daftar-isi-body
  3. {
  4.          width:760px!important;
  5.          height:600px!important;
  6.          padding:30px 40px;
  7.          margin:0 auto;
  8. }
  9.  #daftar-isi-wrap
  10. {
  11.          margin: 0 auto;
  12. }
  13.  .box-posting
  14. {
  15.          background-image:url(http://2.bp.blogspot.com/--BFLnpEqqJo/T29UMckXRKI/AAAAAAAAHp4/Fv2ND6h5E10/s1600/bg-box.png);
  16.          background-position:bottom center;
  17.          background-repeat:no-repeat;
  18.          overflow:hidden;
  19.          cursor:pointer;
  20.          float:left;
  21.          height:140px;
  22.          width:248px;
  23.          margin:-50px 0 0 0;
  24. }
  25.  .box-posting img
  26. {
  27.          height:46px;
  28.          width:46px;
  29.          float:left;
  30.          margin:20px 0 0 25px;
  31.          background-color:#2E0700;
  32.          border:1px solid #2E0700;
  33.          -webkit-border-radius: 30px;
  34.          -moz-border-radius: 30px;
  35.          border-radius: 50%;
  36. }
  37.  .box-posting .judul-posting
  38. {
  39.          float:left;
  40.          height:35px;
  41.          margin:0;
  42.          width:220px;
  43. }
  44.  .box-posting .judul-posting a
  45. {
  46.          font-family:arial,Serif !important;
  47.          color:#774A34!important;
  48.          text-shadow:0 0 1px rgba(0,0,0,0.9);
  49.          margin:-40px 0 0 80px;
  50.          display:block;
  51.          font-size:13px !important;
  52.          line-height:18px!important;
  53.          font-weight:bold !important;
  54. }
  55.  .box-posting .judul-posting a:hover
  56. {
  57.          color:#333!important;
  58. }
  59.  .box-posting:hover
  60. {
  61.          border-left-color:#C6EB04;
  62. }
  63.  #totales
  64. {
  65.          text-align:center;
  66.          color:#774A34 !important;
  67.          text-shadow:0 1px rgba(0,0,0,0.2);
  68. }
  69.  #loadingscript
  70. {
  71.          color:#444;
  72.          font-family:Century Gothic;
  73.          font-size:100px;
  74.          letter-spacing:-10px;
  75.          text-align:center;
  76.          text-shadow:-5px 0 1px #444;
  77. }
  78.  #paginacion
  79. {
  80.          color:#BBB;
  81.          font-size:24px;
  82.          font-weight:bold;
  83.          height:35px;
  84.          line-height:28px;
  85.          padding:0;
  86.          margin:0 auto;
  87.          text-align:center;
  88. }
  89.  #paginacion span,#paginacion a
  90. {
  91.          display:inline-block;
  92.          font-size:13px !important;
  93.          line-height:24px;
  94.          font-weight:bold;
  95.          margin:0 1px;
  96.          width:25px;
  97.          height:25px;
  98. }
  99. #paginacion a, #paginacion span.actual
  100. {
  101.          background-image:url(http://1.bp.blogspot.com/-0u7I-EN6dZ8/T29UNSCkOZI/AAAAAAAAHqI/oA09qcWANNs/s1600/page-link.png);
  102.          background-position:top center;
  103.          background-repeat:no-repeat;
  104.          color:#250700 !important;
  105.          text-shadow:0px 1px 0px rgba(255,255,255,0.1);
  106. }
  107.  #paginacion span.actual
  108. {
  109.          color:#774A34 !important;
  110. }
  111.  #paginacion a:hover
  112. {
  113.          color:#FFF !important;
  114. }
  115.  #paginacion .nextprev-link,
  116.  #paginacion span.nextprev-link
  117. {
  118.          border:none;
  119.          color:#250700 !important;
  120.          text-shadow:0px 1px 0px rgba(255,255,255,0.1);
  121.          width:100px;
  122.          background-image:url(http://3.bp.blogspot.com/-qbK0wwxnWu4/T29UM7vOfFI/AAAAAAAAHqA/-CK44ujORw8/s1600/nextprev.png);
  123.          background-position:top center;
  124.          background-repeat:no-repeat;
  125. }
  126. </style>
  127. <script type="text/javascript">
  128.                   var jumlahposting = 18;
  129.                   var urlblog = "<!-- link blog anda --!>";
  130.                  var minpaginas = 5;
  131.                  var maxpaginas = 10;
  132.                  var thumbs = "http://upload.wikimedia.org/wikipedia/commons/6/66/Colour_wheel_(black_background).JPG";
  133. </script>
  134. <script language="javascript" src="http://hanjs.googlecode.com/files/sitemaps.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement