style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. -moz-box-sizing: border-box;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box; }
  7. html {
  8. font-size: 100%;
  9. overflow-y: auto;
  10. -webkit-overflow-scrolling: touch;
  11. -webkit-tap-highlight-color: transparent;
  12. -webkit-text-size-adjust: 100%;
  13. -ms-text-size-adjust: 100%; }
  14. ::-moz-selection {
  15. background: #261e26;
  16. color: #fefefe;
  17. text-shadow: none; }
  18. ::selection {
  19. background: #261e26;
  20. color: #fefefe;
  21. text-shadow: none; }
  22. .clearfix:before,
  23. .clearfix:after {
  24. content: " ";
  25. display: table; }
  26. .clearfix:after {
  27. clear: both; }
  28. .clearfix {
  29. zoom: 1; }
  30. footer, header, section {
  31. display: block; }
  32. body, html {
  33. color: #424242;
  34. font-family: 'Open Sans', sans-serif;
  35. background: #fefefe;
  36. font-size: 16px;
  37. line-height: 1.5;
  38. font-weight: 400; }
  39. a {
  40. font-size: 1rem;
  41. color: #299cad;
  42. text-decoration: underline; }
  43. a:hover {
  44. color: #2eafc2;
  45. text-decoration: none;
  46. -moz-transition: all 0.2s ease-in-out;
  47. -webkit-transition: all 0.2s ease-in-out;
  48. -o-transition: all 0.2s ease-in-out;
  49. -ms-transition: all 0.2s ease-in-out;
  50. transition: all 0.2s ease-in-out; }
  51. p {
  52. text-align: left;
  53. margin-bottom: 1em;
  54. font-size: 1rem; }
  55. h1.knight {
  56. height: 122px;
  57. width: 122px;
  58. background: url("../images/knight.png") no-repeat;
  59. margin: 2em auto 0.5em auto; }
  60. h2 {
  61. font-family: 'Cherry Swash';
  62. font-weight: 400;
  63. font-size: 2rem;
  64. text-align: center;
  65. color: #423443;
  66. margin-bottom: 0.5em; }
  67. h3 {
  68. font-weight: 600;
  69. font-size: 1.5rem;
  70. margin: 1em 0 0.5em 0;
  71. color: #503f51; }
  72. .alpha {
  73. font-size: 1.125rem; }
  74. .center {
  75. text-align: center !important; }
  76. .margin-fifty {
  77. margin: 50px 0; }
  78. .last-origin {
  79. background: #8cd8e4 !important; }
  80. .last-target {
  81. background: #77d1df !important; }
  82. .chat {
  83. text-decoration: none;
  84. color: #248a99;
  85. margin-right: 1em;
  86. line-height: 50px;
  87. float: right !important;
  88. cursor: pointer;
  89. font-weight: 600; }
  90. .chat:hover {
  91. color: #299cad; }
  92. .chat:hover .new-message {
  93. color: #d12521; }
  94. .chat img {
  95. vertical-align: middle; }
  96. .chat .new-message {
  97. color: #d12521;
  98. padding-right: 1em; }
  99. header {
  100. margin: 0 auto;
  101. max-width: 800px;
  102. width: 100%;
  103. height: 50px; }
  104. #clock {
  105. width: 148px;
  106. height: 50px;
  107. position: absolute;
  108. text-align: center;
  109. border: 4px solid #e6e3e0; }
  110. #clock li {
  111. width: 70px;
  112. display: inline-block;
  113. line-height: 42px;
  114. opacity: .9;
  115. position: absolute; }
  116. #clock li.white {
  117. left: 0;
  118. color: #424242;
  119. background: #fff; }
  120. #clock li.black {
  121. right: 0;
  122. color: #fff;
  123. background: #424242; }
  124. #clock li.ticking {
  125. z-index: 1;
  126. font-size: 1.125rem;
  127. opacity: 1;
  128. box-shadow: 0 0 5px #e6e3e0;
  129. -webkit-transform: scale(1.2);
  130. -moz-transform: scale(1.2);
  131. -o-transform: scale(1.2);
  132. -ms-transform: scale(1.2);
  133. transform: scale(1.2);
  134. -moz-transition: all 0.2s ease-in-out;
  135. -webkit-transition: all 0.2s ease-in-out;
  136. -o-transition: all 0.2s ease-in-out;
  137. -ms-transition: all 0.2s ease-in-out;
  138. transition: all 0.2s ease-in-out; }
  139. span#game-type {
  140. position: absolute;
  141. line-height: 50px;
  142. margin-left: 175px;
  143. opacity: 0.9; }
  144. #container_wrapper {
  145. max-width: 960px;
  146. width: 100%;
  147. height: auto;
  148. padding: 1em 2em;
  149. margin: 0 auto;
  150. clear: both; }
  151. #container {
  152. width: 100%;
  153. min-height: 600px;
  154. margin: 0px 0px 20px 0px;
  155. float: left; }
  156. #form {
  157. width: 100%;
  158. height: 200px;
  159. margin: 0 auto; }
  160. #form fieldset {
  161. border: 0;
  162. text-align: right;
  163. margin-bottom: 1em;
  164. width: 80%; }
  165. #form fieldset input {
  166. margin-left: 1em;
  167. width: 100px;
  168. outline: none;
  169. height: 40px;
  170. line-height: 30px;
  171. padding-left: 1em;
  172. font-size: 1.125rem;
  173. color: #424242;
  174. border: 2px solid #2b222c;
  175. border-left: 4px solid #2eafc2; }
  176. #form fieldset label {
  177. position: relative; }
  178. #form fieldset label:before {
  179. position: absolute;
  180. content: 'Up to 50';
  181. top: 0;
  182. right: 2em;
  183. margin-top: -2.5em;
  184. font-size: 0.75rem; }
  185. input, button {
  186. font-family: 'Open Sans'; }
  187. input.game_link {
  188. width: 80%;
  189. height: 50px;
  190. line-height: 50px;
  191. font-size: 1.125rem;
  192. color: #fff;
  193. border: 0;
  194. border-bottom: 2px solid #2b222c;
  195. border-left: 4px solid #2eafc2;
  196. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  197. background: #423443;
  198. padding: 0 1em;
  199. float: left;
  200. border-radius: 2px;
  201. box-shadow: inset 0 -2px #2b222c; }
  202. .game_link:hover {
  203. background: #4a3b4c;
  204. border-bottom: 2px solid #3a2d3a;
  205. box-shadow: inset 0 -2px #3a2d3a;
  206. -moz-transition: all 0.2s ease-in-out;
  207. -webkit-transition: all 0.2s ease-in-out;
  208. -o-transition: all 0.2s ease-in-out;
  209. -ms-transition: all 0.2s ease-in-out;
  210. transition: all 0.2s ease-in-out; }
  211. .game_link:focus {
  212. color: #eee; }
  213. .button {
  214. width: 15%;
  215. height: 50px;
  216. display: block;
  217. font-size: 1.125rem;
  218. border-radius: 2px;
  219. border: 0;
  220. border-bottom: 2px solid #299cad;
  221. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  222. background: #2eafc2;
  223. color: white;
  224. cursor: pointer;
  225. float: right;
  226. box-shadow: inset 0 -2px #299cad;
  227. position: relative; }
  228. .button:hover {
  229. background: #39bdd0;
  230. border-bottom: 2px solid #2ca8ba;
  231. box-shadow: inset 0 -2px #2ca8ba;
  232. -moz-transition: all 0.2s ease-in-out;
  233. -webkit-transition: all 0.2s ease-in-out;
  234. -o-transition: all 0.2s ease-in-out;
  235. -ms-transition: all 0.2s ease-in-out;
  236. transition: all 0.2s ease-in-out; }
  237. .button:active {
  238. top: 1px; }
  239. a.button {
  240. width: 120px;
  241. line-height: 46px;
  242. text-align: center;
  243. text-decoration: none; }
  244. a.button:hover {
  245. color: white; }
  246. .resign {
  247. background: #d12521;
  248. border-color: #bb211e;
  249. box-shadow: inset 0 -2px #bb211e;
  250. margin-right: 10px; }
  251. .resign:hover {
  252. background: #de322e;
  253. border-bottom: 2px solid #c82320;
  254. box-shadow: inset 0 -2px #c82320;
  255. -moz-transition: all 0.2s ease-in-out;
  256. -webkit-transition: all 0.2s ease-in-out;
  257. -o-transition: all 0.2s ease-in-out;
  258. -ms-transition: all 0.2s ease-in-out;
  259. transition: all 0.2s ease-in-out; }
  260. p#waiting {
  261. font-family: 'Cherry Swash';
  262. font-size: 1.275rem;
  263. color: #bb211e;
  264. width: 100%;
  265. text-align: center;
  266. margin: 15px 0px 0px 0px;
  267. display: none;
  268. float: left; }
  269. footer {
  270. font-size: 1rem;
  271. width: 100%;
  272. line-height: 2em;
  273. text-align: center;
  274. background: #dad7d2;
  275. border-bottom: 4px solid #c3beb6;
  276. box-shadow: inset 0 -4px #c3beb6; }
  277. footer a {
  278. color: #6d665a; }
  279. footer a:hover {
  280. color: #7b7365; }
  281. #footer {
  282. margin: 0 auto;
  283. max-width: 960px;
  284. padding: 3em 2em 1em 2em; }
  285. #sounds_label {
  286. width: 800px;
  287. height: 30px;
  288. line-height: 30px;
  289. display: block;
  290. margin: 0px 0px 5px 0px;
  291. float: left; }
  292. /* Chat */
  293. #chat-wrapper {
  294. display: none;
  295. position: absolute;
  296. width: 270px;
  297. right: 10px;
  298. top: 99px;
  299. border: 4px solid #fff;
  300. background: #e6e3e0; }
  301. #chat-wrapper h4 {
  302. font-family: 'Cherry Swash';
  303. font-size: 1.225rem;
  304. height: 3em;
  305. line-height: 3em;
  306. margin: 5px 5%;
  307. text-align: center;
  308. color: #423443; }
  309. #chat-wrapper a.close {
  310. position: absolute;
  311. top: 0;
  312. right: 0;
  313. background: #423443;
  314. color: #fff;
  315. font-size: 1.125rem;
  316. padding: 0 7px;
  317. text-decoration: none;
  318. font-weight: 600;
  319. margin: 1em 5%;
  320. cursor: pointer; }
  321. #chat-wrapper a.close:hover {
  322. text-decoration: none;
  323. background: #503f51; }
  324. #chat-wrapper > span {
  325. font-size: .9rem;
  326. margin: 5px 5%;
  327. display: block; }
  328. ul#chat {
  329. position: relative;
  330. top: 0;
  331. max-height: 300px;
  332. width: 100%;
  333. overflow-y: scroll;
  334. list-style-type: none; }
  335. ul#chat li {
  336. font-size: .9rem;
  337. padding: 10px;
  338. margin: 5px auto;
  339. width: 90%;
  340. border-radius: 5px;
  341. position: relative; }
  342. ul#chat li:before {
  343. position: absolute;
  344. content: '';
  345. top: 10px; }
  346. ul#chat li.black {
  347. background: #424242;
  348. color: #fff; }
  349. ul#chat li.white {
  350. background: #fff;
  351. color: #444; }
  352. ul#chat li.left:before {
  353. left: 0;
  354. margin-left: -7px;
  355. border-bottom: 7px solid transparent;
  356. border-top: 7px solid transparent; }
  357. ul#chat li.black.left:before {
  358. border-right: 7px solid #424242; }
  359. ul#chat li.white.left:before {
  360. border-right: 7px solid #fff; }
  361. ul#chat li.right:before {
  362. right: 0;
  363. margin-right: -7px;
  364. border-bottom: 7px solid transparent;
  365. border-top: 7px solid transparent; }
  366. ul#chat li.black.right:before {
  367. border-left: 7px solid #424242; }
  368. ul#chat li.white.right:before {
  369. border-left: 7px solid #fff; }
  370. #sendMessage input {
  371. width: 100%;
  372. padding: 15px 10px;
  373. border: none;
  374. outline: none;
  375. font-size: .9rem;
  376. border: 4px solid #e6e3e0; }
  377. #sendMessage input.black {
  378. background: #444;
  379. color: #fff; }
  380. #sendMessage input.white {
  381. background: #fff;
  382. color: #444; }
  383. /* Captured pieces */
  384. #captured-pieces {
  385. position: absolute;
  386. width: 100px;
  387. margin-left: -100px;
  388. font-size: 2rem;
  389. line-height: 2rem;
  390. height: 517px;
  391. overflow-y: auto; }
  392. #captured-pieces ul {
  393. width: 50px;
  394. min-height: 5px;
  395. float: left;
  396. display: block;
  397. text-align: center; }
  398. #captured-pieces ul li {
  399. list-style-type: none; }
  400. /* Chessboard */
  401. #board_moves_wrapper {
  402. width: 100%;
  403. max-width: 800px;
  404. min-height: 600px;
  405. margin: 0 auto; }
  406. table#moves {
  407. overflow-x: hidden;
  408. overflow-y: auto;
  409. width: 270px;
  410. height: 518px;
  411. background: #e6e3e0;
  412. box-shadow: inset 0 -4px #dad7d2;
  413. margin-left: 10px;
  414. border-radius: 2px;
  415. border-bottom: 4px solid #dad7d2;
  416. display: block;
  417. float: left; }
  418. #moves thead {
  419. font-family: 'Cherry Swash';
  420. width: 270px;
  421. height: 3em;
  422. line-height: 3em;
  423. font-size: 1.225rem;
  424. color: #423443;
  425. float: left;
  426. text-align: center; }
  427. #moves thead th, #moves thead tr {
  428. width: 100%;
  429. text-align: center;
  430. float: left; }
  431. #moves tbody tr {
  432. width: 270px;
  433. float: left; }
  434. #moves tbody tr td {
  435. width: 105px;
  436. text-align: left;
  437. line-height: 20px;
  438. margin: 0 15px;
  439. float: left; }
  440. #board_wrapper {
  441. float: left; }
  442. .chess_board {
  443. border: 8px solid #5e4a60;
  444. border-radius: 2px;
  445. width: 500px;
  446. height: 500px;
  447. float: left; }
  448. .chess_board tr {
  449. width: 500px;
  450. height: 62.5px;
  451. float: left;
  452. display: block; }
  453. .chess_board tr td {
  454. width: 62.5px;
  455. height: 62.5px;
  456. line-height: 62.5px;
  457. text-align: center;
  458. background: #fefefe;
  459. display: block;
  460. float: left; }
  461. .chess_board tr td a {
  462. width: 62.5px;
  463. height: 62.5px;
  464. font-size: 3.5rem;
  465. color: #424242;
  466. text-decoration: none;
  467. display: block; }
  468. .chess_board tr:nth-child(odd) td:nth-child(even),
  469. .chess_board tr:nth-child(even) td:nth-child(odd) {
  470. background: #dad7d2; }
  471. span.feedback {
  472. color: #424242;
  473. line-height: 28px;
  474. text-indent: 28px;
  475. margin-top: 1em;
  476. display: block;
  477. clear: left;
  478. float: left; }
  479. .feedback-status {
  480. font-weight: bold; }
  481. span.whitefeedback {
  482. background: url("../images/whiteking.png") 0% 50% no-repeat; }
  483. span.blackfeedback {
  484. background: url("../images/blackking.png") 0% 50% no-repeat; }
  485. span.promotion {
  486. line-height: 28px;
  487. text-indent: 28px;
  488. margin-top: 1em;
  489. display: block;
  490. float: right; }
  491. .chess_board td.selected {
  492. background: #ef9e9c !important; }
  493. /* Media queries */
  494. @media only screen and (min-width: 760px) and (max-width: 900px) {
  495. header, #board_moves_wrapper {
  496. max-width: 760px; }
  497. #sounds_label {
  498. max-width: 530px; }
  499. #container_wrapper {
  500. max-width: 900px;
  501. padding: 1em 10px; }
  502. table#moves {
  503. margin-left: 0;
  504. float: right;
  505. height: 516px; }
  506. table#moves, #moves thead, #moves tbody tr {
  507. width: 200px; }
  508. #moves tbody tr td {
  509. width: 90px;
  510. margin: 0 5px; } }
  511. @media only screen and (min-width: 1400px) {
  512. #chat-wrapper {
  513. display: block; } }
  514. @media only screen and (max-width: 999px) {
  515. #captured-pieces {
  516. display: none; } }
  517. @media only screen and (min-width: 530px) and (max-width: 759px) {
  518. header, #board_moves_wrapper, #sounds_label {
  519. max-width: 530px; } }
  520. @media only screen and (max-width: 759px) {
  521. html {
  522. font-size: 14px; }
  523. #form fieldset {
  524. width: 100%;
  525. text-align: center; }
  526. #form fieldset label {
  527. display: block;
  528. line-height: 45px;
  529. padding-left: 0; }
  530. #form fieldset label:before {
  531. margin-left: -7em;
  532. margin-top: 0;
  533. right: auto; }
  534. span#game-type {
  535. display: none; }
  536. #container_wrapper {
  537. max-width: 759px;
  538. padding: 1em 5px; }
  539. span.feedback {
  540. float: right;
  541. clear: none; }
  542. table#moves {
  543. margin-left: 0;
  544. margin-top: 0.5em;
  545. height: 258px; } }
  546. @media only screen and (max-width: 529px) {
  547. header, #board_moves_wrapper, #sounds_label {
  548. max-width: 470px; }
  549. input.game_link {
  550. font-size: 1rem; }
  551. ul#clock {
  552. width: 118px; }
  553. ul#clock li {
  554. width: 55px; }
  555. #container_wrapper {
  556. max-width: 529px;
  557. padding: 1em 5px; }
  558. .chess_board {
  559. border: 4px solid #5e4a60;
  560. width: 456px;
  561. height: 456px; }
  562. .chess_board tr {
  563. width: 456px;
  564. height: 57px; }
  565. .chess_board tr td {
  566. width: 57px;
  567. height: 57px;
  568. line-height: 57px; }
  569. .chess_board tr td a {
  570. width: 57px;
  571. height: 57px;
  572. font-size: 3.5rem; } }