Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. .ct-wrapper {background:#fff; padding:0px 0px; position:relative; margin: 0px;}
  2. .outer-wrapper {background-image: url("https://cdn.spacetelescope.org/archives/images/screen/potw1209a.jpg"); position: relative; padding:0px 0 }
  3. .header-wrapper {display: inline-block; float: left; padding: 0; width: 100%; -moz-box-sizing: -webkit-border-box; box-sizing: border-box; }
  4. .main-wrapper {background:#fff; width:75%; float:left; }
  5. #content { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative;}
  6. .main-inner-wrap {padding:0 16px; margin: 0px; border-right:1px solid #eee; border-left:1px solid #eee; background:$(post.background.color); float:right; position: relative; width:76.2%;}
  7. .sidebar-wrapper { background:#fff; width:300px; float: right;}
  8. .leftbar-wrapper{width:160px; float: left;}
  9. .container {margin: 0 auto; margin-top: 100px padding: 0 15px; position: relative; max-width: 1200px;}
  10.  
  11.  
  12. body#layout #top-nav { margin-top: 40px; }
  13. body#layout #header, body#layout .header-right { width: 46%; }
  14. body#layout .main-wrapper {width:69%; }
  15. body#layout .main-inner-wrap {width:64%; }
  16. body#layout .sidebar-wrapper {width:30%; }
  17. body#layout .widget-content { margin: 0; }
  18. body#layout .footer {width:30%;}
  19. body#layout .outer-wrapper, body#layout .main-inner-wrap, body#layout .sidebar-wrapper, body#layout .ct-wrapper { margin: 0; padding: 0; }
  20. .ct-wrapper, .crosscol, .post, .sidebar-wrapper, .buzed{overflow:hidden;}
  21.  
  22.  
  23. #header{ float:left; width: 23%; }
  24. #header-inner{ margin: 0px; padding: 0; }
  25. #header h1, #header h2 { font-size: 27px; font-family:georgia; font-varient: small-caps; line-height: 48px; letter-spacing:0.8px;}
  26. #header h1 a, #header h2 a{ color:#fff; }
  27. #header h1 a:hover,#header h2 a:hover { color:#ddd; }
  28. #header h1 a:before, #header h2 a:before{font-family:'FontAwesome'; content:"f1b2"; font-size: 21px;}
  29. #header p.description{display:none; font-family: georgia; color:#444; font-size: 14px; letter-spacing: 0.8px; font-style: italic; text-transform: capitalize; disply: inline-block; }
  30. #header img{ border:0 none; background:none; height:auto;}
  31.  
  32.  
  33. .lefter{margin-left:10px; margin-right:10px;}
  34.  
  35. .header-right { float: right; }
  36. .header-right .widget-content { margin: 12px 0px 5px; }
  37.  
  38. .item-control a img{}
  39.  
  40. .top{padding-top:25px;}
  41.  
  42. #navigation.fixed-nav{position: fixed; top: 0; left: 0; width: 100% !important; z-index: 9999999; padding: 0; opacity: 0.95; filter: alpha(opacity=95);}
  43.  
  44. #peekar{position:relative; width:auto; float:right; margin:0 0; }
  45. #peekar input{float:left; font-size:12px; margin: 0px 0 0; padding: 8px 0px; text-indent:7px; width:140px; color:#c5c5c5; border:1px solid #ccc; -o-transition:width .7s,color .4s;-webkit-transition:width .7s,color .4s;-moz-transition:width .7s,color .4s;transition:width .7s,color .4s;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
  46. #peekar input:focus{}
  47. #peekar button{border: 0; background:$(body.background.color); line-height: 22px; cursor: pointer; color:#fff; font-size:16px; padding:5px 6px;}
  48. #peekar button:hover{background:$(link.hover.color);}
  49.  
  50. .top-nav{background:rgb(42,46,49); overflow:hidden; width: 100%;}
  51.  
  52. .Pagemenu {display: block; float:left; }
  53. .Pagemenu li {display: inline-block; position: relative; z-index: 10; margin:0;}
  54. .Pagemenu li a {font-size: 12px; font-weight: 600; margin-left:-5px; text-decoration: none; padding: 3px 12px; border-right:1px solid #424242; display: block; color: #ddd; transition: all 0.2s ease-in-out 0s;}
  55. .Pagemenu li a:hover,.Pagemenu li:hover>a, .Pagemenu li a.home {background:rgb(54,59,63); color:#fff;}
  56.  
  57. .backer {position:relative; background:rgb(54,59,63); margin:0 0 0px; border-bottom:5px solid $(body.background.color); display: block; width:100%; float:left; box-shadow:0 6px 8px -1px rgba(0, 0, 0, 0.2);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement