single_portrait.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. /*
  2. * Add your Stylesheet contents here
  3. */
  4. #stage {
  5. height: 235px;
  6. width: 240px;
  7. overflow: hidden;
  8. }
  9. #slider {
  10. -webkit-transition: margin-left 0.5s linear;
  11. }
  12. #navigateToggle {
  13. background-color: gray
  14. }
  15. .show_main {
  16. margin-left: 0px;
  17. }
  18. .show_miniapp {
  19. margin-left: -240px;
  20. }
  21. /* Search related style definitions */
  22. .title_slider {
  23. overflow: hidden;
  24. vertical-align: middle;
  25. width: 197px;
  26. }
  27. .show_title_main {
  28. margin-left: 0px;
  29. }
  30. .show_title_search {
  31. margin-left: -197px;
  32. }
  33. .title_slider_section {
  34. width: 197px;
  35. -webkit-transition: margin-left 0.5s linear;
  36. }
  37. .search_button {
  38. width: 40px;
  39. height: 43px;
  40. background-image: url('../img/top_search.png');
  41. }
  42. .search_text_entry {
  43. width: 90%;
  44. padding-left: 3px;
  45. padding-right: 3px;
  46. vertical-align: middle;
  47. }
  48. #search_input {
  49. width: 100%;
  50. }
  51. /* List Item css starts*/
  52. .item_container {
  53. background-color: #ced3c6;
  54. padding: 8px;
  55. }
  56. .list_item {
  57. background-color: #fff;
  58. padding: 0px 8px 0px 8px;
  59. font-weight: bold;
  60. border-bottom: 1px #e7e7e7 solid;
  61. font-size: 16px;
  62. }
  63. .text_list_item {
  64. background-color: #fff;
  65. padding: 11px 8px 11px 8px;
  66. font-weight: bold;
  67. border-bottom: 1px #e7e7e7 solid;
  68. font-size: 16px;
  69. }
  70. .picture_list_item {
  71. background-color: #fff;
  72. padding: 0px 8px 0px 8px;
  73. font-weight: bold;
  74. border-bottom: 1px #e7e7e7 solid;
  75. font-size: 16px;
  76. }
  77. .picture_list_item_image {
  78. margin-top: 8px;
  79. margin-bottom: 8px;
  80. margin-right: 6px;
  81. }
  82. .fancy_list_item {
  83. width: 92%;
  84. }
  85. .fancy_list_item_image {
  86. margin-top: 8px;
  87. margin-bottom: 8px;
  88. margin-right: 3px;
  89. }
  90. .tabbed_pages_picture_list_item {
  91. background-color: #ced3c6;
  92. padding: 0px 8px 0px 8px;
  93. font-weight: bold;
  94. border-bottom: 1px #e7e7e7 solid;
  95. font-size: 16px;
  96. }
  97. .list_section_header {
  98. background-color: #ced3c6;
  99. color: white;
  100. height: 20px;
  101. padding-left: 12px;
  102. font-size: 14px;
  103. font-weight: bold;
  104. line-height: 20px;
  105. }
  106. /* List Item css ends*/
  107. .text_field_item {
  108. font-size: 14px;
  109. font-weight: bold;
  110. padding: 10px;
  111. }
  112. .text_entry_with_button {
  113. height: 40px;
  114. background-color: #c6cbce;
  115. margin-top: 8px;
  116. padding-left: 8px;
  117. padding-right: 4px;
  118. }
  119. .text_entry_with_label {
  120. height: 40px;
  121. background-color: #c6cbce;
  122. margin-top: 8px;
  123. padding-left: 8px;
  124. }
  125. .text_entry_with_icon {
  126. height: 40px;
  127. background-color: #c6cbce;
  128. margin-top: 8px;
  129. padding-left: 8px;
  130. }
  131. .previous_button {
  132. width: 31%;
  133. height: 23px;
  134. margin: 1px;
  135. background-image: url('../img/prev.png');
  136. }
  137. .previous_button_high {
  138. width: 18px;
  139. height: 115px;
  140. margin-left: 2px;
  141. background-image: url('../img/carousel_in_item_previous.png');
  142. }
  143. .play_button {
  144. width: 31%;
  145. height: 23px;
  146. margin: 1px;
  147. background-image: url('../img/play.png');
  148. }
  149. .pause_button {
  150. width: 31%;
  151. height: 23px;
  152. margin: 1px;
  153. background-image: url('../img/pause.png');
  154. }
  155. .next_button {
  156. width: 31%;
  157. height: 23px;
  158. margin: 1px;
  159. background-image: url('../img/next.png');
  160. }
  161. .next_button_high {
  162. width: 18px;
  163. height: 115px;
  164. margin-right: 2px;
  165. background-image: url('../img/carousel_in_item_next.png');
  166. }
  167. .button {
  168. height: 40px;
  169. background-image: url('../img/button_background.png');
  170. color: #fff;
  171. }
  172. .checkbox {
  173. height: 21px;
  174. width: 21px;
  175. background-image: url('../img/element_checkbox_selected.png');
  176. }
  177. .featured_list_item {
  178. height: 30px;
  179. background-color: #fff;
  180. padding: 10px 0px 0px 10px;
  181. vertical-align: middle;
  182. font-weight: bold;
  183. font-size: 16px;
  184. border-bottom: 2px #e7e7e7 solid;
  185. }
  186. .checkable_list_item {
  187. height: 40px;
  188. background-color: #fff;
  189. padding: 0px 8px 0px 8px;
  190. font-weight: bold;
  191. border-bottom: 1px #e7e7e7 solid;
  192. font-size: 16px;
  193. }
  194. .category_table {
  195. height: 40px;
  196. width: 100%;
  197. }
  198. .category_name {
  199. font-weight: bold;
  200. font-size: 14px;
  201. margin-top: 10px;
  202. margin-bottom: 8px;
  203. }
  204. .category_header {
  205. height: 40px;
  206. color: black;
  207. background-color: #ced3c6;
  208. padding: 0px 8px 0px 8px;
  209. font-weight: bold;
  210. font-size: 16px;
  211. }
  212. .checkable_item_cell_left, .category_left {
  213. height: 40px;
  214. text-align: left;
  215. }
  216. .checkable_item_cell_right, .category_right{
  217. height: 40px;
  218. text-align: right;
  219. }
  220. /* Tab css starts*/
  221. .tab {
  222. height: 40px;
  223. text-align: center;
  224. font-size: small;
  225. vertical-align: middle;
  226. }
  227. .tab_2_tabs {
  228. width: 119px;
  229. border-right: 1px solid grey;
  230. }
  231. .tab_2_tabs_right {
  232. width: 120px;
  233. }
  234. .tab_3_tabs {
  235. width: 79px;
  236. border-right: 1px solid grey;
  237. }
  238. .tab_3_tabs_right {
  239. width: 80px;
  240. }
  241. .tab_4_tabs {
  242. width: 59px;
  243. border-right: 1px solid grey;
  244. }
  245. .tab_4_tabs_right {
  246. width: 60px;
  247. }
  248. .tab_view_selection_button {
  249. height: 30px;
  250. width: 50%;
  251. margin-top: 25%;
  252. margin-left: 25%;
  253. }
  254. .tab_not_selected {
  255. color: grey;
  256. background-image: url('../img/tab_background.png');
  257. }
  258. .tab_selected {
  259. background-color: #fff;
  260. color: green;
  261. }
  262. .tabbed_pages_tab_selected {
  263. background-color: #ced3c6;
  264. color: green;
  265. }
  266. /* Tab css ends*/
  267. /* Main slider css starts */
  268. .slider_table {
  269. width: 480px;
  270. }
  271. .slider_section {
  272. width: 240px;
  273. }
  274. .miniapp_section {
  275. padding: 8px;
  276. padding-top: 0px;
  277. }
  278. /* Main slider css ends */
  279. /* Text input css starts */
  280. .text_input_cell {
  281. width: 75%;
  282. height: 40px;
  283. vertical-align: middle;
  284. padding-right: 10px;
  285. }
  286. .text_input_with_button_cell {
  287. width: 62%;
  288. height: 40px;
  289. vertical-align: middle;
  290. }
  291. .text_entry_button {
  292. height: 30px;
  293. padding-left: 8px;
  294. padding-right: 8px;
  295. }
  296. /* Text input css ends */
  297. /* Carousel css starts */
  298. .carousel_in_item_height {
  299. height: 115px;
  300. }
  301. .carousel_in_item_container {
  302. width: 180px;
  303. height: 115px;
  304. overflow: hidden;
  305. }
  306. .carousel_in_item_image {
  307. width: 180px;
  308. height: 115px;
  309. }
  310. .carousel_in_item_img0 {
  311. margin-left: 0px;
  312. }
  313. .carousel_in_item_img1 {
  314. margin-left: -180px;
  315. }
  316. .carousel_in_item_img2 {
  317. margin-left: -360px;
  318. }
  319. .carousel_in_item_img3 {
  320. margin-left: -540px;
  321. }
  322. .carousel_in_item_img4 {
  323. margin-left: -720px;
  324. }
  325. .carousel_container {
  326. width: 240px;
  327. height: 250px;
  328. overflow: hidden;
  329. }
  330. .carousel_buttons_bar {
  331. margin-top: 1px;
  332. margin-bottom: 1px;
  333. margin-left: 1px;
  334. }
  335. .carousel_image {
  336. width: 240px;
  337. height: 250px;
  338. }
  339. .carousel_img0 {
  340. margin-left: 0px;
  341. }
  342. .carousel_img1 {
  343. margin-left: -240px;
  344. }
  345. .carousel_img2 {
  346. margin-left: -480px;
  347. }
  348. .carousel_img3 {
  349. margin-left: -720px;
  350. }
  351. .carousel_img4 {
  352. margin-left: -960px;
  353. }
  354. .strip_carousel_in_item {
  355. width: 900px;
  356. -webkit-transition: margin-left 0.5s linear;
  357. }
  358. .strip_carousel {
  359. width: 1200px;
  360. -webkit-transition: margin-left 0.5s linear;
  361. }
  362. /* Carousel css ends */
  363. .button_1_width {
  364. width: 144px;
  365. }
  366. .button_2_in_row_width {
  367. width: 100px;
  368. }
  369. .button_3_in_row_width {
  370. width: 60px;
  371. }
  372. /* Dynamic looping style definitions */
  373. .next_game_button {
  374. height: 40px;
  375. width: 80%;
  376. margin-left: 10%;
  377. background-image: url('../img/button_background.png');
  378. color: #fff;
  379. }
  380. .list_item_center_align {
  381. margin-left: 25%;
  382. width: 50%;
  383. height: 40px;
  384. }
  385. .list_item_left_align {
  386. height: 40px;
  387. text-align: left;
  388. }
  389. .list_item_right_align {
  390. height: 40px;
  391. text-align: right;
  392. }
  393. /* Upload & Download Miniapps style definitions */
  394. .centered_button {
  395. width: 80%;
  396. margin-left: 10%;
  397. margin-top: 10%
  398. }
  399. .upload_download_button {
  400. width: 60%;
  401. margin-left: 3%;
  402. margin-top: 5%;
  403. }
  404. .input_select {
  405. height: 30px;
  406. margin-top: 5%;
  407. margin-left: 3%;
  408. margin-right: 3%;
  409. color: black;
  410. }
  411. .image_grid {
  412. margin-top: 10%;
  413. margin-left: 5%;
  414. }
  415. .download_images {
  416. border: 2px solid white;
  417. width: 100px;
  418. height: 100px;
  419. }
  420. .big_image_wrapper {
  421. margin-top: 12px;
  422. margin-bottom: 12px;
  423. margin-left: auto;
  424. margin-right: auto;
  425. }
  426. .share_text_block {
  427. font-size: 22px;
  428. height: 190px;
  429. }
  430. #share_title {
  431. width: 40%;
  432. font-size: 18px;
  433. }
  434. .share_table {
  435. width: 94%;
  436. margin-left: 3%;
  437. margin-right: 3%;
  438. border: 1px solid black;
  439. }
  440. .title_link_header {
  441. background-color: #ced3c6;
  442. color: white;
  443. height: 20px;
  444. padding-left: 12px;
  445. font-size: 14px;
  446. font-weight: bold;
  447. line-height: 20px;
  448. border-bottom: 1px #e7e7e7 solid;
  449. }
  450. .information_text_block {
  451. padding: 8px;
  452. font-size: 16px;
  453. }