style.css 13 KB

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