style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. /*
  2. * Copyright (c) 2016, 2024, 5 Mode
  3. * All rights reserved.
  4. *
  5. * This file is part of Puzzleu.
  6. *
  7. * Puzzleu is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * Puzzleu is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with Puzzleu. If not, see <https://www.gnu.org/licenses/>.
  19. * config.inc
  20. *
  21. * Puzzleu style sheet.
  22. *
  23. * @author Daniele Bonini <my25mb@aol.com>
  24. * @copyrights (c) 2021, 2024, 5 Mode
  25. */
  26. @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
  27. body {
  28. margin-top:20px;
  29. /*background: #C2DBF2;*/
  30. background-image:url('/res/bg1.jpg');
  31. }
  32. #appMenuIco {
  33. float:left;
  34. position:relative;
  35. top:1px;
  36. left:-20px;
  37. cursor: pointer;
  38. }
  39. .app-Menu {
  40. float:left;
  41. position:relative;
  42. width: 150px;
  43. top:+43px;
  44. left:+22px;
  45. background:#313431;
  46. cursor: pointer;
  47. }
  48. #AFHint {
  49. width:100%;
  50. height:fit-content;
  51. position:fixed;
  52. top:-5px;
  53. background:yellow;
  54. color:darkorange;
  55. text-align:center;
  56. cursor:pointer;
  57. display:inline;
  58. z-index:99999;
  59. }
  60. #avatarLogo {
  61. float:left;
  62. width:255px;
  63. height:255px;
  64. }
  65. #avatarName {
  66. width:250px;
  67. height:255px;
  68. padding-top:122px;
  69. float:left;
  70. border:0px solid yellow;
  71. vertical-align:middle;
  72. }
  73. #blog {
  74. height:fit-content;
  75. float:left;
  76. /*margin:6%;
  77. margin-top:130px;
  78. margin-bottom:5px;
  79. width:90%;*/
  80. margin: 0 0 0 0;
  81. width:100%;
  82. font-size:15px;
  83. font-family:'Press Start 2P';
  84. color:#000000;
  85. }
  86. .blog-content {
  87. /*width:100%;*/
  88. height: 33%;
  89. float:left;
  90. border:1px solid darkgray;
  91. border-radius:4px;
  92. color:#000000;
  93. }
  94. .blog-entry {
  95. width:100%;
  96. margin-bottom:0px;
  97. min-height:80px;
  98. background:#FFFFFF;
  99. border:1px solid black;
  100. /*padding:30px;*/
  101. text-align:left;
  102. }
  103. .buttondisplaylist {
  104. float:right;
  105. position:relative;
  106. left:-10px;
  107. top:+2px;
  108. background-color:transparent;
  109. border:0px;
  110. }
  111. #cbLang {
  112. margin-left:22px;
  113. font-size:10px;
  114. }
  115. #cudoz {
  116. width:250px;
  117. height:255px;
  118. padding-top:116px;
  119. float:left;border:0px solid green;
  120. vertical-align:middle;
  121. }
  122. .cudoz-entry {
  123. float:left;
  124. width:46px
  125. }
  126. .cv-entry {
  127. float:left;
  128. width:64px
  129. }
  130. .cv-options-table {
  131. /*width: 140px;*/
  132. padding: 10px;
  133. }
  134. .cv-options-td {
  135. color: black;
  136. font-size: 12px;
  137. /*padding-left: 8px;*/
  138. padding-left: 18px;
  139. vertical-align: middle;
  140. }
  141. #cvs {
  142. float:right;
  143. border:3px solid darkgray;
  144. border-radius:4px;
  145. padding:4px;
  146. background:#dadada;
  147. font-size:20px;
  148. font-family:'Press Start 2P';
  149. font-weight:900;
  150. }
  151. .dragover {
  152. width:100%;
  153. height:100%;
  154. }
  155. .element {
  156. width:80%;
  157. margin:auto;
  158. background-color:#FFFFFF;
  159. border: 3px solid gray;
  160. height:fit-content;
  161. margin-bottom:0px;
  162. }
  163. .element-ghost {
  164. width:80%;
  165. margin:auto;
  166. background-color:#FFFFFF;
  167. border: 3px dashed lightgray;
  168. height:fit-content;
  169. margin-bottom:20px;
  170. }
  171. .eltxtfield0 {
  172. width:98%;
  173. font-size: 34px;
  174. border-radius:5px;
  175. border:1px solid darkgray;
  176. }
  177. .eltxtfield {
  178. width:98%;
  179. font-size: 34px;
  180. border-radius:5px;
  181. border:1px solid darkgray;
  182. border-right:0px;
  183. color: #444;
  184. }
  185. .eltxtarea {
  186. padding-left:20px;
  187. padding-right:20px;
  188. }
  189. .eltitle {
  190. width:100%;
  191. height:33px;
  192. background-color:gray;
  193. color:#FFFFFF;
  194. }
  195. .eltitleghost {
  196. width:100%;
  197. height:33px;
  198. background-color:lightgray;
  199. color:#FFFFFF;
  200. }
  201. .file-entry {
  202. height:fit-content;
  203. min-height:120px;
  204. float:left;
  205. width:fit-content;
  206. border:0px solid green;
  207. padding:10px;
  208. text-align:center;
  209. }
  210. .file-ico {
  211. width:64px;
  212. border:0px solid gray;
  213. }
  214. #fileList {
  215. position:absolute;
  216. top:-0px;
  217. left:-5px;
  218. width:450px;
  219. height:482px;
  220. display:none;
  221. }
  222. #fireupload {
  223. position:absolute;
  224. width:255px;
  225. height:255px;
  226. border-radius: 90%;
  227. display:none;
  228. }
  229. #footerCont {
  230. position: fixed;
  231. top: 2000px;
  232. left:-10px;
  233. width: 102%;
  234. border: 1px solid #C2DBF2;
  235. padding: 7px;
  236. background: white;
  237. opacity: 0.3;
  238. color:white;
  239. font-family: Arial,Sans,Vardana;
  240. font-size: 12px;
  241. text-align: center;
  242. z-index: 99998;
  243. display:none;
  244. }
  245. #footer {
  246. position: fixed;
  247. float: right;
  248. top: 2000px;
  249. left:-10px;
  250. width: 100%;
  251. border: 0px solid #C2DBF2;
  252. padding: 7px;
  253. opacity: 1.0;
  254. color:black;
  255. font-family: Arial,Sans,Vardana;
  256. font-size: 12px;
  257. font-weight: 400;
  258. text-align: right;
  259. z-index: 99999;
  260. }
  261. #footer1 {
  262. position: fixed;
  263. float: left;
  264. top: 2000px;
  265. left:-10px;
  266. width: 80px;
  267. border: 0px solid #C2DBF2;
  268. padding: 7px;
  269. opacity: 1.0;
  270. color:black;
  271. font-family: Arial,Sans,Vardana;
  272. font-size: 12px;
  273. font-weight: 400;
  274. text-align: right;
  275. z-index: 99995;
  276. }
  277. #footer2 {
  278. position: fixed;
  279. float: right;
  280. top: 2000px;
  281. left:-10px;
  282. width: 450px;
  283. border: 0px solid #C2DBF2;
  284. padding: 7px;
  285. opacity: 1.0;
  286. color:black;
  287. font-family: Arial,Sans,Vardana;
  288. font-size: 12px;
  289. font-weight: 400;
  290. text-align: right;
  291. z-index: 99995;
  292. }
  293. #friends {
  294. float:left;
  295. margin:6%;
  296. margin-top:50px;
  297. width:90%;
  298. font-size:15px;
  299. font-family:Arial,Sans,Verdana;
  300. color:#000000;
  301. background:#dadada
  302. }
  303. .friends-content {
  304. width:100%;
  305. float:left;
  306. border:3px solid transparent;
  307. border-radius:4px;
  308. color:#000000;
  309. padding-top:10px;
  310. text-align:center;
  311. }
  312. .friend-entry {
  313. height:fit-content;
  314. min-height:120px;
  315. float:left;
  316. width:fit-content;
  317. border:0px solid green;
  318. padding:10px;
  319. text-align:center;
  320. }
  321. .friend-ico {
  322. width:64px;
  323. border:0px solid gray;
  324. }
  325. #gallery {
  326. float:left;
  327. margin:6%;
  328. margin-top:0px;
  329. margin-bottom:5px;
  330. width:90%;
  331. font-size:15px;
  332. font-family:Arial,Sans,Verdana;
  333. color:#000000;
  334. background:#C2DBF2;
  335. }
  336. .gallery-content {
  337. width:100%;
  338. float:left;
  339. border:3px solid darkgray;
  340. border-radius:4px;
  341. color:#000000;
  342. }
  343. #hashMe {
  344. position:relative;
  345. left:-2px;
  346. top:+5px;
  347. font-size:18px;
  348. font-weight:900;
  349. color:#000000;
  350. }
  351. .header {
  352. height: 24px;
  353. }
  354. .image-entry {
  355. height:fit-content;
  356. min-height:120px;
  357. float:left;
  358. width:fit-content;
  359. border:0px solid green;
  360. padding:10px;
  361. text-align:center;
  362. }
  363. .image-ico {
  364. width:64px;
  365. border:1px solid gray;
  366. }
  367. #mynetworkTitle {
  368. font-family:'Press Start 2P';
  369. width:fit-content;
  370. margin:auto;
  371. color:#245269;
  372. }
  373. #notBoughties {
  374. display:none;
  375. }
  376. .lanelist {
  377. margin-top:12px;
  378. margin-right:38px;
  379. margin-left:38px;
  380. }
  381. .lanelistcyan {
  382. background-color: cyan;
  383. }
  384. .lanelistorange {
  385. background-color: orange;
  386. }
  387. .lanelistwhite {
  388. background-color: white;
  389. }
  390. .lanelistred {
  391. background-color: #f87552;
  392. }
  393. .lanelistyellow {
  394. background-color: yellow;
  395. }
  396. .lanelistgray {
  397. background-color: darkgray;
  398. }
  399. .lanelistgreen {
  400. background-color: green;
  401. }
  402. .lanelistblack {
  403. background-color: black;
  404. }
  405. .lanelistblue {
  406. background-color: blue;
  407. }
  408. .lanelistlightgreen {
  409. background-color: lightgreen;
  410. }
  411. .lanelistyellow {
  412. background-color: yellow;
  413. }
  414. .listcont {
  415. position:relative;
  416. width:450px;
  417. margin-top:20px;
  418. /* margin-left:1.2%;
  419. margin-bottom:80px;*/
  420. margin:auto;
  421. }
  422. .listcontr {
  423. float:left;
  424. width:30%;
  425. margin-top:20px;
  426. margin-left:1.2%;
  427. margin-bottom:80px;
  428. }
  429. .list {
  430. float:left;
  431. width:100%;
  432. padding:5px;
  433. text-align:center;
  434. margin-bottom:20px;
  435. }
  436. .listred {
  437. background-color: #f87552;
  438. }
  439. .listdarkred {
  440. background-color: darkred;
  441. }
  442. .listred-title {
  443. /*color:#00417c;*/
  444. color: #666666;
  445. }
  446. .listyellow {
  447. background-color: yellow;
  448. }
  449. .listyellow-title {
  450. /*color:#00417c;*/
  451. color: #666666;
  452. }
  453. .listgray {
  454. background-color: darkgray;
  455. }
  456. .listgray-title {
  457. color:#444;
  458. }
  459. .listgreen {
  460. background-color: lightgreen;
  461. }
  462. .listgreen-title {
  463. color: greenyellow;
  464. }
  465. .listblack {
  466. background-color: black;
  467. }
  468. .listwhite-title {
  469. color: #FFFFFF;
  470. }
  471. .listblue {
  472. background-color: blue;
  473. }
  474. .listcyan-title {
  475. color: cyan;
  476. }
  477. .listorange-title {
  478. color: orange;
  479. }
  480. .listlightgreen {
  481. background-color: lightgreen;
  482. }
  483. .listdarkgreen-title {
  484. color: darkgreen;
  485. }
  486. .listyellow {
  487. background-color: yellow;
  488. }
  489. .listred-title {
  490. color: red;
  491. }
  492. .listel {
  493. width:100%;
  494. height:fit-content;
  495. text-align:center;
  496. padding-top:20px;
  497. padding-bottom:50px;
  498. }
  499. #magicjar1 {
  500. float:left;
  501. margin:6%;
  502. margin-top:0px;
  503. margin-bottom:5px;
  504. width:90%;
  505. font-size:15px;
  506. font-family:Arial,Sans,Verdana;
  507. color:#000000;
  508. background:#f7ecb5;
  509. }
  510. .magicjar1 {
  511. float:left;
  512. width:120px;
  513. height:120px;
  514. background-size:120px 120px;
  515. cursor:pointer;
  516. }
  517. .magicjar1-content {
  518. width:100%;
  519. float:left;
  520. border:3px solid darkgray;
  521. border-radius:4px;
  522. color:#000000;
  523. }
  524. .magicjar2 {
  525. float:left;
  526. width:120px;
  527. height:120px;
  528. background-size:120px 120px;
  529. cursor:pointer;
  530. }
  531. #magicjar2 {
  532. float:left;
  533. margin:6%;
  534. margin-top:0px;
  535. margin-bottom:5px;
  536. width:90%;
  537. font-size:15px;
  538. font-family:Arial,Sans,Verdana;
  539. color:#000000;
  540. background:#f7ecb5;
  541. }
  542. .magicjar2-content {
  543. width:100%;
  544. float:left;
  545. border:3px solid darkgray;
  546. border-radius:4px;
  547. color:#000000;
  548. }
  549. .magicjar3 {
  550. float:left;
  551. width:120px;
  552. height:120px;
  553. background-size:120px 120px;
  554. cursor:pointer;
  555. }
  556. #magicjar3 {
  557. float:left;
  558. margin:6%;
  559. margin-top:0px;
  560. margin-bottom:5px;
  561. width:90%;
  562. font-size:15px;
  563. font-family:Arial,Sans,Verdana;
  564. color:#000000;
  565. background:#f7ecb5;
  566. }
  567. .magicjar3-content {
  568. width:100%;
  569. float:left;
  570. border:3px solid darkgray;
  571. border-radius:4px;
  572. color:#000000;
  573. }
  574. .magicjar-num {
  575. float:right;
  576. margin-left:99.9%;
  577. margin-right:2px;
  578. background:yellow;
  579. color:darkorange;
  580. }
  581. .no-drop {
  582. cursor: not-allowed;
  583. }
  584. .no-dropzone {
  585. cursor: not-allowed;
  586. }
  587. #pagetitle {
  588. float:left;
  589. width:100%;
  590. height:70px;
  591. padding:5px;
  592. text-align:center;
  593. margin-bottom:20px;
  594. background-color:#3366ff;
  595. color:#FFFFFF;
  596. opacity:0.8;
  597. font-family:'Indie Flower';
  598. font-size:30px;
  599. font-style:italic;
  600. font-weight:900;
  601. position:relative;
  602. top:-60px;
  603. /*color:#5e383a;*/
  604. }
  605. #Password {
  606. font-size:18px;
  607. background:transparent;
  608. width: 60%;
  609. border-radius:3px;
  610. font-weight:900;
  611. }
  612. #passworddisplay {
  613. float:left;
  614. position:fixed;
  615. top:680px;
  616. left:50px;
  617. width:255px;
  618. height:120px;
  619. background:#434045;
  620. text-align:left;
  621. white-space:nowrap;
  622. font-family:Arial,Sans,Verdana;
  623. color:#000000;
  624. font-weight:900;
  625. z-index:99999;
  626. }
  627. #picavatar {
  628. position:relative;
  629. width:255px;
  630. height:255px;
  631. top:-4px;
  632. left:-8px;
  633. border-radius: 90%;
  634. display:none;
  635. }
  636. .prodel {
  637. text-align:left;
  638. padding:36px;
  639. padding-top:7px;
  640. padding-right:16px;
  641. color:#444;
  642. font-weight:900;
  643. }
  644. .prodlist {
  645. padding-top:6px;
  646. }
  647. .prodname {
  648. width:45%;
  649. float:left;
  650. padding-top:8px;
  651. border-bottom:1px dotted darkgray;
  652. }
  653. .prodprice {
  654. width:20%;
  655. float:left;
  656. padding-top:8px;
  657. }
  658. .prodaction {
  659. width:17%;
  660. float:left;
  661. cursor:pointer;
  662. text-align:center;
  663. margin:auto;
  664. }
  665. .prodactionimg {
  666. position:relative;
  667. left:+10px;
  668. margin-bottom:7px;
  669. width:42px;
  670. }
  671. #carties {
  672. display: none;
  673. }
  674. #results {
  675. display: none;
  676. }
  677. #Salt {
  678. position:relative;
  679. top:+5px;
  680. font-size:18px;
  681. background:transparent;
  682. width: 90%;
  683. border-radius:3px;
  684. font-weight:900;
  685. }
  686. .settingson {
  687. float:left;
  688. width:120px;
  689. height:150px;
  690. border:0px solid black;
  691. background:url(/res/settingsoff.png);
  692. background-size:cover;
  693. cursor:pointer;
  694. display:none;
  695. }
  696. .settingsoff {
  697. float:left;
  698. width:120px;
  699. height:150px;
  700. border:0px solid black;
  701. background:url(/res/settingson.png);
  702. background-size:cover;
  703. cursor:pointer;
  704. }
  705. #title {
  706. position:relative;
  707. top:20px;
  708. left:50px;
  709. width:100%;
  710. float:left;
  711. font-size:25px;
  712. font-family:'Press Start 2P';
  713. border:0px solid blue;
  714. }
  715. .titlelane {
  716. text-align:left;
  717. margin-bottom:8px;
  718. font-weight:900;
  719. text-align:left;
  720. }
  721. .titlelanecyan {
  722. color:darkcyan;
  723. }
  724. .titlelanered {
  725. color:darkred;
  726. }
  727. .titlelaneblack {
  728. color:black;
  729. }
  730. .titlelanered {
  731. color: red;
  732. }
  733. .titlelaneyellow {
  734. color: yellow;
  735. }
  736. .titlelanegray {
  737. color: #444;
  738. }
  739. .titlelanegreen {
  740. color: greenyellow;
  741. }
  742. .titlelanewhite {
  743. color: #FFFFFF;
  744. }
  745. .titlelaneorange {
  746. color: orange;
  747. }
  748. .titlelanedarkgreen {
  749. color: darkgreen;
  750. }
  751. .tools {
  752. position:fixed;
  753. top:12px;
  754. width:120px;
  755. height:620px;
  756. display:none;
  757. }