Advertisement
Guest User

waiting room cola

a guest
Jan 17th, 2019
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.78 KB | None | 0 0
  1. {
  2.   "title": "CoLA - Waiting Room",
  3.   "subtitle": "Waiting for another player...",
  4.   "html": [
  5.     {
  6.       "layout-type": "div",
  7.       "id": "image-area",
  8.       "layout-content": [
  9.         {
  10.           "layout-type": "b",
  11.           "id": "status-text",
  12.           "layout-content": ""
  13.         },
  14.         {
  15.           "layout-type": "br"
  16.         },
  17.         {
  18.           "layout-type": "image",
  19.           "id": "current-image",
  20.           "src": "https://dsg.lili.uni-bielefeld.de:8000/cola_data/The-Waiting-Room.jpg",
  21.           "width": 500,
  22.           "height": 400
  23.         }
  24.       ]
  25.     },
  26.     {
  27.       "layout-type": "div",
  28.       "id": "status-box"
  29.     },
  30.     {
  31.       "layout-type": "div",
  32.       "id": "typing-area"
  33.     }
  34.   ],
  35.   "css": {
  36.     "#image-area": {
  37.       "align-content": "left",
  38.       "margin": "50px 20px 15px"
  39.     },
  40.     "header, footer": {
  41.       "background": "#115E91"
  42.     },
  43.     "header": {
  44.       "border-bottom": "#115E91 solid 1px",
  45.       "z-index": "10"
  46.     },
  47.     "h1": {
  48.       "padding-top": "20px"
  49.     },
  50.     "header .button": {
  51.      "top": "45px",
  52.      "right": "2px",
  53.      "position": "absolute"
  54.     },
  55.     ".button": {
  56.      "display": "inline-block"
  57.     },
  58.     ".button_content": {
  59.      "visibility": "hidden",
  60.      "background-color": "black",
  61.      "font-size": "15px",
  62.      "color": "#fff",
  63.      "width": "500px",
  64.      "text-align": "center",
  65.      "padding": "20px",
  66.      "border-radius": "6px",
  67.      "position": "absolute",
  68.      "top": "-5px",
  69.      "right": "105%"
  70.     },
  71.     ".button:hover .button_content": {
  72.      "visibility": "visible"
  73.     }
  74.   },
  75.   "scripts": {
  76.     "incoming-message": "display-message",
  77.     "submit-message": "send-message",
  78.     "print-history": "plain-history",
  79.     "plain": "cola-script"
  80.   }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement