Advertisement
LimeSoft

MyPicUp

Feb 7th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.01 KB | None | 0 0
  1. iframe { vertical-align: top; }
  2.  
  3. body {
  4.     text-align:center;
  5.     background-size:cover;
  6.     background-repeat:no-repeat;
  7.     font-family: 'Signika', sans-serif;
  8.     background-attachment:fixed;
  9. }
  10.  
  11. /* FACEBOOK */
  12. .fb-comments, .fb-comments iframe[style] {width: 100% !important;}
  13.  
  14.  
  15. /* HYPERLINKS */
  16. a:link {
  17.     color: #333;
  18.     text-decoration:none;
  19. }
  20. a:visited {
  21.     color: #333;
  22.     text-decoration:none;
  23. }
  24. a:hover {
  25.     color: #CCC;
  26.     text-decoration:none;
  27. }
  28. a:active {
  29.     color: #333;
  30.     text-decoration:none;
  31. }
  32.  
  33. /* SOCIAL LEISTE */
  34. #social {
  35.    
  36. min-width:50px;
  37. padding:5px;
  38. margin-top:10px;
  39. vertical-align:top;
  40. }
  41.  
  42.  
  43. /* UPLOAD BUTTON */
  44. form .form-submit input {
  45.   min-width: 10%;
  46.   min-height: 5%;
  47.   color:white;
  48.   text-align:center;
  49.   font-size:large;
  50.     background: #7abcff; /* Old browsers */
  51. background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
  52. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
  53. background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
  54. background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
  55. background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
  56. background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
  57. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
  58.   padding: 0;
  59.   margin: 0;
  60.   border:thin;
  61.   cursor: pointer;
  62. }
  63.  
  64.  
  65. /* BILD */
  66. #picture {
  67.     margin:0 auto;
  68.     vertical-align:middle;
  69.     -moz-box-shadow: 0px 0px 10px #000;
  70.     -webkit-box-shadow: 0px 0px 10px #000;
  71.     box-shadow: 0px 0px 10px #000;
  72.     width:80%;
  73.     text-indent:0px;
  74. }
  75.  
  76.  
  77. /* OPTIONAL BEI SCHRIFTART */
  78. @font-face {
  79.     font-family: 'Myriad';
  80.     src: url('Opificio.ttf') format('truetype');
  81. }
  82.  
  83.  
  84. /* COMPUTER SAGT NEIN BILD */
  85. #no {
  86.     height:30%;
  87.     min-height:50px;
  88.     background-image:url(no.gif);
  89.     text-align:center;
  90.     background-size:contain;
  91.     background-repeat:no-repeat;
  92.     margin:auto;
  93. }
  94.  
  95. /* GROSSE BOX (OHNE SCROLL) */
  96. #container {
  97.     position:inherit;
  98.     width:60%;
  99.     padding:50px;
  100.     margin-bottom:10%;
  101.     margin-top:2%;
  102.     margin-left: auto; margin-right: auto;
  103.         -moz-border-radius: 20px;
  104.     -webkit-border-radius: 20px;
  105.     border-radius: 20px;
  106.     vertical-align: middle;
  107.         background-image:url(cont.png);
  108.     background-repeat:repeat;
  109.     -moz-box-shadow: 5px 0px 100px #000;
  110.     -webkit-box-shadow: 5px 0px 100px #000;
  111.     box-shadow: 5px 0px 100px #000;
  112.  
  113. }
  114.  
  115. id:hover{ border:none;}
  116.  
  117. input:-webkit-autofill {
  118.         -webkit-box-shadow: 0 0 0px 80000px white inset;
  119.     }
  120.  
  121.  
  122. /* SYSTEM NACHRICHT */
  123. #bulletin {
  124.     background-image:url(cont.png);
  125.     background-repeat:repeat;
  126.     vertical-align:central;
  127.     scroll: no;
  128.     overflow: hidden;
  129.     outline: none;
  130.     position:inherit;
  131.     width:60%;
  132.     padding:50px;
  133.     margin-bottom:-13%;
  134.     margin-top:2%;
  135.     margin-left: auto; margin-right: auto; text-align:center;
  136.     -moz-border-radius: 20px;
  137.     -webkit-border-radius: 20px;
  138.     border-radius: 20px;
  139.     vertical-align: middle;
  140.     -moz-box-shadow: 5px 0px 100px #000;
  141.     -webkit-box-shadow: 5px 0px 100px #000;
  142.     box-shadow: 5px 0px 100px #000;
  143.  
  144. }
  145.  
  146. /* KLEINE BOX (OHNE SCROLl) */
  147. #box {
  148.     background-image:url(cont.png);
  149.     background-repeat:repeat;
  150.     vertical-align:central;
  151.     scroll: no;
  152.     overflow: hidden;
  153.     outline: none;
  154.     position:inherit;
  155.     width:60%;
  156.     padding:50px;
  157.     margin-bottom:10%;
  158.     margin-top:15%;
  159.     margin-left: auto; margin-right: auto;
  160.     -moz-border-radius: 20px;
  161.     -webkit-border-radius: 20px;
  162.     border-radius: 20px;
  163.     vertical-align: middle;
  164.     -moz-box-shadow: 5px 0px 100px #000;
  165.     -webkit-box-shadow: 5px 0px 100px #000;
  166.     box-shadow: 5px 0px 100px #000;
  167.  
  168. }
  169.  
  170. /* WARTUNGSARBEITEN */
  171. #offline{
  172.    
  173.     filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8;
  174.     background-color:#CCC;
  175.     width: 40%;
  176.     height:auto;
  177.     -moz-border-radius: 20px;
  178. -webkit-border-radius: 20px;
  179. border-radius: 20px;
  180.    
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement