appstore.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /* Copyright (C) 2019 Intel Corporation. All rights reserved.
  2. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. */
  4. {% load static %}
  5. <style>
  6. #container{
  7. position:relative;
  8. margin:0px;
  9. height:110px;
  10. }
  11. #content {
  12. margin:0px 20% 0px 18%;
  13. border:solid 1.5px;
  14. border-color: white black white black;
  15. height:50%;
  16. }
  17. #mainnav{
  18. display:table;
  19. margin: 0 auto;
  20. }
  21. #mainnav li{
  22. display: table-cell;
  23. padding-left:10px;
  24. }
  25. #mainnav ul li a{
  26. width:120px;
  27. height:30px;
  28. background:black;
  29. color:white;
  30. margin:0px 50px;
  31. font-size:21px;
  32. font-family:'sansationlight';
  33. display:block;
  34. text-align:center;
  35. text-decoration:none;
  36. }
  37. #mainnav ul li a:hover{
  38. width:120px;
  39. height:33px;
  40. line-height:30px;
  41. border:solid 1.5px;
  42. border-color: black black white black;
  43. color:#3FC3DF;
  44. background:black;
  45. }
  46. .headers{
  47. background-image: url("{%static 'photo/milky-way-2695569_1280.jpg'%}");
  48. background-repeat: no-repeat;
  49. background-size: 100% 100%;
  50. color:white;
  51. clear:both;
  52. height:50%;
  53. text-align:center;
  54. padding:10px;
  55. margin:0px;
  56. }
  57. #maintitle{
  58. font-size:25px;
  59. font-family:'sansationlight';
  60. }
  61. #introstore{
  62. z-index:1003;
  63. top:10px;
  64. margin:10px 220px 10px 220px;
  65. height:108px;
  66. }
  67. #applicationlist{
  68. margin:26px 0px 0px 0px;
  69. height:100%;
  70. }
  71. .bar{
  72. height:50px;
  73. top:2px;
  74. }
  75. .leftpart{
  76. position:relative;
  77. float:left;
  78. left:30px;
  79. font-size:22px;
  80. display:inline-block;
  81. height:30px;
  82. border:solid 1px black;
  83. border-style: none none solid none;
  84. }
  85. .rightpart{
  86. position:relative;
  87. float:right;
  88. height:50px;
  89. right:20px;
  90. font-size:17px;
  91. }
  92. .rightpart .file{
  93. width: 120px;
  94. height: 35px;
  95. position: absolute;
  96. left: 0px;
  97. top: 0px;
  98. opacity: 0;
  99. z-index: 2;
  100. }
  101. .stylehere{
  102. position: relative;
  103. display: inline-block;
  104. width: 120px;
  105. overflow: hidden;
  106. height: 35px;
  107. line-height: 35px;
  108. }
  109. .choosestyle{
  110. position: absolute;
  111. width: 120px;height: 35px;
  112. background-color: rgb(0, 121, 202);color:white;
  113. text-align: center;
  114. left: 0px;top: 0px;
  115. font-size:14px;
  116. border-radius: 4px
  117. }
  118. .appbook{
  119. margin:0px;
  120. border:solid;
  121. border-width: 1.5px;
  122. border-color: white rgb(194, 194, 194) white rgb(194, 194, 194);
  123. background-image:linear-gradient(to right, rgb(245, 243, 240),white)
  124. }
  125. #applications{
  126. margin:1px;
  127. left:0px;
  128. width:100%;
  129. height:50px;
  130. border-style:none none solid none;
  131. border-color:rgb(172, 172, 172);
  132. border-width:0.5px;
  133. padding:5px;
  134. }
  135. #delbutton{
  136. width:100px;
  137. height:40px;
  138. }
  139. #appimage{
  140. float:left;
  141. left:5%;
  142. }
  143. #lable{
  144. color: red;
  145. opacity:50}
  146. .suresbtn{
  147. position:relative;
  148. float:left;
  149. left:50px;
  150. top:135px;
  151. color:green
  152. }
  153. .deletebox{
  154. position:absolute;
  155. z-index:1003;
  156. height:180px;
  157. width:340px;
  158. background-color: white;
  159. border-radius: 7px;
  160. border-style:double;
  161. border-color:rgb(43, 9, 1) solid;
  162. border-width: 0.8px;
  163. display: none;
  164. }
  165. .warning2{
  166. position: absolute;
  167. left:10%;
  168. top:6%;
  169. FONT-size:18px;
  170. color:rgb(185, 0, 0);
  171. height:20%;
  172. width:80%;
  173. border-style:none none dashed none;
  174. border-width: 1px;
  175. border-color:rgb(185, 0, 0);
  176. }
  177. .findapp{
  178. position:absolute;
  179. left:10%;
  180. height:25%;
  181. top:40%;
  182. width:80%;
  183. font-size:15px;
  184. text-align: center;
  185. border-style:none none solid none;
  186. border-color:rgb(182, 182, 182);
  187. border-width:0.5px;
  188. }
  189. .suresbtn{
  190. position:relative;
  191. float:left;
  192. left:24%;
  193. top:75%;
  194. color:green
  195. }
  196. .delsbtn{
  197. position:relative;
  198. float:right;
  199. right:20%;
  200. top:75%;
  201. color:red
  202. }
  203. .footer {
  204. position:absolute;
  205. bottom:0px;
  206. left:0px;
  207. background-color:black;
  208. color:white;
  209. clear:both;
  210. text-align:center;
  211. padding:1px;
  212. width:100%;
  213. height:4%;
  214. z-index: 999;
  215. }