style.css 14 KB

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