southcodes

updates tab #1 epik: code 2 (css)

Feb 10th, 2017
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.24 KB | None | 0 0
  1.     /*  paste this under <style type="text/css">
  2.         updates tab start   */
  3. .utab{color:#393838;font-family: 'Open Sans', sans-serif;width:{text:updates width}px;letter-spacing:.8px; position:fixed; top:13px; left:13px;font-size:12.4px;}
  4. .utab a{color:#999; text-decoration:none;} .utab a:hover{color:#393838} .utab hr {border-top: 1px solid #eee;border-bottom: 0px;border-left: 0px;border-right: 0px;margin:13px 0;}
  5. .utab span {color:#666; text-shadow: .6px .6px .6px #aaa;text-transform:uppercase; font-size:11px;letter-spacing:1px;}
  6. .utabtitle {
  7.     border: 1px solid #eee;
  8.     background:#fdfdfd; /* background color of the title */
  9.     padding:4px 0;
  10.     text-align:center;
  11.     font-size:10px; /* font size of the title */
  12.     text-transform:uppercase;
  13.     letter-spacing:1px;}
  14. .searchbox input {background-color: #f5f5f5;
  15.     font-size:10px;
  16.     border:0px;
  17.     text-transform:uppercase;
  18.     color:#999;
  19.     letter-spacing:1px;
  20.     padding: 3px  calc({text:updates width}px - 121px) 3px 4px ;
  21.     font-family: calibri, helvetica, arial;}
  22. .searchbutton input{font-size:9.5px;padding: 3px 6px;margin-top:15px}
  23. .csc {margin-left:calc({text:updates width}px - 25px);font-size:10px;}
  24.     /*              updates tab end               */
Add Comment
Please, Sign In to add comment