Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.56 KB | None | 0 0
  1.  #sidebar img {
  2.     background-color:{color:boxes};
  3.     width:150px;          
  4.     height:150px;
  5.     margin-left:130px;
  6.     margin-top:-180px;
  7.     padding:3px;
  8.     border: {text:border width}px solid {color:border};
  9.     position:fixed;
  10.     }
  11.    
  12.  #linkbuttons a {
  13.         background-color:{color:boxes};
  14.         height:auto;
  15.         width:auto;
  16.         border:{text:border width}px solid;
  17.         border-color:{color:border};
  18.         padding:3px;
  19.         text-align:center;
  20.     }
  21.  
  22.  
  23.    
  24.    .links {
  25.     position:fixed;
  26.     margin-top:0px;
  27.     margin-left:0px;
  28.     width:175px;
  29.     padding: 8px;
  30.     word-spacing:0px;
  31.     text-align:center;
  32.     text-transform:uppercase;  
  33.     color:{color:links};
  34. }
  35.  
  36. .links a {
  37.     font-size: 12px;
  38.     color:{color:links};
  39. }
  40.  
  41. .links a:hover {
  42.    color:{color:links hover};
  43.    letter-spacing:1px;
  44. }  
  45.    
  46.     .description {
  47.     margin-top:180px;
  48.     margin-left:25px;
  49.     padding:3px;
  50.     text-align:center;
  51.     font-size:11px;
  52.     width:150px;
  53.     color:{color:text};
  54.     letter-spacing:0px;
  55.     line-height:120%;
  56.     {block:ifdescbg}background-color:{color:boxes};{block:ifpostborders}border:{text:border width}px solid;{/block:ifpostborders}{/block:ifdescbg}
  57.     }
  58.    
  59.     .description a {
  60.     color:{color:text};
  61.     }
  62.  
  63.     .pagination {
  64.     width:180px;
  65.     height:20px;
  66.     text-transform:lowercase;
  67.     letter-spacing:0px;
  68.     text-align:right;
  69.     margin-left:30px;
  70.     margin-top:0px;
  71.     font-family:verdana;
  72.     font-size:15px;
  73.     padding-top:5px;
  74.     padding-bottom:3px;
  75.     opacity:1;
  76.     position:fixed;
  77.     -moz-transition-duration:0.7s;
  78.     -webkit-transition-duration:0.7s;
  79.     -o-transition-duration:0.7s;
  80.     }
  81.    
  82.     .pagination a {
  83.     color:{color:text};
  84.     }
  85.    
  86.     .pagination a:hover{
  87.     color:{color:link};
  88.     }
  89.    
  90.  
  91.    
  92.     #entries {
  93.     float:left;
  94.     margin-left:150px;
  95.     margin-top:40px;
  96.     text-align:justify;
  97.     background-color:{color:bg};
  98.     color:{color:text};
  99.     margin-bottom: 30px;
  100.     }
  101.    
  102.  
  103.      
  104.      
  105.     #posts {
  106.     width:500px;
  107.     {block:ifpostborders}border:{text:border width}px solid;
  108.     border-color: {color:border};{/block:ifpostborders}
  109.     {block:ifpostbackground}background-color:{color:boxes};{/block:ifpostbackground}
  110.     margin-top:75px;
  111.     text-align:justify;
  112.     font-size:12px;
  113.     line-height:100%;
  114.     letter-spacing:0x;
  115.     color:{color:text};
  116.     padding:10px;
  117.     }
  118.  
  119.     .caption {
  120.     width:500px;
  121.     text-align:justify;
  122.     line-height:120%;
  123.     }
  124.    
  125.  
  126.    
  127.    
  128.     #ask {
  129.     background-color:{color:infobg};
  130.     text-align:justify;
  131.     line-height:160%;
  132.     color:{color:text};
  133.     padding:5px;
  134.     padding-bottom:10px;
  135.     padding-top:3px;
  136.     }
  137.    
  138.    
  139.     #asker img {
  140.     margin-left:5px;
  141.     margin-bottom:0px;
  142.     padding:3px;
  143.     padding-bottom:5px;
  144.     }
  145.    
  146.     #ans {
  147.     text-align:right;
  148.     padding:2px;
  149.     color:{color:text};
  150.     }
  151.    
  152.  
  153.  
  154.  
  155.  
  156.     .playerbuttonbg {
  157.     position: absolute;
  158.     left: 20px;
  159.     top: 20px;
  160.     width: 19px;
  161.     height: 19px;
  162.     background-color: {color:boxes};
  163.     padding: 10px;
  164.     -webkit-border-radius: 40px;
  165.     -moz-border-radius: 40px;
  166.     border-radius: 40px;
  167.     opacity: .4;
  168.     filter: alpha(opacity=40);
  169.     opacity: 0.4;
  170.     -khtml-opacity: 0.4;
  171.            transition: opacity .7s ease-in-out;
  172.     -moz-transition: opacity .7s ease-in-out;
  173.     -webkit-transition: opacity .7s ease-in-out;
  174.     }
  175.            
  176.     .playerbuttonbg:hover {
  177.     opacity: 1;
  178.     filter: alpha(opacity=100);
  179.     -moz-opacity: 1;
  180.     -khtml-opacity: 1;
  181.     }
  182.        
  183.     .newplayerbutton {
  184.     position: relative;
  185.     width: 19px;
  186.     height: 19px;
  187.     overflow: hidden;
  188.     }
  189.            
  190.     .playerbuttonhug {
  191.     position: absolute;
  192.     top: -18px;
  193.     left: -7px;
  194.     }
  195.        
  196.     .tumblr_audio_player {
  197.     height: 90px;
  198.     width: 270px;
  199.     -moz-transform: scale(0.60, 0.60);
  200.     -webkit-transform: scale(0.60, 0.60);
  201.     -o-transform: scale(0.60, 0.60);
  202.     -ms-transform: scale(0.60, 0.60);
  203.     transform: scale(0.60, 0.60);
  204.     -moz-transform-origin: top left;
  205.     -webkit-transform-origin: top left;
  206.     -o-transform-origin: top left;
  207.     -ms-transform-origin: top left;
  208.     transform-origin: top left;
  209.     }
  210.            
  211.     .audioimgwrapper {
  212.     position: absolute;
  213.     left: 0px;
  214.     top: 0px;
  215.     -webkit-border-radius: 40px;
  216.     -moz-border-radius: 40px;
  217.     border-radius: 40px;
  218.     overflow: hidden;
  219.     width: 79px;
  220.     height: 79px;
  221.     }
  222.            
  223.     .audioimgwrapper img {
  224.     width: 100%;
  225.     height: auto;
  226.     -webkit-border-radius: 40px;
  227.     -moz-border-radius: 40px;
  228.     border-radius: 40px;                
  229.     }
  230.            
  231.     .trackdetails {
  232.     width: auto;
  233.     display:inline-block;
  234.     margin-left: 90px;
  235.     min-height: 85px;
  236.     }
  237.            
  238.     .audiowrapper {
  239.     position: relative;
  240.     display:inline-block;
  241.     }
  242.  
  243.  
  244.     #postinfo {
  245.     padding:2px;
  246.     margin-top:12px;
  247.     font-size:12px;
  248.     color:{color:link};
  249.     text-transform:lowercase;
  250.     text-align:right;
  251.     border-top:1px solid {color:border};
  252.     -moz-transition-duration:0.5s;
  253.     -webkit-transition-duration:0.5s;
  254.     -o-transition-duration:0.5s;
  255.     }
  256.  
  257.     #postinfo a {
  258.     color:{color:link};
  259.     font-style:italic;
  260.     letter-spacing:1px;
  261.     }
  262.    
  263.     #postinfo a:hover {
  264.     color:{color:hover};
  265.     }
  266.  
  267.        
  268.     .tags {
  269.     font-style:normal;
  270.     width:500px;
  271.     text-transform:uppercase;
  272.     font-style:normal;
  273.     color:{color:tags};
  274.     line-height:120%;
  275.     font-size:10px;
  276.     text-align:left;
  277.     padding:2px;
  278.     -moz-transition-duration:0.5s;
  279.     -webkit-transition-duration:0.5s;
  280.     -o-transition-duration:0.5s;
  281.     }
  282.    
  283.     .tags a {
  284.     color:{color:tags};
  285.     letter-spacing:0px;
  286.     padding:1px;
  287.     }
  288.    
  289.     .tags a:hover {
  290.     color:{color:link};
  291.     }
  292.    
  293. /* --- EDIT CHAT STUFF HERE ---*/
  294.    
  295.     ul.chat, .chat ol, .chat li {
  296.     list-style:none;
  297.     margin:0px;
  298.     padding:3px;
  299.     }
  300.    
  301.     .label {
  302.     text-decoration:underline;
  303.     font-weight:700;
  304.     margin-right:5px;
  305.     }
  306.    
  307.    
  308.     #credit{
  309.     font-size: 12px;
  310.     font-style:none;
  311.     letter-spacing: 0px;
  312.     float: center;
  313.     position: fixed;
  314.     bottom: 10px;
  315.     right: 30px;
  316.     text-transform:none;
  317.     font-family:verdana;
  318.     border:{text:border width}px solid;
  319.     border-color:{color:border};
  320.     padding:2px;
  321.     background:{color:boxes}
  322.     }
  323.    
  324.     #credit img {
  325.        border:none;
  326.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement