style.scss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. $dark-purple: #423443;
  2. $blue: #2eafc2;
  3. $red: #d12521;
  4. $grey: #dad7d2;
  5. @mixin all-transition{
  6. -moz-transition: all 0.2s ease-in-out;
  7. -webkit-transition: all 0.2s ease-in-out;
  8. -o-transition: all 0.2s ease-in-out;
  9. -ms-transition: all 0.2s ease-in-out;
  10. transition: all 0.2s ease-in-out;
  11. }
  12. * {
  13. margin: 0;
  14. padding: 0;
  15. -moz-box-sizing: border-box;
  16. -webkit-box-sizing: border-box;
  17. box-sizing: border-box;
  18. }
  19. html { font-size: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  20. ::-moz-selection { background: darken($dark-purple, 10%); color: #fefefe; text-shadow: none; }
  21. ::selection { background: darken($dark-purple, 10%); color: #fefefe; text-shadow: none; }
  22. .clearfix:before,
  23. .clearfix:after {
  24. content: " ";
  25. display: table;
  26. }
  27. .clearfix:after {
  28. clear: both;
  29. }
  30. .clearfix {
  31. zoom:1;
  32. }
  33. footer, header, section {
  34. display: block;
  35. }
  36. body, html {
  37. color: #424242;
  38. font-family: 'Open Sans', sans-serif;
  39. background: #fefefe;
  40. font-size: 16px;
  41. line-height: 1.5;
  42. font-weight: 400;
  43. }
  44. a {
  45. font-size: 1rem;
  46. color: darken($blue, 5%);
  47. text-decoration: underline; }
  48. a:hover {
  49. color: $blue;
  50. text-decoration: none;
  51. @include all-transition }
  52. p {
  53. text-align: left;
  54. margin-bottom: 1em;
  55. font-size: 1rem;
  56. }
  57. h1.knight {
  58. height: 122px;
  59. width: 122px;
  60. background: url('../images/knight.png') no-repeat;
  61. margin: 2em auto 0.5em auto;
  62. }
  63. h2 {
  64. font-family: 'Cherry Swash';
  65. font-weight: 400;
  66. font-size: 2rem;
  67. text-align: center;
  68. color: $dark-purple;
  69. margin-bottom: 0.5em;
  70. }
  71. h3 {
  72. font-weight: 600;
  73. font-size: 1.5rem;
  74. margin: 1em 0 0.5em 0;
  75. color: lighten($dark-purple, 5%);
  76. }
  77. .alpha {
  78. font-size: 1.125rem;
  79. }
  80. .center {
  81. text-align: center !important;
  82. }
  83. .margin-fifty{
  84. margin: 50px 0;
  85. }
  86. .last-origin{
  87. background: lighten($blue, 25%) !important;
  88. }
  89. .last-target{
  90. background: lighten($blue, 20%) !important;
  91. }
  92. .about-in-play {
  93. margin-right: 1em;
  94. line-height: 50px;
  95. float: right !important;
  96. }
  97. .fork{
  98. float: left;
  99. width: 149px;
  100. height: 149px;
  101. background: url('../images/forkme.png') no-repeat;
  102. position: absolute;
  103. }
  104. header {
  105. margin: 0 auto;
  106. max-width: 800px;
  107. width: 100%;
  108. height: 50px;
  109. }
  110. #container_wrapper {
  111. max-width: 960px;
  112. width: 100%;
  113. height: auto;
  114. padding: 1em 2em;
  115. margin: 0 auto;
  116. clear: both;
  117. }
  118. #container {
  119. width: 100%;
  120. min-height: 600px;
  121. margin: 0px 0px 20px 0px;
  122. float: left;
  123. }
  124. #form{
  125. width: 100%;
  126. height: 150px;
  127. margin: 0 auto;
  128. }
  129. input, button{
  130. font-family: 'Open Sans';
  131. }
  132. input.game_link {
  133. width: 80%;
  134. height: 50px;
  135. line-height: 50px;
  136. font-size: 1.125rem;
  137. color: #fff;
  138. border: 0;
  139. border-bottom: 2px solid darken($dark-purple, 8%);
  140. border-left: 4px solid $blue;
  141. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  142. background: $dark-purple;
  143. padding: 0 1em;
  144. float: left;
  145. border-radius: 2px;
  146. box-shadow: inset 0 -2px darken($dark-purple, 8%);
  147. }
  148. .game_link:hover {
  149. background: lighten($dark-purple, 3%);
  150. border-bottom: 2px solid darken($dark-purple, 3%);;
  151. box-shadow: inset 0 -2px darken($dark-purple, 3%);
  152. @include all-transition;
  153. }
  154. .game_link:focus {
  155. color: #eee;
  156. }
  157. .button {
  158. width: 15%;
  159. height: 50px;
  160. display: block;
  161. font-size: 1.125rem;
  162. border-radius: 2px;
  163. border: 0;
  164. border-bottom: 2px solid darken($blue, 5%);
  165. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  166. background: $blue;
  167. color: white;
  168. cursor: pointer;
  169. float: right;
  170. box-shadow: inset 0 -2px darken($blue, 5%);
  171. position: relative;
  172. }
  173. .button:hover{
  174. background: lighten($blue, 5%);
  175. border-bottom: 2px solid darken($blue, 2%);
  176. box-shadow: inset 0 -2px darken($blue, 2%);
  177. @include all-transition;
  178. }
  179. .button:active{
  180. top: 1px;
  181. }
  182. a.button{
  183. width: 120px;
  184. line-height: 46px;
  185. text-align: center;
  186. text-decoration: none;
  187. }
  188. a.button:hover{
  189. color: white;
  190. }
  191. p#waiting {
  192. font-family: 'Cherry Swash';
  193. font-size: 1.275rem;
  194. color: darken($red, 5%);
  195. width: 100%;
  196. text-align: center;
  197. margin: 15px 0px 0px 0px;
  198. display: none;
  199. float: left;
  200. }
  201. footer {
  202. font-size: 1rem;
  203. width: 100%;
  204. line-height: 2em;
  205. text-align: center;
  206. background: $grey;
  207. border-bottom: 4px solid darken($grey, 10%);
  208. box-shadow: inset 0 -4px darken($grey, 10%);
  209. a{
  210. color: darken($grey, 45%);
  211. }
  212. a:hover{
  213. color: darken($grey, 40%);
  214. }
  215. }
  216. #footer{
  217. margin: 0 auto;
  218. max-width: 960px;
  219. padding: 3em 2em 1em 2em;
  220. }
  221. #sounds_label {
  222. width: 800px;
  223. height: 30px;
  224. line-height: 30px;
  225. display: block;
  226. margin: 0px 0px 5px 0px;
  227. float: left;
  228. }
  229. /* Chessboard */
  230. #board_moves_wrapper {
  231. width: 100%;
  232. max-width: 800px;
  233. min-height: 600px;
  234. margin: 0 auto;
  235. }
  236. table#moves {
  237. overflow-x: hidden;
  238. overflow-y: auto;
  239. width: 270px;
  240. height: 518px;
  241. background: lighten($grey, 5%);
  242. box-shadow: inset 0 -4px $grey;
  243. margin-left: 10px;
  244. border-radius: 2px;
  245. border-bottom: 4px solid $grey;
  246. display: block;
  247. float: left;
  248. }
  249. #moves thead {
  250. font-family: 'Cherry Swash';
  251. width: 270px;
  252. height: 3em;
  253. line-height: 3em;
  254. font-size: 1.225rem;
  255. color: $dark-purple;
  256. float: left;
  257. text-align: center;
  258. }
  259. #moves thead th, #moves thead tr {
  260. width: 100%;
  261. text-align: center;
  262. float: left;
  263. }
  264. #moves tbody tr {
  265. width: 270px;
  266. float: left;
  267. }
  268. #moves tbody tr td {
  269. width: 105px;
  270. text-align: left;
  271. line-height: 20px;
  272. margin: 0 15px;
  273. float: left;
  274. }
  275. #board_wrapper {
  276. float: left;
  277. }
  278. .chess_board {
  279. border: 8px solid lighten($dark-purple, 10%);
  280. border-radius: 2px;
  281. width: 500px;
  282. height: 500px;
  283. float: left;
  284. tr {
  285. width: 500px;
  286. height: 62.5px;
  287. float: left;
  288. display: block;
  289. td {
  290. width: 62.5px;
  291. height: 62.5px;
  292. line-height: 62.5px;
  293. text-align: center;
  294. background: #fefefe;
  295. display: block;
  296. float: left;
  297. a {
  298. width: 62.5px;
  299. height: 62.5px;
  300. font-size: 3.5rem;
  301. color: #424242;
  302. text-decoration: none;
  303. display: block;
  304. }
  305. }
  306. }
  307. }
  308. .chess_board tr:nth-child(odd) td:nth-child(even),
  309. .chess_board tr:nth-child(even) td:nth-child(odd) {
  310. background: $grey; }
  311. span.feedback {
  312. color: #424242;
  313. line-height: 28px;
  314. text-indent: 28px;
  315. margin-top: 1em;
  316. display: block;
  317. clear: left;
  318. float: left;
  319. }
  320. .feedback-status {
  321. font-weight: bold;
  322. }
  323. span.whitefeedback {
  324. background: url('../images/whiteking.png') 0% 50% no-repeat;
  325. }
  326. span.blackfeedback {
  327. background: url('../images/blackking.png') 0% 50% no-repeat;
  328. }
  329. span.promotion{
  330. line-height: 28px;
  331. text-indent: 28px;
  332. margin-top: 1em;
  333. display: block;
  334. float: right;
  335. }
  336. .chess_board td.selected {
  337. background: lighten($red, 30%) !important;
  338. }
  339. /* Media queries */
  340. @media only screen and (min-width: 760px) and (max-width: 900px) {
  341. header, #board_moves_wrapper{
  342. max-width: 760px;
  343. }
  344. #sounds_label{
  345. max-width: 530px;
  346. }
  347. #container_wrapper{
  348. max-width: 900px;
  349. padding: 1em 10px;
  350. }
  351. table#moves{
  352. margin-left: 0;
  353. float: right;
  354. height: 516px;
  355. }
  356. table#moves, #moves thead, #moves tbody tr{
  357. width: 200px;
  358. }
  359. #moves tbody tr td {
  360. width: 90px;
  361. margin: 0 5px;
  362. }
  363. }
  364. @media only screen and (min-width: 530px) and (max-width: 759px) {
  365. header, #board_moves_wrapper, #sounds_label{
  366. max-width: 530px;
  367. }
  368. }
  369. @media only screen and (max-width: 759px){
  370. html{
  371. font-size: 14px;
  372. }
  373. #container_wrapper{
  374. max-width: 759px;
  375. padding: 1em 5px;
  376. }
  377. span.feedback{
  378. float: right;
  379. clear: none;
  380. }
  381. table#moves{
  382. margin-left: 0;
  383. margin-top: 0.5em;
  384. height: 258px;
  385. }
  386. }
  387. @media only screen and (max-width: 529px){
  388. header, #board_moves_wrapper, #sounds_label{
  389. max-width: 470px;
  390. }
  391. input.game_link{
  392. font-size: 1rem;
  393. }
  394. #container_wrapper{
  395. max-width: 529px;
  396. padding: 1em 5px;
  397. }
  398. .chess_board {
  399. border: 4px solid lighten($dark-purple, 10%);
  400. width: 456px;
  401. height: 456px;
  402. tr {
  403. width: 456px;
  404. height: 57px;
  405. td {
  406. width: 57px;
  407. height: 57px;
  408. line-height: 57px;
  409. a {
  410. width: 57px;
  411. height: 57px;
  412. font-size: 3.5rem;
  413. }
  414. }
  415. }
  416. }
  417. }