Advertisement
TheStuntman

default.css

Mar 2nd, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.89 KB | None | 0 0
  1. html, body {
  2.     height: 100%;
  3. }
  4.  
  5. body {
  6.     margin: 0;
  7.         border: 0;
  8.     outline: 0;
  9.     padding: 0;
  10.     position: relative;
  11.    
  12.    
  13. /* GRADIENT FOR BACKGROUND */
  14.  
  15. background: rgb(254,242,246);
  16. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjJmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZkZTFlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZhZDBkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTlhYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  17. background: -moz-linear-gradient(left,  rgba(254,242,246,1) 0%, rgba(253,225,233,1) 50%, rgba(250,208,221,1) 51%, rgba(250,154,181,1) 100%);
  18. background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,242,246,1)), color-stop(50%,rgba(253,225,233,1)), color-stop(51%,rgba(250,208,221,1)), color-stop(100%,rgba(250,154,181,1)));
  19. background: -webkit-linear-gradient(left,  rgba(254,242,246,1) 0%,rgba(253,225,233,1) 50%,rgba(250,208,221,1) 51%,rgba(250,154,181,1) 100%);
  20. background: -o-linear-gradient(left,  rgba(254,242,246,1) 0%,rgba(253,225,233,1) 50%,rgba(250,208,221,1) 51%,rgba(250,154,181,1) 100%);
  21. background: -ms-linear-gradient(left,  rgba(254,242,246,1) 0%,rgba(253,225,233,1) 50%,rgba(250,208,221,1) 51%,rgba(250,154,181,1) 100%);
  22. background: linear-gradient(to right,  rgba(254,242,246,1) 0%,rgba(253,225,233,1) 50%,rgba(250,208,221,1) 51%,rgba(250,154,181,1) 100%);
  23. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef2f6', endColorstr='#fa9ab5',GradientType=1 );
  24.  
  25.  }
  26.  
  27.  /*CSS MENU-----------------------------------------------------------*/
  28.  
  29. @import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
  30. #cssmenu {
  31. background: rgba(255,212,133,1);
  32. background: -moz-linear-gradient(left, rgba(255,212,133,1) 0%, rgba(235,160,20,1) 50%, rgba(206,140,18,1) 51%, rgba(255,204,102,1) 100%);
  33. background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,212,133,1)), color-stop(50%, rgba(235,160,20,1)), color-stop(51%, rgba(206,140,18,1)), color-stop(100%, rgba(255,204,102,1)));
  34. background: -webkit-linear-gradient(left, rgba(255,212,133,1) 0%, rgba(235,160,20,1) 50%, rgba(206,140,18,1) 51%, rgba(255,204,102,1) 100%);
  35. background: -o-linear-gradient(left, rgba(255,212,133,1) 0%, rgba(235,160,20,1) 50%, rgba(206,140,18,1) 51%, rgba(255,204,102,1) 100%);
  36. background: -ms-linear-gradient(left, rgba(255,212,133,1) 0%, rgba(235,160,20,1) 50%, rgba(206,140,18,1) 51%, rgba(255,204,102,1) 100%);
  37. background: linear-gradient(to right, rgba(255,212,133,1) 0%, rgba(235,160,20,1) 50%, rgba(206,140,18,1) 51%, rgba(255,204,102,1) 100%);
  38. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd485', endColorstr='#ffcc66', GradientType=1);
  39. border-color:#FFA81B;
  40. border-top-style:solid;
  41. border-bottom-style:solid;
  42. width: auto;
  43. padding-right:8px;
  44.  
  45. }
  46. #cssmenu ul {
  47.   list-style: none;
  48.   margin: 0;
  49.   padding: 0;
  50.   line-height: 1;
  51.   display: block;
  52.   zoom: 1;
  53. }
  54. #cssmenu ul:after {
  55.   content: " ";
  56.   display: block;
  57.   font-size: 0;
  58.   height: 0;
  59.   clear: both;
  60.   visibility: hidden;
  61. }
  62. #cssmenu ul li {
  63.   display: inline-block;
  64.   padding: 0;
  65.   margin: 0;
  66. }
  67. #cssmenu.align-right ul li {
  68.   float: right;
  69. }
  70. #cssmenu.align-center ul {
  71.   text-align: center;
  72. }
  73. #cssmenu ul li a {
  74.   color: #FFA81B;
  75.   text-decoration: none;
  76.   display: block;
  77.   padding: 15px 25px;
  78.   font-family: 'Open Sans', sans-serif;
  79.   font-weight: 700;
  80.   text-transform: uppercase;
  81.   font-size: 14px;
  82.   position: relative;
  83.   -webkit-transition: color .25s;
  84.   -moz-transition: color .25s;
  85.   -ms-transition: color .25s;
  86.   -o-transition: color .25s;
  87.   transition: color .25s;
  88. }
  89. #cssmenu ul li a:hover {
  90.   color: #FF6A6A;
  91. }
  92. #cssmenu ul li a:hover:before {
  93.   width: 100%;
  94. }
  95. #cssmenu ul li a:after {
  96.   content: "";
  97.   display: block;
  98.   position: absolute;
  99.   right: -3px;
  100.   top: 19px;
  101.   height: 6px;
  102.   width: 6px;
  103.   background: #FFA81B;
  104.   opacity: .5;
  105. }
  106. #cssmenu ul li a:before {
  107.   content: "";
  108.   display: block;
  109.   position: absolute;
  110.   left: 0;
  111.   bottom: 0;
  112.   height: 3px;
  113.   width: 0;
  114.   background: #333333;
  115.   -webkit-transition: width .25s;
  116.   -moz-transition: width .25s;
  117.   -ms-transition: width .25s;
  118.   -o-transition: width .25s;
  119.   transition: width .25s;
  120. }
  121.  
  122.  
  123.  
  124. #cssmenu ul li.last > a:after,
  125. #cssmenu ul li:last-child > a:after {
  126.   display: none;
  127. }
  128. #cssmenu ul li.active a {
  129.   color: #3C3C64;
  130. }
  131. #cssmenu ul li.active a:before {
  132.   width: 100%;
  133. }
  134. #cssmenu.align-right li.last > a:after,
  135. #cssmenu.align-right li:last-child > a:after {
  136.   display: block;
  137. }
  138. #cssmenu.align-right li:first-child a:after {
  139.   display: none;
  140. }
  141. @media screen and (max-width: 768px) {
  142.   #cssmenu ul li {
  143.     float: none;
  144.     display: block;
  145.   }
  146.   #cssmenu ul li a {
  147.     width: 100%;
  148.     -moz-box-sizing: border-box;
  149.     -webkit-box-sizing: border-box;
  150.     box-sizing: border-box;
  151.     border-bottom: 1px solid #3C3C64;
  152.   }
  153.   #cssmenu ul li.last > a,
  154.   #cssmenu ul li:last-child > a {
  155.     border: 0;
  156.   }
  157.   #cssmenu ul li a:after {
  158.     display: none;
  159.   }
  160.   #cssmenu ul li a:before {
  161.     display: none;
  162.   }
  163. }
  164.  
  165. #main{
  166.  
  167. font-family: 'Comfortaa', cursive;
  168. padding: 100px;
  169. float: right;
  170. width: 500px;
  171. height: auto;
  172. min-height: 100% !important;
  173. display: block;
  174. background-color: #FBFFFF;
  175. font-size: 24px;
  176. color: #FF8890;
  177. background-repeat: repeat-y;
  178. overflow: auto;
  179.  
  180.  }
  181.  
  182.  #cupcakes {
  183. float:left;
  184. padding-top:400px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement