aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/css/dark.css77
-rwxr-xr-xres/css/global.css311
-rw-r--r--res/img/buttons/browser.gifbin2565 -> 0 bytes
-rw-r--r--res/img/buttons/linuxnow.gifbin3978 -> 0 bytes
-rw-r--r--res/img/buttons/valid-html401-blue.pngbin1669 -> 0 bytes
-rw-r--r--res/img/buttons/vcss-blue.gifbin1759 -> 0 bytes
-rw-r--r--res/img/buttons/vim.gifbin3879 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-120/1s.jpegbin136111 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-120/2s.jpegbin135292 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-120/3s.jpegbin145421 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-120/4s.jpegbin118563 -> 0 bytes
-rwxr-xr-xres/img/calculators/casio-fx-120/pspbrwse.jbfbin20123 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-82/1s.jpegbin148732 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-82/2s.jpegbin137385 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-82/3s.jpegbin158176 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-82/4s.jpegbin164171 -> 0 bytes
-rwxr-xr-xres/img/calculators/casio-fx-82/pspbrwse.jbfbin20861 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-cg50/1s.jpegbin154943 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-cg50/2s.jpegbin129547 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-cg50/3s.jpegbin163377 -> 0 bytes
-rw-r--r--res/img/calculators/casio-fx-cg50/4s.jpegbin160223 -> 0 bytes
-rwxr-xr-xres/img/calculators/casio-fx-cg50/pspbrwse.jbfbin22237 -> 0 bytes
-rw-r--r--res/img/calculators/texet-880/1s.jpegbin144153 -> 0 bytes
-rw-r--r--res/img/calculators/texet-880/2s.jpegbin144978 -> 0 bytes
-rw-r--r--res/img/calculators/texet-880/3s.jpegbin156523 -> 0 bytes
-rw-r--r--res/img/calculators/texet-880/4s.jpegbin162598 -> 0 bytes
-rwxr-xr-xres/img/calculators/texet-880/pspbrwse.jbfbin18996 -> 0 bytes
-rw-r--r--res/img/calculators/ti-30/1s.jpegbin162098 -> 0 bytes
-rw-r--r--res/img/calculators/ti-30/2s.jpegbin136725 -> 0 bytes
-rw-r--r--res/img/calculators/ti-30/3s.jpegbin159677 -> 0 bytes
-rw-r--r--res/img/calculators/ti-30/4s.jpegbin173053 -> 0 bytes
-rwxr-xr-xres/img/calculators/ti-30/pspbrwse.jbfbin21434 -> 0 bytes
-rwxr-xr-xres/img/icons/ico/calc.icobin63113 -> 0 bytes
-rw-r--r--res/img/icons/ico/computer.icobin4286 -> 0 bytes
-rwxr-xr-xres/img/icons/ico/favicon.icobin4286 -> 0 bytes
-rw-r--r--res/img/icons/ico/globe.icobin4286 -> 0 bytes
-rw-r--r--res/img/icons/ico/help-book.icobin4286 -> 0 bytes
-rwxr-xr-xres/img/icons/png/calc.pngbin12533 -> 0 bytes
-rw-r--r--res/img/icons/png/computer.pngbin534 -> 0 bytes
-rw-r--r--res/img/icons/png/globe.pngbin1246 -> 0 bytes
-rw-r--r--res/img/icons/png/help-book.pngbin563 -> 0 bytes
41 files changed, 0 insertions, 388 deletions
diff --git a/res/css/dark.css b/res/css/dark.css
deleted file mode 100755
index 1eeaf43..0000000
--- a/res/css/dark.css
+++ /dev/null
@@ -1,77 +0,0 @@
-/*
-This stylesheet contains only colors which are
-different depending on theme. All other styles have
-been moved to global.css and imported below.
-*/
-@import url('global.css');
-
-html {
- color-scheme: dark;
-}
-
-div.project pre {
- border: 1px solid #666666
-}
-
-body {
- color: #ddd;
- background-color: #333;
-}
-
-h1 {
- color: #fff;
-}
-
-
-h2 {
- color: #fff;
-}
-
-h3 {
- color: #fff;
-}
-
-div.preview pre, div.project pre {
- background-color: #222;
- color: #ccc;
-}
-
-a {
- color: #99f;
- text-decoration: none
-}
-.header {
- color: #fff;
-}
-
-
-.header .pagetree {
- color: #fff;
-}
-
-.header .pagetree .title {
- color: #fff
-}
-
-/*table td {
- border: 1px solid black
-}*/
-
-
-/*table.skami {
- border-color: #eeeeee
-}*/
-table.skami .semiused {
- color: #ccc;
- background-color: #444;
- border-color: #FFF;
-}
-
-table.skami .unused {
- color: #bbb;
- background-color: #555
-}
-
-table {
- border-color: #fff
-}
diff --git a/res/css/global.css b/res/css/global.css
deleted file mode 100755
index 693452b..0000000
--- a/res/css/global.css
+++ /dev/null
@@ -1,311 +0,0 @@
-/*
-This stylesheet contains all styles which are
-the same across both themes.
-*/
-ul {
- list-style-type: square;
-}
-
-table.banner {
- margin-left: auto;
- margin-right: auto;
- border: 2px solid #E04A38;
- background-color: #E6897E;
- width: 95%;
- /* Passes both WCAG AA and WCAG AAA contrast tests */
- color: #0F0F0F;
-}
-
-td.banner {
- padding: 5px;
-}
-
-a.bannerlink {
- color: #0F0F0F;
-}
-
-a.bannerlink:hover {
- text-decoration: underline;
-}
-
-div.page {
- min-width: 700px;
- max-width: 1024px;
- /*margin-left: 0.5em;
- margin-right: 0.5em;*/
- padding-left: 0.5em;
- padding-right: 0.5em;
- margin: auto
-}
-
-h1.inline {
- font-family: sans-serif;
- font-weight: normal;
- margin-top: 0em;
- clear: none;
- font-size: 100%;
- display: inline
-}
-
-h1.inline:before {
- content: ""
-}
-
-h1:before {
- content: "> "
-}
-
-h2:before {
- content: ">> "
-}
-
-h3:before {
- content: ">>> "
-}
-
-.toplinks span:after {
- content: " >"
-}
-
-h1, h2, h3 {
- font-family: Monospace;
- font-weight: normal;
- margin-top: 1em;
- clear: left
-}
-
-img {
- border: none;
- max-width: 100%;
-}
-
-img.right {
- float: right;
- margin-left: 0.5em
-}
-
-table.form, td.form {
- border: none;
-}
-
-div.preview {
- display: inline-block;
- width: 30em;
- max-width: 100%;
- text-align: center;
- vertical-align: top;
- margin-bottom: 2em
-}
-
-div.project {
- display: inline-block;
- width: 40em;
- max-width: 100%;
- text-align: center;
- vertical-align: top;
- margin-bottom: 2em
-}
-
-div.preview .heading .name, div.project .heading .name {
- font-size: 120%
-}
-
-div.preview img, div.project img {
- width: auto;
- max-width: 90%;
- max-height: 15em
-}
-
-div.preview pre.small, div.project pre.small {
- font-size: 75%;
- overflow: hidden
-}
-
-pre {
- display: inline;
- max-width: 95%;
- overflow: auto
-}
-
-.header a {
- text-decoration: none
-}
-
-nav {
- margin-bottom: 0.3em
-}
-
-div.ddate {
- text-align: center
-}
-
-div.note {
- font-style: italic
-}
-
-table {
- border-collapse: collapse
-}
-
-table.noborder td {
- border: none
-}
-
-table.skami a {
- text-decoration: none
-}
-
-table.weather th {
- font-weight: normal
-}
-
-table.weather td {
- font-weight: bold;
- text-align: right
-}
-
-.project .name {
- font-weight: bold
-}
-
-.toplinks a {
- margin-right: 0.5em;
- text-decoration: none
-}
-
-div.inlinepage {
- margin-top: 2em;
- border: 0;
- padding: 0
-}
-
-div.pheader {
- font-size: 120%
-}
-
-div.pheader span.date {
- margin-right: 1em;
- font-weight: normal
-}
-
-div.pheader a {
- font-weight: bold;
- text-decoration: none
-}
-
-div.rss {
- position: absolute;
- top: 1em;
- right: 1em
-}
-
-div.archived {
- margin-top: 0.5em
-}
-
-div.archived span.date {
- font-style: italic;
- margin-right: 0.2em
-}
-
-video {
- max-width: 100%
-}
-
-.toplinks span {
- display: block;
- text-align: right;
- float: left;
- width: 8em;
- margin-right: 0.5em
-}
-
-.deprecated {
- line-height: 140%;
- width: 100%;
- color: #aa0000;
- text-align: center;
- padding-bottom: 0.5em;
- border-bottom: 2px dashed #aa0000
-}
-
-.project .attributes {
- font-style: italic
-}
-
-.project .attribbracket {
- margin-left: 0.5em
-}
-
-.toplinks {
- line-height: 140%;
- width: 100%;
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- border-bottom: 1px solid #cccccc
-}
-
-table td {
- border: 1px solid white
-}
-
-td {
- padding: 3px;
- vertical-align: top;
-}
-
-table.skami {
- border-color: #eeeeee !important
-}
-
-.header .pagetree {
- font-size: 80%;
- display: block;
- text-align: center;
- width: 100%;
- padding-top: 0.1em;
- padding-bottom: 0.1em;
- border-top: 1px solid #cccccc
-}
-
-.header {
- font-size: 100%;
- font-weight: normal;
- padding-bottom: 0em;
- border-bottom: 1px solid #cccccc;
- text-align: center
-}
-
-div.preview pre, div.project pre {
- display: inline-block;
- text-align: left;
- padding: 0.2em;
- max-width: 90%
-}
-
-h1 {
- font-size: 150%
-}
-
-
-h2 {
- font-size: 130%
-}
-
-h3 {
- font-size: 115%
-}
-
-body {
- font-family: sans-serif;
- margin: 0px;
-}
-
-table.computers {
- width: 100%;
-}
-
-td.computer {
- width: 50%;
- border: 0px;
-}
diff --git a/res/img/buttons/browser.gif b/res/img/buttons/browser.gif
deleted file mode 100644
index 28a63e3..0000000
--- a/res/img/buttons/browser.gif
+++ /dev/null
Binary files differ
diff --git a/res/img/buttons/linuxnow.gif b/res/img/buttons/linuxnow.gif
deleted file mode 100644
index 9851014..0000000
--- a/res/img/buttons/linuxnow.gif
+++ /dev/null
Binary files differ
diff --git a/res/img/buttons/valid-html401-blue.png b/res/img/buttons/valid-html401-blue.png
deleted file mode 100644
index dd20e49..0000000
--- a/res/img/buttons/valid-html401-blue.png
+++ /dev/null
Binary files differ
diff --git a/res/img/buttons/vcss-blue.gif b/res/img/buttons/vcss-blue.gif
deleted file mode 100644
index c373b2a..0000000
--- a/res/img/buttons/vcss-blue.gif
+++ /dev/null
Binary files differ
diff --git a/res/img/buttons/vim.gif b/res/img/buttons/vim.gif
deleted file mode 100644
index 01f09f1..0000000
--- a/res/img/buttons/vim.gif
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-120/1s.jpeg b/res/img/calculators/casio-fx-120/1s.jpeg
deleted file mode 100644
index 6b84854..0000000
--- a/res/img/calculators/casio-fx-120/1s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-120/2s.jpeg b/res/img/calculators/casio-fx-120/2s.jpeg
deleted file mode 100644
index 1a663bb..0000000
--- a/res/img/calculators/casio-fx-120/2s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-120/3s.jpeg b/res/img/calculators/casio-fx-120/3s.jpeg
deleted file mode 100644
index 076d147..0000000
--- a/res/img/calculators/casio-fx-120/3s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-120/4s.jpeg b/res/img/calculators/casio-fx-120/4s.jpeg
deleted file mode 100644
index 988ab31..0000000
--- a/res/img/calculators/casio-fx-120/4s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-120/pspbrwse.jbf b/res/img/calculators/casio-fx-120/pspbrwse.jbf
deleted file mode 100755
index e9f587f..0000000
--- a/res/img/calculators/casio-fx-120/pspbrwse.jbf
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-82/1s.jpeg b/res/img/calculators/casio-fx-82/1s.jpeg
deleted file mode 100644
index 69216ac..0000000
--- a/res/img/calculators/casio-fx-82/1s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-82/2s.jpeg b/res/img/calculators/casio-fx-82/2s.jpeg
deleted file mode 100644
index adf3e2e..0000000
--- a/res/img/calculators/casio-fx-82/2s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-82/3s.jpeg b/res/img/calculators/casio-fx-82/3s.jpeg
deleted file mode 100644
index 87c6f16..0000000
--- a/res/img/calculators/casio-fx-82/3s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-82/4s.jpeg b/res/img/calculators/casio-fx-82/4s.jpeg
deleted file mode 100644
index 5a09e97..0000000
--- a/res/img/calculators/casio-fx-82/4s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-82/pspbrwse.jbf b/res/img/calculators/casio-fx-82/pspbrwse.jbf
deleted file mode 100755
index 2c4f9a7..0000000
--- a/res/img/calculators/casio-fx-82/pspbrwse.jbf
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-cg50/1s.jpeg b/res/img/calculators/casio-fx-cg50/1s.jpeg
deleted file mode 100644
index 6850678..0000000
--- a/res/img/calculators/casio-fx-cg50/1s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-cg50/2s.jpeg b/res/img/calculators/casio-fx-cg50/2s.jpeg
deleted file mode 100644
index 14dd3cf..0000000
--- a/res/img/calculators/casio-fx-cg50/2s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-cg50/3s.jpeg b/res/img/calculators/casio-fx-cg50/3s.jpeg
deleted file mode 100644
index c0c87e1..0000000
--- a/res/img/calculators/casio-fx-cg50/3s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-cg50/4s.jpeg b/res/img/calculators/casio-fx-cg50/4s.jpeg
deleted file mode 100644
index fcdac2a..0000000
--- a/res/img/calculators/casio-fx-cg50/4s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/casio-fx-cg50/pspbrwse.jbf b/res/img/calculators/casio-fx-cg50/pspbrwse.jbf
deleted file mode 100755
index 471fc12..0000000
--- a/res/img/calculators/casio-fx-cg50/pspbrwse.jbf
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/texet-880/1s.jpeg b/res/img/calculators/texet-880/1s.jpeg
deleted file mode 100644
index 8454640..0000000
--- a/res/img/calculators/texet-880/1s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/texet-880/2s.jpeg b/res/img/calculators/texet-880/2s.jpeg
deleted file mode 100644
index 707b37c..0000000
--- a/res/img/calculators/texet-880/2s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/texet-880/3s.jpeg b/res/img/calculators/texet-880/3s.jpeg
deleted file mode 100644
index a5e5f1e..0000000
--- a/res/img/calculators/texet-880/3s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/texet-880/4s.jpeg b/res/img/calculators/texet-880/4s.jpeg
deleted file mode 100644
index eedc9be..0000000
--- a/res/img/calculators/texet-880/4s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/texet-880/pspbrwse.jbf b/res/img/calculators/texet-880/pspbrwse.jbf
deleted file mode 100755
index 67f6254..0000000
--- a/res/img/calculators/texet-880/pspbrwse.jbf
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/ti-30/1s.jpeg b/res/img/calculators/ti-30/1s.jpeg
deleted file mode 100644
index fd34a30..0000000
--- a/res/img/calculators/ti-30/1s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/ti-30/2s.jpeg b/res/img/calculators/ti-30/2s.jpeg
deleted file mode 100644
index 23804f5..0000000
--- a/res/img/calculators/ti-30/2s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/ti-30/3s.jpeg b/res/img/calculators/ti-30/3s.jpeg
deleted file mode 100644
index e0d1c27..0000000
--- a/res/img/calculators/ti-30/3s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/ti-30/4s.jpeg b/res/img/calculators/ti-30/4s.jpeg
deleted file mode 100644
index b0c3d44..0000000
--- a/res/img/calculators/ti-30/4s.jpeg
+++ /dev/null
Binary files differ
diff --git a/res/img/calculators/ti-30/pspbrwse.jbf b/res/img/calculators/ti-30/pspbrwse.jbf
deleted file mode 100755
index dc20900..0000000
--- a/res/img/calculators/ti-30/pspbrwse.jbf
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/ico/calc.ico b/res/img/icons/ico/calc.ico
deleted file mode 100755
index b304c47..0000000
--- a/res/img/icons/ico/calc.ico
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/ico/computer.ico b/res/img/icons/ico/computer.ico
deleted file mode 100644
index 01f4a74..0000000
--- a/res/img/icons/ico/computer.ico
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/ico/favicon.ico b/res/img/icons/ico/favicon.ico
deleted file mode 100755
index 848cc6f..0000000
--- a/res/img/icons/ico/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/ico/globe.ico b/res/img/icons/ico/globe.ico
deleted file mode 100644
index 55ae5a3..0000000
--- a/res/img/icons/ico/globe.ico
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/ico/help-book.ico b/res/img/icons/ico/help-book.ico
deleted file mode 100644
index a156820..0000000
--- a/res/img/icons/ico/help-book.ico
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/png/calc.png b/res/img/icons/png/calc.png
deleted file mode 100755
index bdc9e06..0000000
--- a/res/img/icons/png/calc.png
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/png/computer.png b/res/img/icons/png/computer.png
deleted file mode 100644
index d53eb99..0000000
--- a/res/img/icons/png/computer.png
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/png/globe.png b/res/img/icons/png/globe.png
deleted file mode 100644
index 21b4b17..0000000
--- a/res/img/icons/png/globe.png
+++ /dev/null
Binary files differ
diff --git a/res/img/icons/png/help-book.png b/res/img/icons/png/help-book.png
deleted file mode 100644
index 845863a..0000000
--- a/res/img/icons/png/help-book.png
+++ /dev/null
Binary files differ