style.css 13 KB

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