style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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. #footerCont {
  223. position: fixed;
  224. top: 2000px;
  225. left:-10px;
  226. width: 102%;
  227. border: 1px solid #C2DBF2;
  228. padding: 7px;
  229. background: white;
  230. opacity: 0.3;
  231. color:white;
  232. font-family: Arial,Sans,Vardana;
  233. font-size: 12px;
  234. text-align: center;
  235. z-index: 99998;
  236. display:none;
  237. }
  238. #footer {
  239. position: fixed;
  240. float: right;
  241. top: 2000px;
  242. left:-10px;
  243. width: 100%;
  244. border: 0px solid #C2DBF2;
  245. padding: 7px;
  246. opacity: 1.0;
  247. color:black;
  248. font-family: Arial,Sans,Vardana;
  249. font-size: 12px;
  250. font-weight: 400;
  251. text-align: right;
  252. z-index: 99999;
  253. }
  254. #footer1 {
  255. position: fixed;
  256. float: left;
  257. top: 2000px;
  258. left:-10px;
  259. width: 80px;
  260. border: 0px solid #C2DBF2;
  261. padding: 7px;
  262. opacity: 1.0;
  263. color:black;
  264. font-family: Arial,Sans,Vardana;
  265. font-size: 12px;
  266. font-weight: 400;
  267. text-align: right;
  268. z-index: 99995;
  269. }
  270. #footer2 {
  271. position: fixed;
  272. float: right;
  273. top: 2000px;
  274. left:-10px;
  275. width: 450px;
  276. border: 0px solid #C2DBF2;
  277. padding: 7px;
  278. opacity: 1.0;
  279. color:black;
  280. font-family: Arial,Sans,Vardana;
  281. font-size: 12px;
  282. font-weight: 400;
  283. text-align: right;
  284. z-index: 99995;
  285. }
  286. #friends {
  287. float:left;
  288. margin:6%;
  289. margin-top:50px;
  290. width:90%;
  291. font-size:15px;
  292. font-family:Arial,Sans,Verdana;
  293. color:#000000;
  294. background:#dadada
  295. }
  296. .friends-content {
  297. width:100%;
  298. float:left;
  299. border:3px solid transparent;
  300. border-radius:4px;
  301. color:#000000;
  302. padding-top:10px;
  303. text-align:center;
  304. }
  305. .friend-entry {
  306. height:fit-content;
  307. min-height:120px;
  308. float:left;
  309. width:fit-content;
  310. border:0px solid green;
  311. padding:10px;
  312. text-align:center;
  313. }
  314. .friend-ico {
  315. width:64px;
  316. border:0px solid gray;
  317. }
  318. #gallery {
  319. float:left;
  320. margin:6%;
  321. margin-top:0px;
  322. margin-bottom:5px;
  323. width:90%;
  324. font-size:15px;
  325. font-family:Arial,Sans,Verdana;
  326. color:#000000;
  327. background:#C2DBF2;
  328. }
  329. .gallery-content {
  330. width:100%;
  331. float:left;
  332. border:3px solid darkgray;
  333. border-radius:4px;
  334. color:#000000;
  335. }
  336. #hashMe {
  337. position:relative;
  338. left:-2px;
  339. top:+5px;
  340. font-size:18px;
  341. font-weight:900;
  342. color:#000000;
  343. }
  344. .header {
  345. height: 24px;
  346. }
  347. .image-entry {
  348. height:fit-content;
  349. min-height:120px;
  350. float:left;
  351. width:fit-content;
  352. border:0px solid green;
  353. padding:10px;
  354. text-align:center;
  355. }
  356. .image-ico {
  357. width:64px;
  358. border:1px solid gray;
  359. }
  360. #mynetworkTitle {
  361. font-family:'Press Start 2P';
  362. width:fit-content;
  363. margin:auto;
  364. color:#245269;
  365. }
  366. #notBoughties {
  367. display:none;
  368. }
  369. .lanelist {
  370. margin-top:12px;
  371. margin-right:38px;
  372. margin-left:38px;
  373. }
  374. .lanelistcyan {
  375. background-color: cyan;
  376. }
  377. .lanelistorange {
  378. background-color: orange;
  379. }
  380. .lanelistwhite {
  381. background-color: white;
  382. }
  383. .lanelistred {
  384. background-color: #f87552;
  385. }
  386. .lanelistyellow {
  387. background-color: yellow;
  388. }
  389. .lanelistgray {
  390. background-color: darkgray;
  391. }
  392. .lanelistgreen {
  393. background-color: green;
  394. }
  395. .lanelistblack {
  396. background-color: black;
  397. }
  398. .lanelistblue {
  399. background-color: blue;
  400. }
  401. .lanelistlightgreen {
  402. background-color: lightgreen;
  403. }
  404. .lanelistyellow {
  405. background-color: yellow;
  406. }
  407. .listcont {
  408. position:relative;
  409. width:450px;
  410. margin-top:20px;
  411. /* margin-left:1.2%;
  412. margin-bottom:80px;*/
  413. margin:auto;
  414. }
  415. .listcontr {
  416. float:left;
  417. width:30%;
  418. margin-top:20px;
  419. margin-left:1.2%;
  420. margin-bottom:80px;
  421. }
  422. .list {
  423. float:left;
  424. width:100%;
  425. padding:5px;
  426. text-align:center;
  427. margin-bottom:20px;
  428. }
  429. .listred {
  430. background-color: #f87552;
  431. }
  432. .listdarkred {
  433. background-color: darkred;
  434. }
  435. .listred-title {
  436. /*color:#00417c;*/
  437. color: #666666;
  438. }
  439. .listyellow {
  440. background-color: yellow;
  441. }
  442. .listyellow-title {
  443. /*color:#00417c;*/
  444. color: #666666;
  445. }
  446. .listgray {
  447. background-color: darkgray;
  448. }
  449. .listgray-title {
  450. color:#444;
  451. }
  452. .listgreen {
  453. background-color: lightgreen;
  454. }
  455. .listgreen-title {
  456. color: greenyellow;
  457. }
  458. .listblack {
  459. background-color: black;
  460. }
  461. .listwhite-title {
  462. color: #FFFFFF;
  463. }
  464. .listblue {
  465. background-color: blue;
  466. }
  467. .listcyan-title {
  468. color: cyan;
  469. }
  470. .listorange-title {
  471. color: orange;
  472. }
  473. .listlightgreen {
  474. background-color: lightgreen;
  475. }
  476. .listdarkgreen-title {
  477. color: darkgreen;
  478. }
  479. .listyellow {
  480. background-color: yellow;
  481. }
  482. .listred-title {
  483. color: red;
  484. }
  485. .listel {
  486. width:100%;
  487. height:fit-content;
  488. text-align:center;
  489. padding-top:20px;
  490. padding-bottom:50px;
  491. }
  492. #magicjar1 {
  493. float:left;
  494. margin:6%;
  495. margin-top:0px;
  496. margin-bottom:5px;
  497. width:90%;
  498. font-size:15px;
  499. font-family:Arial,Sans,Verdana;
  500. color:#000000;
  501. background:#f7ecb5;
  502. }
  503. .magicjar1 {
  504. float:left;
  505. width:120px;
  506. height:120px;
  507. background-size:120px 120px;
  508. cursor:pointer;
  509. }
  510. .magicjar1-content {
  511. width:100%;
  512. float:left;
  513. border:3px solid darkgray;
  514. border-radius:4px;
  515. color:#000000;
  516. }
  517. .magicjar2 {
  518. float:left;
  519. width:120px;
  520. height:120px;
  521. background-size:120px 120px;
  522. cursor:pointer;
  523. }
  524. #magicjar2 {
  525. float:left;
  526. margin:6%;
  527. margin-top:0px;
  528. margin-bottom:5px;
  529. width:90%;
  530. font-size:15px;
  531. font-family:Arial,Sans,Verdana;
  532. color:#000000;
  533. background:#f7ecb5;
  534. }
  535. .magicjar2-content {
  536. width:100%;
  537. float:left;
  538. border:3px solid darkgray;
  539. border-radius:4px;
  540. color:#000000;
  541. }
  542. .magicjar3 {
  543. float:left;
  544. width:120px;
  545. height:120px;
  546. background-size:120px 120px;
  547. cursor:pointer;
  548. }
  549. #magicjar3 {
  550. float:left;
  551. margin:6%;
  552. margin-top:0px;
  553. margin-bottom:5px;
  554. width:90%;
  555. font-size:15px;
  556. font-family:Arial,Sans,Verdana;
  557. color:#000000;
  558. background:#f7ecb5;
  559. }
  560. .magicjar3-content {
  561. width:100%;
  562. float:left;
  563. border:3px solid darkgray;
  564. border-radius:4px;
  565. color:#000000;
  566. }
  567. .magicjar-num {
  568. float:right;
  569. margin-left:99.9%;
  570. margin-right:2px;
  571. background:yellow;
  572. color:darkorange;
  573. }
  574. .no-drop {
  575. cursor: not-allowed;
  576. }
  577. .no-dropzone {
  578. cursor: not-allowed;
  579. }
  580. #pagetitle {
  581. float:left;
  582. width:100%;
  583. height:70px;
  584. padding:5px;
  585. text-align:center;
  586. margin-bottom:20px;
  587. background-color:#3366ff;
  588. color:#FFFFFF;
  589. opacity:0.8;
  590. font-family:'Indie Flower';
  591. font-size:30px;
  592. font-style:italic;
  593. font-weight:900;
  594. position:relative;
  595. top:-60px;
  596. /*color:#5e383a;*/
  597. }
  598. #Password {
  599. font-size:18px;
  600. background:transparent;
  601. width: 60%;
  602. border-radius:3px;
  603. font-weight:900;
  604. }
  605. #passworddisplay {
  606. float:left;
  607. position:fixed;
  608. top:680px;
  609. left:50px;
  610. width:255px;
  611. height:120px;
  612. background:#434045;
  613. text-align:left;
  614. white-space:nowrap;
  615. font-family:Arial,Sans,Verdana;
  616. color:#000000;
  617. font-weight:900;
  618. z-index:99999;
  619. }
  620. #picavatar {
  621. position:absolute;
  622. width:255px;
  623. height:255px;
  624. border-radius: 90%;
  625. display:none;
  626. }
  627. .prodel {
  628. text-align:left;
  629. padding:36px;
  630. padding-top:7px;
  631. padding-right:16px;
  632. color:#444;
  633. font-weight:900;
  634. }
  635. .prodlist {
  636. padding-top:6px;
  637. }
  638. .prodname {
  639. width:45%;
  640. float:left;
  641. padding-top:8px;
  642. border-bottom:1px dotted darkgray;
  643. }
  644. .prodprice {
  645. width:20%;
  646. float:left;
  647. padding-top:8px;
  648. }
  649. .prodaction {
  650. width:17%;
  651. float:left;
  652. cursor:pointer;
  653. text-align:center;
  654. margin:auto;
  655. }
  656. .prodactionimg {
  657. position:relative;
  658. left:+10px;
  659. margin-bottom:7px;
  660. width:42px;
  661. }
  662. #carties {
  663. display: none;
  664. }
  665. #results {
  666. display: none;
  667. }
  668. #Salt {
  669. position:relative;
  670. top:+5px;
  671. font-size:18px;
  672. background:transparent;
  673. width: 90%;
  674. border-radius:3px;
  675. font-weight:900;
  676. }
  677. .settingson {
  678. float:left;
  679. width:120px;
  680. height:150px;
  681. border:0px solid black;
  682. background:url(/res/settingsoff.png);
  683. background-size:cover;
  684. cursor:pointer;
  685. display:none;
  686. }
  687. .settingsoff {
  688. float:left;
  689. width:120px;
  690. height:150px;
  691. border:0px solid black;
  692. background:url(/res/settingson.png);
  693. background-size:cover;
  694. cursor:pointer;
  695. }
  696. #title {
  697. position:relative;
  698. top:20px;
  699. left:50px;
  700. width:100%;
  701. float:left;
  702. font-size:25px;
  703. font-family:'Press Start 2P';
  704. border:0px solid blue;
  705. }
  706. .titlelane {
  707. text-align:left;
  708. margin-bottom:8px;
  709. font-weight:900;
  710. text-align:left;
  711. }
  712. .titlelanecyan {
  713. color:darkcyan;
  714. }
  715. .titlelanered {
  716. color:darkred;
  717. }
  718. .titlelaneblack {
  719. color:black;
  720. }
  721. .titlelanered {
  722. color: red;
  723. }
  724. .titlelaneyellow {
  725. color: yellow;
  726. }
  727. .titlelanegray {
  728. color: #444;
  729. }
  730. .titlelanegreen {
  731. color: greenyellow;
  732. }
  733. .titlelanewhite {
  734. color: #FFFFFF;
  735. }
  736. .titlelaneorange {
  737. color: orange;
  738. }
  739. .titlelanedarkgreen {
  740. color: darkgreen;
  741. }
  742. .tools {
  743. position:fixed;
  744. top:12px;
  745. width:120px;
  746. height:620px;
  747. display:none;
  748. }