123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547 |
- /*
- * Add your Stylesheet contents here
- */
- #stage {
- height: 235px;
- width: 240px;
- overflow: hidden;
- }
- #slider {
- -webkit-transition: margin-left 0.5s linear;
- }
- #navigateToggle {
- background-color: gray
- }
- .show_main {
- margin-left: 0px;
- }
- .show_miniapp {
- margin-left: -240px;
- }
- /* Search related style definitions */
- .title_slider {
- overflow: hidden;
- vertical-align: middle;
- width: 197px;
- }
- .show_title_main {
- margin-left: 0px;
- }
- .show_title_search {
- margin-left: -197px;
- }
- .title_slider_section {
- width: 197px;
- -webkit-transition: margin-left 0.5s linear;
- }
- .search_button {
- width: 40px;
- height: 43px;
- background-image: url('../img/top_search.png');
- }
- .search_text_entry {
- width: 90%;
- padding-left: 3px;
- padding-right: 3px;
- vertical-align: middle;
- }
- #search_input {
- width: 100%;
- }
- /* List Item css starts*/
- .item_container {
- background-color: #ced3c6;
- padding: 8px;
- }
- .list_item {
- background-color: #fff;
- padding: 0px 8px 0px 8px;
- font-weight: bold;
- border-bottom: 1px #e7e7e7 solid;
- font-size: 16px;
- }
- .text_list_item {
- background-color: #fff;
- padding: 11px 8px 11px 8px;
- font-weight: bold;
- border-bottom: 1px #e7e7e7 solid;
- font-size: 16px;
- }
- .picture_list_item {
- background-color: #fff;
- padding: 0px 8px 0px 8px;
- font-weight: bold;
- border-bottom: 1px #e7e7e7 solid;
- font-size: 16px;
- }
- .picture_list_item_image {
- margin-top: 8px;
- margin-bottom: 8px;
- margin-right: 6px;
- }
- .fancy_list_item {
- width: 92%;
- }
- .fancy_list_item_image {
- margin-top: 8px;
- margin-bottom: 8px;
- margin-right: 3px;
- }
- .tabbed_pages_picture_list_item {
- background-color: #ced3c6;
- padding: 0px 8px 0px 8px;
- font-weight: bold;
- border-bottom: 1px #e7e7e7 solid;
- font-size: 16px;
- }
- .list_section_header {
- background-color: #ced3c6;
- color: white;
- height: 20px;
- padding-left: 12px;
- font-size: 14px;
- font-weight: bold;
- line-height: 20px;
- }
- /* List Item css ends*/
- .text_field_item {
- font-size: 14px;
- font-weight: bold;
- padding: 10px;
- }
- .text_entry_with_button {
- height: 40px;
- background-color: #c6cbce;
- margin-top: 8px;
- padding-left: 8px;
- padding-right: 4px;
- }
- .text_entry_with_label {
- height: 40px;
- background-color: #c6cbce;
- margin-top: 8px;
- padding-left: 8px;
- }
- .text_entry_with_icon {
- height: 40px;
- background-color: #c6cbce;
- margin-top: 8px;
- padding-left: 8px;
- }
- .previous_button {
- width: 31%;
- height: 23px;
- margin: 1px;
- background-image: url('../img/prev.png');
- }
- .previous_button_high {
- width: 18px;
- height: 115px;
- margin-left: 2px;
- background-image: url('../img/carousel_in_item_previous.png');
- }
- .play_button {
- width: 31%;
- height: 23px;
- margin: 1px;
- background-image: url('../img/play.png');
- }
- .pause_button {
- width: 31%;
- height: 23px;
- margin: 1px;
- background-image: url('../img/pause.png');
- }
- .next_button {
- width: 31%;
- height: 23px;
- margin: 1px;
- background-image: url('../img/next.png');
- }
- .next_button_high {
- width: 18px;
- height: 115px;
- margin-right: 2px;
- background-image: url('../img/carousel_in_item_next.png');
- }
- .button {
- height: 40px;
- background-image: url('../img/button_background.png');
- color: #fff;
- }
- .checkbox {
- height: 21px;
- width: 21px;
- background-image: url('../img/element_checkbox_selected.png');
- }
- .featured_list_item {
- height: 30px;
- background-color: #fff;
- padding: 10px 0px 0px 10px;
- vertical-align: middle;
- font-weight: bold;
- font-size: 16px;
- border-bottom: 2px #e7e7e7 solid;
- }
- .checkable_list_item {
- height: 40px;
- background-color: #fff;
- padding: 0px 8px 0px 8px;
- font-weight: bold;
- border-bottom: 1px #e7e7e7 solid;
- font-size: 16px;
- }
- .category_table {
- height: 40px;
- width: 100%;
- }
- .category_name {
- font-weight: bold;
- font-size: 14px;
- margin-top: 10px;
- margin-bottom: 8px;
- }
- .category_header {
- height: 40px;
- color: black;
- background-color: #ced3c6;
- padding: 0px 8px 0px 8px;
- font-weight: bold;
- font-size: 16px;
- }
- .checkable_item_cell_left, .category_left {
- height: 40px;
- text-align: left;
- }
- .checkable_item_cell_right, .category_right{
- height: 40px;
- text-align: right;
- }
- /* Tab css starts*/
- .tab {
- height: 40px;
- text-align: center;
- font-size: small;
- vertical-align: middle;
- }
- .tab_2_tabs {
- width: 119px;
- border-right: 1px solid grey;
- }
- .tab_2_tabs_right {
- width: 120px;
- }
- .tab_3_tabs {
- width: 79px;
- border-right: 1px solid grey;
- }
- .tab_3_tabs_right {
- width: 80px;
- }
- .tab_4_tabs {
- width: 59px;
- border-right: 1px solid grey;
- }
- .tab_4_tabs_right {
- width: 60px;
- }
- .tab_view_selection_button {
- height: 30px;
- width: 50%;
- margin-top: 25%;
- margin-left: 25%;
- }
- .tab_not_selected {
- color: grey;
- background-image: url('../img/tab_background.png');
- }
- .tab_selected {
- background-color: #fff;
- color: green;
- }
- .tabbed_pages_tab_selected {
- background-color: #ced3c6;
- color: green;
- }
- /* Tab css ends*/
- /* Main slider css starts */
- .slider_table {
- width: 480px;
- }
- .slider_section {
- width: 240px;
- }
- .miniapp_section {
- padding: 8px;
- padding-top: 0px;
- }
- /* Main slider css ends */
- /* Text input css starts */
- .text_input_cell {
- width: 75%;
- height: 40px;
- vertical-align: middle;
- padding-right: 10px;
- }
- .text_input_with_button_cell {
- width: 62%;
- height: 40px;
- vertical-align: middle;
- }
- .text_entry_button {
- height: 30px;
- padding-left: 8px;
- padding-right: 8px;
- }
- /* Text input css ends */
- /* Carousel css starts */
- .carousel_in_item_height {
- height: 115px;
- }
- .carousel_in_item_container {
- width: 180px;
- height: 115px;
- overflow: hidden;
- }
- .carousel_in_item_image {
- width: 180px;
- height: 115px;
- }
- .carousel_in_item_img0 {
- margin-left: 0px;
- }
- .carousel_in_item_img1 {
- margin-left: -180px;
- }
- .carousel_in_item_img2 {
- margin-left: -360px;
- }
- .carousel_in_item_img3 {
- margin-left: -540px;
- }
- .carousel_in_item_img4 {
- margin-left: -720px;
- }
- .carousel_container {
- width: 240px;
- height: 250px;
- overflow: hidden;
- }
- .carousel_buttons_bar {
- margin-top: 1px;
- margin-bottom: 1px;
- margin-left: 1px;
- }
- .carousel_image {
- width: 240px;
- height: 250px;
- }
- .carousel_img0 {
- margin-left: 0px;
- }
- .carousel_img1 {
- margin-left: -240px;
- }
- .carousel_img2 {
- margin-left: -480px;
- }
- .carousel_img3 {
- margin-left: -720px;
- }
- .carousel_img4 {
- margin-left: -960px;
- }
- .strip_carousel_in_item {
- width: 900px;
- -webkit-transition: margin-left 0.5s linear;
- }
- .strip_carousel {
- width: 1200px;
- -webkit-transition: margin-left 0.5s linear;
- }
- /* Carousel css ends */
- .button_1_width {
- width: 144px;
- }
-
- .button_2_in_row_width {
- width: 100px;
- }
- .button_3_in_row_width {
- width: 60px;
- }
- /* Dynamic looping style definitions */
- .next_game_button {
- height: 40px;
- width: 80%;
- margin-left: 10%;
- background-image: url('../img/button_background.png');
- color: #fff;
- }
- .list_item_center_align {
- margin-left: 25%;
- width: 50%;
- height: 40px;
- }
- .list_item_left_align {
- height: 40px;
- text-align: left;
- }
- .list_item_right_align {
- height: 40px;
- text-align: right;
- }
- /* Upload & Download Miniapps style definitions */
- .centered_button {
- width: 80%;
- margin-left: 10%;
- margin-top: 10%
- }
- .upload_download_button {
- width: 60%;
- margin-left: 3%;
- margin-top: 5%;
- }
- .input_select {
- height: 30px;
- margin-top: 5%;
- margin-left: 3%;
- margin-right: 3%;
- color: black;
- }
- .image_grid {
- margin-top: 10%;
- margin-left: 5%;
- }
- .download_images {
- border: 2px solid white;
- width: 100px;
- height: 100px;
- }
- .big_image_wrapper {
- margin-top: 12px;
- margin-bottom: 12px;
- margin-left: auto;
- margin-right: auto;
- }
- .share_text_block {
- font-size: 22px;
- height: 190px;
- }
- #share_title {
- width: 40%;
- font-size: 18px;
- }
- .share_table {
- width: 94%;
- margin-left: 3%;
- margin-right: 3%;
- border: 1px solid black;
- }
- .title_link_header {
- background-color: #ced3c6;
- color: white;
- height: 20px;
- padding-left: 12px;
- font-size: 14px;
- font-weight: bold;
- line-height: 20px;
- border-bottom: 1px #e7e7e7 solid;
- }
- .information_text_block {
- padding: 8px;
- font-size: 16px;
- }
-
|