custom.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. /* Add here all your css styles (customizations) */
  2. .appicon {
  3. width: 120px;
  4. height: 120px;
  5. -webkit-border-radius: 24px;
  6. -moz-border-radius: 24px;
  7. border-radius: 24px;
  8. border: 1px solid #ddd;
  9. }
  10. .appicon_s {
  11. width: 30px;
  12. height: 30px;
  13. -webkit-border-radius: 6px;
  14. -moz-border-radius: 6px;
  15. border-radius: 6px;
  16. border: 1px solid #ddd;
  17. }
  18. .appicon_ss {
  19. width: 20px;
  20. height: 20px;
  21. -webkit-border-radius: 4px;
  22. -moz-border-radius: 4px;
  23. border-radius: 4px;
  24. border: 1px solid #ddd;
  25. }
  26. .myapps td {
  27. vertical-align:middle !important;
  28. }
  29. .app_view_history td {
  30. vertical-align:middle !important;
  31. }
  32. .app_view_history tr {
  33. cursor:pointer;
  34. }
  35. .clickable {
  36. cursor:pointer;
  37. }
  38. .re_min{min-width:120px; text-align:left;}
  39. /* app edit */
  40. #screenshotTableContainer {
  41. height:190px;
  42. }
  43. .app_edit_no_screenshot {
  44. height:190px;
  45. text-align:center;
  46. line-height:190px;
  47. }
  48. .app_edit_screenshot_img {
  49. cursor:pointer;
  50. max-width:100px;
  51. max-height:160px;
  52. }
  53. .app_edit_screenshot_img.pad {
  54. margin:0 0 0 22px;
  55. }
  56. .app_edit_screenshot_container {
  57. background-color:#fff;
  58. border:1px solid #bbb;
  59. padding:10px;
  60. display:block;
  61. }
  62. .app_edit_screenshot_container table {
  63. width:100%;
  64. }
  65. .app_edit_screenshot_upload_button {
  66. margin-top:10px;
  67. }
  68. .app_edit_screenshot_delete_button {
  69. margin-top:10px;
  70. display:inline-block;
  71. }
  72. /* pager */
  73. .pager {
  74. }
  75. .pager a, .pager strong {
  76. display:inline-block;
  77. padding:3px 10px;
  78. margin:0 0px;
  79. border:1px solid #ccc;
  80. background-color:#fff;
  81. text-decoration:none;
  82. }
  83. .pager a:hover {
  84. background-color:#f5f5f5;
  85. }
  86. .doc-nav.affix {
  87. top: 20px;
  88. }
  89. .doc-nav.affix-bottom {
  90. position: relative;
  91. }
  92. @media (min-width: 1px) and (max-width:992px) {
  93. .doc-nav {
  94. position:static;
  95. }
  96. }
  97. @media (min-width: 992px) {
  98. .doc-nav {
  99. width:213px;
  100. }
  101. }
  102. @media (min-width: 1200px) {
  103. .doc-nav {
  104. width:260px;
  105. }
  106. }
  107. .doc-nav .docs-progress-bar {
  108. bottom: 0;
  109. left: 0;
  110. position: absolute;
  111. top: 0;
  112. }
  113. /* about/partner */
  114. .partner ul {
  115. list-style-type: none;
  116. padding:0;
  117. margin:0;
  118. }
  119. .partner ul li {
  120. float:left;
  121. border:1px solid #eee;
  122. width:200px;
  123. height:80px;
  124. line-height:80px;
  125. text-align:center;
  126. overflow:hidden;
  127. font-size:14px;
  128. margin:2px;
  129. }
  130. .partner ul li img {
  131. max-width:140px;
  132. max-height:45px;
  133. }
  134. .notification-dropdown-menu > li > div {
  135. padding: 3px 13px;
  136. }
  137. .badge-lists .dropdown-alerts {
  138. width: 280px;
  139. min-width: 0;
  140. }
  141. .badge-lists .dropdown-alerts {
  142. margin-left: -23px;
  143. }
  144. .dropdown-alerts {
  145. padding: 0px 0px 0px 0px;
  146. border-top: 0;
  147. }
  148. .dropdown-alerts li a {
  149. font-size: 12px;
  150. }
  151. .dropdown-alerts li em {
  152. font-size: 10px;
  153. }
  154. .badge-lists .dropdown-alerts a {
  155. font-size: 14px;
  156. }
  157. @media (min-width: 1px) and (max-width:992px) {
  158. .notification-dash-dropdown-alert{margin-left:50px;}
  159. }
  160. @media (min-width: 992px) {
  161. .notification-dash-dropdown-alert{margin-left:150px;}
  162. }
  163. @media (min-width: 1200px) {
  164. .notification-dash-dropdown-alert{margin-left:450px;}
  165. }
  166. .notification-dropdown-alert{margin-left:-60px;}
  167. .notification-dropdown-menu{padding: 5px 0 0 0;}
  168. .notification-dropdown-menu>li{margin-right:.5em;margin-left:.5em}
  169. .notification-dropdown-menu>li>a{padding:6px 12px;font-size:14px;outline:0;border-radius:4px}
  170. .notification-dropdown-menu>li>a:focus,.notification-dropdown-menu>li>a:hover{background-color:#ededed}
  171. .notification-dropdown-menu>.active>a,.notification-dropdown-menu>.active>a:focus,.notification-dropdown-menu>.active>a:hover{color:#444;background-color:#dbdbdb}
  172. .notification-dropdown-header{padding-right:12px;padding-left:12px;}
  173. .notification-dropdown-header{border-color:#2b3d4c}
  174. .notification-dropdown-header{padding-top:8px;padding-bottom:8px;text-transform:initial;border-bottom:1px solid #ddd;color:#585f69;font-size:14px;}
  175. .notification-dropdown-header-right{float:right;font-size:13px;}
  176. .notification-dropdown-header-right i{font-size:13px !important;}
  177. .dropdown-icon{width:16px;margin-right:8px;color:#444;font-size:15px;text-align:center}
  178. .notification-dropdown-menu{min-width:300px}
  179. .notification-dropdown-menu:before{left:15px}
  180. .notification-list{overflow:hidden;position:relative;}
  181. .notification-list{vertical-align:middle;}
  182. .notification{display:block;position:relative;padding:6px 12px 6px 75px;border-bottom:1px solid #ddd}
  183. .notification:hover{color:#aaa;text-decoration:none}
  184. .notification:hover{background-color:#f2f2f2}
  185. .notification-icon{position:absolute;top:23px;left:10px;width:50px;height:50px;margin:-25px 12px 0 0;font-size:14px;line-height:50px;text-align:center}
  186. .notification-icon img{width:20px;height:50px}
  187. .notification-icon i{font-size:27px !important;text-align:center;font-size:28px;display:block;line-height:40px}
  188. .notification-icon-in-list{font-size:14px;text-align:center}
  189. .notification-icon-in-list img{width:20px;height:50px}
  190. .notification-icon-in-list i{text-align:center;font-size:28px;display:block;}
  191. .notification-time, .notification-description, .notification-title{display:block;font-size:12px}
  192. .notification-title{padding-bottom:1px;color:#222;font-weight:100}
  193. .notification-description{padding-bottom:3px;color:#666;font-size:14px; margin-left:-20px;margin-right:20px;}
  194. .notification-time{font-size:11px;color:#bbb;margin-left:-20px;margin-right:20px;}
  195. .notification-link{text-align:center;padding:12px 0!important;border-top:1px solid #ddd;display:block;text-decoration:none!important;font-size:14px !important;line-height:18px!important;height:auto!important;background:#f9f9f9}
  196. .notification-link:hover{background:#eee}
  197. .notification-empty-title{color:#585f69;}
  198. .notification-empty-text{color:#777;}
  199. .notification-dropdown-menu{border-top:1px solid #ccc !important;}
  200. .notification-dropdown-menu:before {
  201. position: absolute;
  202. top: -7px;
  203. left: 59px;
  204. display: inline-block;
  205. border-right: 7px solid transparent;
  206. border-bottom: 7px solid #ccc;
  207. border-left: 7px solid transparent;
  208. border-bottom-color: rgba(0, 0, 0, 0.2);
  209. content: '';
  210. }
  211. .notification-dropdown-menu:after {
  212. position: absolute;
  213. top: -6px;
  214. left: 60px;
  215. display: inline-block;
  216. border-right: 6px solid transparent;
  217. border-bottom: 6px solid #ffffff;
  218. border-left: 6px solid transparent;
  219. content: '';
  220. }
  221. .notification-manager-dropdown-menu{padding: 5px 0 0 0;z-index:1020;}
  222. .notification-manager-dropdown-menu>li{margin-right:.5em;margin-left:.5em}
  223. .notification-manager-dropdown-menu>li>a{padding:6px 12px;font-size:14px;outline:0;border-radius:4px}
  224. .notification-manager-dropdown-menu>li>a:focus,.notification-manager-dropdown-menu>li>a:hover{background-color:#ededed}
  225. .notification-manager-dropdown-menu>.active>a,.notification-manager-dropdown-menu>.active>a:focus,.notification-manager-dropdown-menu>.active>a:hover{color:#444;background-color:#dbdbdb}
  226. .notification-manager-dropdown-menu{min-width:300px}
  227. .notification-manager-dropdown-menu:before{left:15px}
  228. .notification-manager-dropdown-menu{border-top:1px solid #ccc !important;}
  229. .notification-manager-dropdown-menu:before {
  230. position: absolute;
  231. top: -7px;
  232. left: 273px;
  233. display: inline-block;
  234. border-right: 7px solid transparent;
  235. border-bottom: 7px solid #ccc;
  236. border-left: 7px solid transparent;
  237. border-bottom-color: rgba(0, 0, 0, 0.2);
  238. content: '';
  239. }
  240. .notification-manager-dropdown-menu:after {
  241. position: absolute;
  242. top: -6px;
  243. left: 274px;
  244. display: inline-block;
  245. border-right: 6px solid transparent;
  246. border-bottom: 6px solid #ffffff;
  247. border-left: 6px solid transparent;
  248. content: '';
  249. }
  250. .row-fluid {position:relative; z-index:8;}
  251. .notification-description a {
  252. color:#56bc94 !important;
  253. font-size:14px !important;
  254. }
  255. .notification-description a:hover {
  256. text-decoration: underline !important;
  257. }