style.css 14 KB

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