Guest User

Untitled

a guest
Feb 21st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.88 KB | None | 0 0
  1. @font-face
  2. {
  3.     font-family:"Gotham Rounded Medium", sans-serif !important;
  4.     src: url('gotham-rounded-medium.tff');
  5. }
  6.  
  7. input {
  8.     font-family: "Gotham Rounded Medium", sans-serif !important;
  9.     font-size:15px;
  10. }
  11.  
  12. body{
  13.     font-family: "Gotham Rounded Medium", sans-serif !important;
  14.     font-size:9px;
  15.     background-color:#FFFFFF;/**/
  16.     /*background-image: url("img/wallpaper.png");
  17.     background-repeat: repeat;/**/
  18. }
  19.  
  20. .maincontainer {
  21.     width:672px;
  22.     height:319px;
  23.     position: absolute;
  24.     top: 0px;
  25.     bottom:100px;
  26.     left: 0px;
  27.     right: 0px;
  28.     margin: auto;
  29.     background-color:transparent;
  30. }
  31.  
  32. .main {
  33.     border-style: solid;
  34.     border-width: 2px;
  35.     border-color: #FFB2B2;
  36.     position: absolute;
  37.     top: -2px;
  38.  
  39.     width: 536px;
  40.     height: 300px;
  41.     left: -2px;
  42.     right: 190px;
  43.     margin: auto;
  44.     background-color:#FFFFFF;
  45.     text-align:center;
  46. }
  47.  
  48. .maincontents {
  49.     width:100%;
  50.     height:100%;
  51. }
  52.  
  53. .button {
  54.     width:12px;
  55.     height:12px;
  56.     float: left;
  57.     margin-right:2px;
  58.     border-style: solid;
  59.     border-width: 2px;
  60.     border-color: #FFB2B2;
  61.     background-color:#ffffff;
  62. }
  63.  
  64. .searchbar {
  65.     border-style: solid;
  66.     border-width: 2px;
  67.     border-color: #FFB2B2;
  68.     width: auto;
  69.     height: 12px;
  70.     background-color:#FFFFFF;
  71.     overflow: hidden;
  72. }
  73.  
  74. .searchinput {
  75.     line-height:13px;
  76.     height:12px;
  77.     top:-1px;
  78.     position:relative;
  79.     margin-left:1px;
  80.     margin-right:1px;
  81.     width:100%;
  82.     border:none;
  83.     font-family: "Gotham Rounded Medium", sans-serif !important;
  84.     font-size:10px;
  85.     padding-bottom: 0px;
  86.     padding-top:0px;
  87.     padding-left:2px;
  88.     padding-right:2px;
  89.     outline:none;
  90. }
  91.  
  92. .searchinput:focus {
  93.     outline:none;
  94.     border:none;
  95. }
  96.  
  97. .marqueebar {
  98.     border-style: solid;
  99.     border-width: 2px;
  100.     border-color: #FFB2B2;
  101.     width: 300px;
  102.     height: 12px;
  103.     line-height:12px;
  104.     float:right;
  105.     margin-left:2px;
  106.     background-color:#FFFFFF;
  107.     overflow:hidden;
  108. }
  109.  
  110. .marquee2 {
  111.   overflow:hidden;
  112.   width: 296px;
  113.   height: 100%;
  114.   margin: 0;
  115.   padding-left:2px;
  116.   padding-right:2px;
  117.   top:1px;
  118.   line-height: 12px;
  119.   position:absolute;
  120.   text-align: center;
  121. }
  122.  
  123. .bottomcontainer {
  124.     width:540px;
  125.     height:12px;
  126.     position:absolute;
  127.     left:-2px;
  128.     top:305px;
  129. }
  130.  
  131. .sidebar {
  132.     border-style: solid;
  133.     border-width: 2px;
  134.     border-color: #FFB2B2;
  135.     position: absolute;
  136.     top: -2px;
  137.     bottom:200px;
  138.     width: 129px;
  139.     height: 319px;
  140.     left: 541px;
  141.     background-color:#FFFFFF;
  142.     background-position: center center;
  143.     background-repeat: no-repeat;
  144.     background-size: cover;
  145. }
  146.  
  147. .time {
  148.     color:#FFB2B2;
  149.     font-family: "Gotham Rounded Medium" sans-serif !important;
  150.     font-size: 10px;
  151.     position: absolute;
  152.     top: -30px;
  153.   width: auto;
  154.     height: auto;
  155.   left: 2px;
  156. }
  157.  
  158. .count {
  159.   color:#FFB2B2;
  160.   font-family: "Gotham Rounded Medium" sans-serif !important;
  161.     font-size: 10px;
  162.     position: absolute;
  163.   top: -18px;
  164.   width: auto;
  165.   height: 30px;
  166.   left: 2px;
  167. }
  168.  
  169. .welcome {
  170.     line-height:18px;
  171.     font-family: "Gotham Rounded Medium" sans-serif !important;
  172.     font-size:15px;
  173.     position:absolute;
  174.     top:50px;
  175.     width:300px;
  176.     left:0px;
  177.     right:0px;
  178.     margin-left:auto;
  179.     margin-right:auto;
  180.   color: #FFB2B2;
  181. }
  182.  
  183. .bookmarkscontainer {
  184.     width:auto;
  185.     top: 140px;
  186.     position:relative;
  187.     display: inline-block;
  188. }
  189.  
  190. .marquee-text{
  191.  
  192.     position:absolute;
  193.     top:1px;
  194.     padding-left:2px;
  195.     padding-right:4px;
  196. }
  197.  
  198. ul {
  199.     width:75px;
  200.     list-style-type:none;
  201.     float:left;
  202.     padding-left:0px;
  203.     padding-right:0px;
  204.     margin-left:18px;
  205.     margin-right:18px;
  206. }
  207.  
  208. li {
  209.     text-align:left;
  210.     padding-left:3px;
  211.     padding-right:3px;
  212.     height:16px;
  213.     line-height:16px;
  214. }
  215.  
  216. li:hover {
  217.     background-color:#FFB2B2;
  218. }
  219.  
  220. a {
  221.     text-decoration:none;
  222.     font-size:16px;
  223.     height:12px;
  224.     line-height:12px;
  225.     color:#FFB2B2;
  226. }
  227.  
  228. a:hover {
  229.     text-decoration:underline;
  230. }
  231.  
  232. .clink {
  233.     font-size: 16px;
  234.     text-decoration:none;
  235.     line-height: 16px;
  236.     color:#FFB2B2;
  237. }
  238.  
  239. .clink:hover{
  240.     text-decoration:underline;
  241.   color: #FFFFFF;
  242. }
Add Comment
Please, Sign In to add comment