Advertisement
Guest User

Untitled

a guest
Oct 10th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.96 KB | None | 0 0
  1. body {
  2.     font: 14px/1.5 helvetica-neue, helvetica, arial, san-serif;
  3.     padding:10px;
  4. }
  5.  
  6. h1 {
  7.     margin-top:0;
  8. }
  9.  
  10. #main {
  11.     width: 300px;
  12.     margin:auto;
  13.     background: #ececec;
  14.     padding: 20px;
  15.     border: 1px solid #ccc;
  16. }
  17.  
  18. #image-list {
  19.     list-style:none;
  20.     margin:0;
  21.     padding:0;
  22. }
  23.  
  24. #buttons {
  25.     margin-top: 1%;
  26.     padding-bottom: 5%;
  27.     margin-left: 14.5%;
  28. }
  29.  
  30. #btn {
  31.     border: solid 1px #88b9a3;
  32.     background-color: #fcfdfd;
  33.     min-width: 75px;
  34.     height: 30px;
  35.     -webkit-border-radius: 20px;  border-radius: 20px;
  36.     line-height: 27px;
  37.     text-align: center;
  38.     font-family: Arial;
  39.     color: #9bbbc4;
  40.     padding-left: 16px;
  41.     padding-right: 16px;
  42.     margin-left: 57%;
  43.     position: relative;
  44.     top: -3px;
  45.    
  46. }
  47.  
  48. #addNewButton {
  49.     border: solid 1px #9bbbc4;
  50.     background-color: #e9f2f4;
  51.     width: 150px;
  52.     height: 30px;
  53.     color: #9bbbc4;
  54.     font-family: Arial;
  55.     font-size: 16px;
  56.     text-align: center;
  57.     line-height: 24px;
  58.    
  59.     padding: 1px;
  60.     -webkit-border-radius: 100px;  border-radius: 100px;
  61. }
  62.  
  63. #addNew {
  64.     border: solid 1px #9bbbc4;
  65.     background-color: #e9f2f4;
  66.     width: 30px;
  67.     height: 30px;
  68.     color: #9bbbc4;
  69.     font-family: Arial;
  70.     font-size: 24px;
  71.     text-align: center;
  72.     line-height: 24px;
  73.    
  74.     padding: 1px;
  75.     -webkit-border-radius: 100px;  border-radius: 100px;
  76. }
  77.  
  78. #addNewButton:focus {
  79.     outline: none;
  80. }
  81.  
  82. #notice {
  83.     margin-left: 36.5%;
  84.     color: #99bac3;
  85.     font-size: 13px;
  86.     margin-top: 5px;
  87. }
  88.  
  89. #addNew:hover, #btn:hover, #addNewButton:hover {
  90.     background-color: #7ed5ae;
  91.     border: solid 1px #88b9a3;
  92.     color: white;
  93.     cursor: pointer;
  94. }
  95.  
  96. #image-list li {
  97.     background: #fff;
  98.     border: 1px solid #ccc;
  99.     text-align:center;
  100.     padding:20px;
  101.     margin-bottom:19px;
  102. }
  103. #image-list li img {
  104.     width: 258px;
  105.     vertical-align: middle;
  106.     border:1px solid #474747;
  107. }
  108.  
  109. .file_bg {
  110.     width: 400px;
  111.     height: 100px;
  112.     padding-left: 10px;
  113.     margin-top: 10px;
  114.     line-height: 40px;
  115.     color: #768496;
  116.     margin-left: 13%;
  117. }
  118.  
  119. .loading_start p {
  120.     position: relative;
  121.     top: -23px;
  122. }
  123.  
  124. #number {
  125.     font-size: 26px;
  126.     font-weight: bold;
  127.     color: #545f6e;
  128. }
  129.  
  130. .loading_done {
  131.     background-color: #00ad5f;
  132.     height: 15px;
  133.     width: 10px;
  134.     border: solid 1px #367056;
  135.     color: white;
  136.     -webkit-border-radius: 10px;  border-radius: 10px;
  137.     margin-left: 21%;
  138.     padding-left: 10px;
  139. }
  140. .loading_start {
  141.     background-color: #cfe0e4;
  142.     width: 310px;
  143.     height: 20px;
  144.     border: solid 1px #99bac3;
  145.     color: #6c97a3;
  146.     -webkit-border-radius: 10px;  border-radius: 10px;
  147.     margin-left: 21%;
  148.     padding-left: 10px;
  149. }
  150.  
  151. #button_remove {
  152.     background-image: url('../img/remove.png');
  153.     background-repeat: no-repeat;  
  154.     width: 14px;
  155.     height: 14px;
  156.     float: right;
  157.     position: relative;
  158.     top: -19px;
  159.     left: 25px;
  160. }
  161.  
  162. #button_remove:hover {
  163.     background-image: url('../img/remove_hover.png');
  164.     background-repeat: no-repeat;
  165.     width: 14px;
  166.     height: 14px;
  167.     cursor: pointer;
  168. }
  169.  
  170. #button_link {
  171.     background-image: url('../img/link.png');
  172.     background-repeat: no-repeat;  
  173.     width: 13px;
  174.     height: 13px;
  175.     float: right;
  176.     position: relative;
  177.     top: -19px;
  178.     left: 25px;
  179. }
  180.  
  181. #button_link:hover {
  182.     background-image: url('../img/link_hover.png');
  183.     background-repeat: no-repeat;
  184.     width: 13px;
  185.     height: 13px;
  186.     cursor: pointer;
  187. }
  188.  
  189. #browse {
  190.     background-color: lightblue;
  191.     width: 75px;
  192.     height: 40px;
  193.     color: #fff;
  194.     font-weight: bold;
  195.     font-size: 16px;
  196.     border: solid 0px #fff;
  197.     margin-left: 15px; margin-right: 5px; margin-top: 10px;
  198.  
  199. }
  200.  
  201. #headerText {
  202.     margin-left: 35%;
  203.     font-size: 24px;
  204.     color: #818ea0;
  205. }
  206.  
  207. #error {
  208.     width: 500px;
  209.     height: 50px;
  210.     background-color: darkred;
  211.     font-weight: bold;
  212.     color: white;
  213.     line-height: 50px;
  214.     padding-left: 10px;
  215.     display: none;
  216. }
  217.  
  218. #myImages {
  219.     padding: 10px;
  220.     background-color: black;
  221. }
  222. .preview {
  223.     width: 75px;
  224.     height: 75px;
  225.     max-width: 75px;
  226.     max-height: 75px;
  227.     float: left;
  228.     margin-right: 10px;
  229. }
  230.  
  231. .linkBox {
  232.     width: 400px;
  233.     height: 40px;
  234.     background-color: red;
  235.     padding-left: 10px;
  236.     margin-top: 10px;
  237.     line-height: 40px;
  238.     color: white;
  239.     margin-left: 15px;
  240. }
  241.  
  242. .inputBox {
  243. background-color: darkred;
  244. border: solid 0px darkred;
  245. padding-left: 15px;
  246. padding-right: 15px;
  247. padding-top: 5px;
  248. padding-bottom: 5px;
  249. float: right;
  250. margin-right: 10px;
  251. position: relative;
  252. top: 5px;
  253. color: white;
  254. opacity: 0.9;
  255. }
  256.  
  257. .inputBox:focus {
  258.     outline: none;
  259. }
  260.  
  261. .inputBox:hover {
  262.     opacity: 1.0;
  263. }
  264.  
  265. #close {
  266.     width: 25px;
  267.     height: 25px;
  268.     background-color: #545f6e;
  269.     position: relative;
  270.     left: 96%;
  271.     margin-top: -5px;
  272.     -webkit-border-radius: 25px;  border-radius: 25px;
  273.     font-family: Arial;
  274.     font-size: 16px;
  275.     font-weight: bold;
  276.     color: #8895a7;
  277.     text-align: center;
  278.     line-height: 25px;
  279. }
  280.  
  281. #loading {
  282.     position: relative;
  283.     top: 2px;
  284. }
  285.  
  286.  
  287.  
  288. #close:hover {
  289.     cursor: pointer;
  290.     background-color: #323e4e;
  291.     cursor: pointer;
  292. }
  293.  
  294. #addNew:focus, #btn:focus {
  295.     outline: none;
  296. }
  297.  
  298. #justModal {
  299.     min-height: 100px;
  300.     display: none;
  301. -webkit-box-shadow:  0px 15px 35px 0px #484848;
  302.        
  303.         box-shadow:  0px 15px 35px 0px #484848;
  304.        
  305. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement