summaryrefslogtreecommitdiff
path: root/mod/web/resistors/styles.css
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-04-02 22:11:38 -0400
committerKleidi Bujari <mail@4kb.net>2025-04-02 22:11:38 -0400
commitc950f338c5720a132552863a35d1c7924df3d3a6 (patch)
treec3134c42e1618c255ca8e9e0698f90b0ae8b3563 /mod/web/resistors/styles.css
parentb619ff9dd42eaa62569c8297142f0e4c719d40d2 (diff)
parent09c2b6de63a6ff35348fcb2c2eb57b974f0a8a52 (diff)
downloaddepot-c950f338c5720a132552863a35d1c7924df3d3a6.tar.gz
depot-c950f338c5720a132552863a35d1c7924df3d3a6.tar.bz2
depot-c950f338c5720a132552863a35d1c7924df3d3a6.zip
Merge remote-tracking branch 'origin/copy-blueprint'
Diffstat (limited to 'mod/web/resistors/styles.css')
-rw-r--r--mod/web/resistors/styles.css127
1 files changed, 0 insertions, 127 deletions
diff --git a/mod/web/resistors/styles.css b/mod/web/resistors/styles.css
deleted file mode 100644
index e2823e4..0000000
--- a/mod/web/resistors/styles.css
+++ /dev/null
@@ -1,127 +0,0 @@
-* {
- /*font-family: 'firacode';*/
- text-rendering: optimizeLegibility;
-}
-
-body {
- margin: 10px 20px;
- color: #cccccc;
- background: #252525;
- background-attachment: fixed !important;
-}
-
-h1 {
- font-weight: normal;
- font-size: 50px;
- margin: -10px 0 10px 0;
-}
-
-h2 {
- font-weight: normal;
- font-size: 15px;
-}
-
-strong {
- font-weight: normal;
-}
-
-footer {
- position: absolute;
- font-size: 12px;
- color: #555;
- bottom: 0;
- left: 0;
- right: 0;
- padding: 20px;
-}
-
-a {
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-footer a {
- color: #775;
-}
-
-#resistor-query {
- font-size: 20px;
- border: 1px solid #999;
- color: #fff;
- background-color: #444;
- outline: none;
- width: 180px;
-}
-
-.resistor-stripe {
- width: 80px;
- height: 150px;
- display: inline-block;
- padding: 4px 4px;
-}
-
-.resistor-smt {
- display: inline-block;
- padding: 0px 10px;
- font-size: 35px;
- background-color: #000;
- border-left: 15px solid silver;
- border-right: 15px solid silver;
- border-top: 1px solid silver;
- border-bottom: 1px solid silver;
- margin-right: 10px;
-}
-
-@media print, screen and (max-width: 520px) {
- .resistor-stripe {
- width: 55px;
- font-size: 80%;
- height: 100px;
- }
- .resistor-smt {
- font-size: 25px;
- border-left: 12px solid silver;
- border-right: 12px solid silver;
- }
-}
-
-@media print, screen and (max-width: 410px) {
- .resistor-stripe {
- width: 35px;
- font-size: 55%;
- height: 70px;
- }
- .resistor-smt {
- font-size: 18px;
- border-left: 8px solid silver;
- border-right: 8px solid silver;
- }
-}
-
-@media print, screen and (max-width: 300px) {
- .resistor-stripe {
- width: 25px;
- font-size: 50%;
- height: 60px;
- padding: 2px;
- }
- .resistor-smt {
- font-size: 13px;
- border-left: 6px solid silver;
- border-right: 6px solid silver;
- padding: 2px 4px;
- }
-}
-
-@media print, screen and (max-height: 660px) {
- .resistor-stripe {
- height: 55px;
- }
- footer {
- position: inherit;
- padding: 10px 0;
- }
-}