diff --git a/vivaldi/Mods/CSS/custom.css b/vivaldi/Mods/CSS/custom.css deleted file mode 100755 index f537111..0000000 --- a/vivaldi/Mods/CSS/custom.css +++ /dev/null @@ -1,166 +0,0 @@ -/* CUSTOM CSS for Vivaldi */ - -/* Vivaldi logo */ -.vivaldi-v, .vivaldi-horizontal-icon {opacity: 1 !important;} -.vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;} - -/* Skinnier mainbar */ -.mainbar>.toolbar-mainbar, -.mainbar>.toolbar-mainbar .button-toolbar button, -.mainbar>.toolbar-mainbar .toolbar-extensions, -.mainbar>.toolbar-mainbar .toolbar-extensions .button-toolbar button { - height: 30px; -} - -/* Skinnier mainbar - fix BookmarkButton focus */ -.toolbar-mainbar .UrlBar-AddressField .BookmarkButton button { - height: 100%; -} - -/* Skinnier statusbar */ -#browser footer .toolbar-statusbar { - height: 20px; -} -#browser footer .toolbar-statusbar button { - height: 20px; - width: 100%; -} -#browser footer .toolbar-statusbar .override.button-icon { - height: 100%; -} - -/* SiteInfo V logo */ -.SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path { - d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z"); -} - -/* SiteInfo old style lock */ -.SiteInfoButton.secure svg path, .SiteInfoButton.certified svg path { - d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z"); - fill: #00a100; -} - -/* SiteInfo secure background colour */ -.SiteInfoButton.secure, .SiteInfoButton.certified { - background-color: #004400; - height: 22px; - width: 22px; -} - -/* SiteInfo hide EV/Not Secure text */ -.SiteInfoButton .siteinfo-text { - display: none; -} - -/* Remove panels switch top padding */ -#switch { - padding-top: unset; -} - -/* Add drop-shadow to some buttons */ -#switch button img, -.tab:not(.active) .favicon img, -.OmniLinkItem-Favicon img, -.SiteInfoButton-Favicon, -.item-icon { - filter: drop-shadow(0 0 1px white); -} - -/* Hide AddressField stuff */ -.UrlBar-AddressField .permission-popup.is-blocking, -.UrlBar-AddressField .UrlBar-UrlObfuscationWarning, -.UrlBar-AddressField .ContentBlocker-Control, -.UrlBar-AddressField .ToolbarButton-Button[title^="Translate"] { - display: none; -} - -/* AddressField URL scheme part */ -.UrlFragment--Lowlight:first-of-type { - color: var(--colorFgFadedMost); -} - -/* AddressField URL host part */ -.UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD { - color: var(--colorFgIntense) !important; - font-weight: bold; -} - -/* Extensions toggle button */ -.toolbar-extensions button svg path { - d: path("M10 13l3.634-3.634c.504-.504 1.366-.147 1.366.566v6.137c0 .713-.862 1.07-1.366.566l-3.634-3.634z"); - opacity: .5; -} - -/* Extensions buttons background */ -.ExtensionDropdownIcon, .ExtensionIcon { - background-color: var(--colorAccentBg) !important; -} - -/* Toolbar buttons keyboard focus */ -.button-toolbar:focus-within, .button-toolbar:hover { - background-color: var(--colorAccentBgDark) !important; -} - -/* Address + Search field icons dimmed */ -.toolbar-insideinput button { - opacity: 0.5; -} - -/* Trashcan dimmed */ -.toolbar-tabbar.sync-and-trash-container button { - opacity: 0.3; -} - -/* Bookmark button fill colour */ -.BookmarkButton .bookmark-animated-fill { - fill: var(--colorAccentBgFaded) !important; -} - -/* Bookmark button active opacity */ -.BookmarkButton .button-on { - opacity: 1; -} - -/* Bookmarks Panel input width */ -.addbookmark-cardwrapper { - width: 100%; -} - -/* Bookmarks Panel thumbnails hide */ -.addbookmark-cardwrapper .preview { - display: none !important; -} - -/* Hide Image Properties button */ -.webpageview button.inspector { - display: none; -} - -/* Unread tabs bold font */ -.tab-strip .tab.unread { - font-weight: bold; -} - -/* Tab tooltip hide image */ -#vivaldi-tooltip .tooltip .tooltip-item .thumbnail-image { - display: none; -} - -/* Tab tooltip size */ -#vivaldi-tooltip .tooltip .tab-group .tooltip-item { - width: 250px; - height: auto; -} - -/* Dim empty UrlField text colour */ -.UrlField--IsEmpty { - color: var(--colorFgFadedMost); -} - -/* Use Highlight colour for settings selected */ -.vivaldi-settings .settings-sidebar .button-category.category-selected { - background-color: var(--colorHighlightBgFaded); -} - -/* Hide Extension buttons */ -.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;} diff --git a/vivaldi/Mods/CSS/find-in-page.css b/vivaldi/Mods/CSS/find-in-page.css deleted file mode 100755 index a0b3f1c..0000000 --- a/vivaldi/Mods/CSS/find-in-page.css +++ /dev/null @@ -1,38 +0,0 @@ -/* Find-in-page mod */ -.find-in-page { - position:absolute; - background-color: var(--colorBg); - border-radius: var(--radius); - max-width: fit-content; - margin: 0 auto; - top: 3px; - right: 0; - left: 0; - z-index:1; -} - -/* Find-in-page input wider */ -.find-in-page .fip-input-container { - width: 400px; - max-width: unset; -} - -/* Find-in-page transparent if not focused */ -.find-in-page:not(:focus-within):not(:hover) { - opacity: 0.8; -} - -/* Find-in-page background color for no matches */ -.find-in-page.fip-nomatches { - background: darkred; -} - -/* Find-in-page result numbers clearer */ -.find-in-page .fip-results { - opacity: 1 !important; -} - -/* Find-in-page no animation */ -.fip-active-hit { - display: none; -} diff --git a/vivaldi/Mods/CSS/header.css b/vivaldi/Mods/CSS/header.css deleted file mode 100755 index 7ed2667..0000000 --- a/vivaldi/Mods/CSS/header.css +++ /dev/null @@ -1,71 +0,0 @@ -/* Hide header if tabs not on top */ -#browser:not(.tabs-top) #header { - min-height: 0px !important; -} - -/* Hide page title (Start Page for some reason shows this) */ -#browser:not(.tabs-top):not(.minimal-ui):not(.normal) #pagetitle { - display: none; -} - -/* Set mainbar/bookmark-bar l/r padding */ -#browser:not(.tabs-top) .toolbar-mainbar, -#browser:not(.tabs-top):not(.address-top):not(.normal) .bookmark-bar { - padding-left: 30px; - padding-right: 130px; -} - -/* Bottom border of mainbar */ -#browser:not(.tabs-top) .toolbar-mainbar:after { - content: ''; - background-color: var(--colorAccentBgDarker); - bottom: 0; -} - -/* Make sure buttons are in front */ -#browser:not(.tabs-top) .vivaldi, -#browser:not(.tabs-top) .window-buttongroup { - z-index: 10; -} - -/* Override V icon size */ -#browser:not(.tabs-top) .vivaldi { - width: 34px; -} -#browser:not(.tabs-top) .vivaldi svg { - height: 22px; - width: 22px; -} - -/* Hide buttons when all UI hidden */ -#browser.address-top-off.bookmark-bar-top-off:not(.tabs-top) .vivaldi, -#browser.address-top-off.bookmark-bar-top-off:not(.tabs-top) .window-buttongroup, -#browser.address-bottom-off.bookmark-bar-top-off:not(.tabs-top) .vivaldi, -#browser.address-bottom-off.bookmark-bar-top-off:not(.tabs-top) .window-buttongroup { - display: none; -} - -/* Show buttons on windowed/minimal-ui */ -#browser.normal .vivaldi, -#browser.minimal-ui:not(.fullscreen) .vivaldi, -#browser.normal .window-buttongroup, -#browser.minimal-ui .window-buttongroup { - display: initial !important; -} - -/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */ -#browser.normal #header, -#browser.minimal-ui:not(.fullscreen) #header, -#browser.address-bottom #header, -#browser.horizontal-menu #header { - min-height: calc(25px / var(--uiZoomLevel)) !important; -} - -/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */ -#browser.normal .toolbar-mainbar, -#browser.minimal-ui .toolbar-mainbar, -#browser.address-bottom .toolbar-mainbar, -#browser.horizontal-menu .toolbar-mainbar { - padding-left: unset; - padding-right: unset; -} diff --git a/vivaldi/Mods/CSS/index.html b/vivaldi/Mods/CSS/index.html deleted file mode 100644 index ebc617b..0000000 --- a/vivaldi/Mods/CSS/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - -
- - - -
- ..
-[4.2K Mar 13 10:35] custom.css
-[ 704 Nov 25 2022] find-in-page.css
-[2.0K Mar 4 13:31] header.css
-[1001 Nov 25 2022] speed-dials.css
-[ 354 Nov 25 2022] tabcycler.css
-
-
-
-0 directories, 5 files
-
-
- ..
-[5.4K Mar 30 2022] backup_search_engines.js
-[4.0K Mar 25 2022] backup_search_engines-old.js
-
-
-
-0 directories, 2 files
-
-
- ..
-[ 0 Mar 6 10:15] CSS
-[ 0 Sep 11 2022] JS
-[4.2K Mar 4 11:16] custom.css
-[1.2K Sep 13 2022] custom.unused.css
-[ 974 Feb 9 2022] quick-command-tweaks.css
-[ 834 Nov 29 2020] window-panel-tweaks.css
-
-
-
-2 directories, 4 files
-
-
| Legend | |
|---|---|
| CSS Snapshot 2010 Stable Properties | |
| CSS 2.1 Superseded by CSS 3 Rec/CR Module | |
| WD | Working Draft |
| LC | Last Call Working Draft |
| REC / CR | (Candidate) Recommendation |
| See below the table for the list of included modules | |
| stability: completed - | |
|---|---|
| Color | colr |
| CSS 2.1 | c21 |
| stability: testing - | |
| Backgrounds and Borders | bbor |
| Image Values and Replaced Content | imag |
| Marquee | marq |
| Multi-column Layout | mcol |
| Flexible Box Layout | flex |
| stability: refining - | |
| Animations | anim |
| Fonts | font |
| Text | text |
| Fragmentation | frag |
| Text Decoration | tdec |
| Transforms | traf |
| Transitions | tran |
| Writing Modes | wmod |
| stability: revising - | |
| Cascading and Inheritance | casc |
| Paged Media | pmed |
| Basic User Interface | baui |
| stability: exploring - | |
| Box Alignment | bxal |
| Compositing and Blending | comp |
| Exclusions | excl |
| Exclusions and Shapes | exsh |
| Filter Effects | filt |
| Grid Layout | grid |
| Template Layout | tmpl |
| Intrinsic & Extrinsic Sizing | size |
| Lists | list |
| Positioned Layout | posl |
| Presentation Levels | pres |
| Regions | regi |
| Masking | mask |
| Overflow | over |
Note: the outline properties are also defined in this module, but not considered to be interactive anymore.
Note: CSS 3 defines properties for the 'speech' media type. The aural properties in CSS 2.1 are defined for the 'aural' media type, but that type is also deprecated in that specification. - -
CSS Level 2 Revision 1 Rec 2011-06-07
Style Attributes CR 2010-10-12
Media Queries Rec 2012-06-19
Syntax
-
Media features
-
Units
-
Namespaces Module Rec 2011-09-29
Selectors Level 3 Rec 2011-09-29
1. Introduction
-
-
6. Simple selectors
-
6.1. Type selectors
-
-
6.2. Universal selector
-
-
6.3. Attribute selectors
-
-
6.6. Pseudo-classes
-
6.6.1. Dynamic pseudo-classes
-
-
6.6.4. The UI element states pseudo-classes
-
-
6.6.5. Structural pseudo-classes
-
7. Pseudo-elements
-
-
8. Combinators
-
-
10. The grammar of Selectors
-
-
Color Module Level 3 Rec 2011-06-07
3. Color properties
-
-
4. Color units
-
-
Backgrounds and Borders Module Level 3 CR 2012-07-24
2. Values and Interactions
-
-
3. Backgrounds
-
4. Borders
-
-
5. Rounded Corners
-
-
6. Border Images
-
7. Miscellaneous Effects
-
-
8. Definitions
-
-
Image Values and Replaced Content Module Level 3 CR 2012-04-17
3. Image Values: the <image> type
-
-
4. Gradients
-
-
5. Sizing Images and Objects in CSS
-
-
6. Image Processing
-
-
Marquee Module Level 3 CR 2008-12-05
Multi-column Layout Module CR 2011-04-12
Speech Module CR 2012-03-20
7. Mixing properties
-
-
8. Speaking properties
-
-
9. Pause properties
-
-
10. Rest properties
-
-
11. Cue properties
-
-
12. Voice characteristic properties
-
-
13. Voice duration property
-
-
Values and Units Module Level 3 CR 2013-04-04
2. Value Definition Syntax
-
-
3. Textual Data Types
-
-
4. Numeric Data Types
-
-
5. Distance Units: the ‘<length>’ type
-
-
6. Other Units
-
-
7. Data Types Defined Elsewhere
-
-
8. Functional Notations
-
-
9. Appendix A: IANA Considerations
-
-
Flexible Box Layout Module CR 2012-09-18
4. Flex Items
-
-
5. Ordering and Orientation
-
-
7. Flexibility
-
-
8. Alignment
-
-
9. Flex Layout Algorithm
-
-
10. Fragmenting Flex Layout
-
-
Animations WD 2013-02-19
4. Keyframes
-
5. Animation Events
-
-
6. DOM Interfaces
-
-
Conditional Rules Module Level 3 CR 2013-04-04
6. Feature queries: the ‘@supports’ rule
-
-
7. APIs
-
-
Fonts Module Level 3 WD 2013-02-12
3 Basic Font Properties
-
3.1 Font family: the ?font-family? property
-
-
4 Font Resources
-
4.8 Same-origin restriction for fonts
-
-
5 Font Matching Algorithm
-
-
6 Font Feature Properties
- @font-feature-values rule
-
7 Font Feature Resolution
-
-
8 Object Model
-
-
9 Font Load Events
-
-
Counter Styles Level 3 WD 2013-02-21
3. Defining Custom Counter Styles: the ‘@counter-style’ rule
-
3.1. Counter algorithms: the ‘system’ descriptor
-
5. Simple Predefined Counter Styles
-
6. Complex Predefined Counter Styles
-
6.1. Longhand East Asian Counter Styles: ‘japanese-informal’, ‘japanese-formal’, ‘korean-hangul-formal’, ‘korean-hanja-informal’, ‘korean-hanja-formal’, ‘simp-chinese-informal’, ‘simp-chinese-formal’, ‘trad-chinese-informal’, ‘trad-chinese-formal’
-
-
7. APIs
-
-
Text Module Level 3 WD 2012-11-13
2. Transforming Text
-
-
4. White Space Processing Details
-
-
5. Line Breaking and Word Boundaries
-
-
6. Hyphenation
-
-
7. Alignment and Justification
-
-
8. Spacing
-
-
9. Edge Effects
-
-
Fragmentation Module Level 3 WD 2012-08-23
Text Decoration Module Level 3 WD 2013-01-03
2. Line Decoration: Underline, Overline, and Strike-Through
-
3. Emphasis Marks
-
-
Transforms WD 2012-09-11
6. The Transform Rendering Model
-
-
13. The SVG ‘transform’ Attribute
-
13.2. Syntax of the SVG ‘transform’ attribute
-
-
14. SVG Animation
-
-
15. The Transform Functions
-
-
20. Interpolation of Matrices
-
-
Transitions WD 2013-02-12
Custom Properties for Cascading Variables Module Level 1 WD 2013-03-12
Writing Modes Module Level 3 WD 2012-11-15
2. Inline Direction and Bidirectionality
-
-
3. Introduction to Vertical Text
-
-
4. Inline-level Alignment
-
-
5. Introduction to Vertical Text Layout
-
-
6. Abstract Box Terminology
-
-
7. Abstract Box Layout
-
-
9. Glyph Composition
-
-
Cascading and inheritance Level 3 WD 2013-01-03
2. Importing style sheets: the ‘@import’ rule
-
-
3. Shorthand Properties
-
-
4. Cascading and Inheritance
-
-
5. Stages of Value Computation
-
-
Paged Media Module Level 3 WD 2013-03-14
Basic User Interface Module Level 3 WD 2012-01-17
4. User Interface Selectors
-
-
5. Element icons
-
-
6. Box Model addition
-
-
7. Outline properties
-
-
8. Resizing & Overflow
-
-
9. Pointing Devices and Keyboards
-
-
CSSOM View Module WD 2011-08-04
3 Terminology
-
4 Extensions to the Window Interface
-
-
5 Extensions to the Document Interface
-
-
6 Extensions to the Element Interface
-
-
7 Extensions to the HTMLElement Interface
-
-
10 Rectangles
-
-
Test Suites
Profiles| Attribute - | Element(s) - | Description - | Value - |
|---|---|---|---|
abbr
- | th
- | Alternative label to use for the header cell when referencing the cell in other contexts - | Text* - |
accept
- | input
- | Hint for expected file type in file upload controls - | Set of comma-separated tokens* consisting of valid MIME types with no parameters or audio/*, video/*, or image/*
- |
accept-charset
- | form
- | Character encodings to use for form submission - | Ordered set of unique space-separated tokens, ASCII case-insensitive, consisting of names of ASCII-compatible character encodings* - |
accesskey
- | HTML elements - | Keyboard shortcut to activate or focus element - | Ordered set of unique space-separated tokens, case-sensitive, consisting of one Unicode code point in length - |
action
- | form
- | URL to use for form submission - | Valid non-empty URL potentially surrounded by spaces - |
allowfullscreen
- | iframe
- | Whether to allow the iframe's contents to use requestFullscreen()
- | Boolean attribute - |
alt
- | area;
- img;
- input
- | Replacement text for use when images are not available - | Text* - |
async
- | script
- | Execute script asynchronously - | Boolean attribute - |
autocomplete
- | form
- | Default setting for autofill feature for controls in the form - | "on"; "off"
- |
autocomplete
- | input;
- select;
- textarea
- | Hint for form autofill feature - | Autofill field name and related tokens* - |
autofocus
- | button;
- input;
- keygen;
- select;
- textarea
- | Automatically focus the form control when the page is loaded - | Boolean attribute - |
autoplay
- | audio;
- video
- | Hint that the media resource can be started automatically when the page is loaded - | Boolean attribute - |
challenge
- | keygen
- | String to package with the generated and signed public key - | Text - |
charset
- | meta
- | Character encoding declaration - | Encoding name* - |
charset
- | script
- | Character encoding of the external script resource - | Encoding name* - |
checked
- | menuitem;
- input
- | Whether the command or control is checked - | Boolean attribute - |
cite
- | blockquote;
- del;
- ins;
- q
- | Link to the source of the quotation or more information about the edit - | Valid URL potentially surrounded by spaces - |
class
- | HTML elements - | Classes to which the element belongs - | Set of space-separated tokens - |
cols
- | textarea
- | Maximum number of characters per line - | Valid non-negative integer greater than zero - |
colspan
- | td;
- th
- | Number of columns that the cell is to span - | Valid non-negative integer greater than zero - |
command
- | menuitem
- | Command definition - | ID* - |
content
- | meta
- | Value of the element - | Text* - |
contenteditable
- | HTML elements - | Whether the element is editable - | "true"; "false"
- |
contextmenu
- | HTML elements - | The element's context menu - | ID* - |
controls
- | audio;
- video
- | Show user agent controls - | Boolean attribute - |
coords
- | area
- | Coordinates for the shape to be created in an image map - | Valid list of integers* - |
crossorigin
- | audio;
- img;
- link;
- script;
- video
- | How the element handles crossorigin requests - | "anonymous"; "use-credentials"
- |
data
- | object
- | Address of the resource - | Valid non-empty URL potentially surrounded by spaces - |
datetime
- | del;
- ins
- | Date and (optionally) time of the change - | Valid date string with optional time - |
datetime
- | time
- | Machine-readable value - | Valid month string, - valid date string, - valid yearless date string, - valid time string, - valid local date and time string, - valid time-zone offset string, - valid global date and time string, - valid week string, - valid non-negative integer, or - valid duration string - |
default
- | track
- | Enable the track if no other text track is more suitable - | Boolean attribute - |
defer
- | script
- | Defer script execution - | Boolean attribute - |
dir
- | HTML elements - | The text directionality of the element - | "ltr"; "rtl"; "auto"
- |
dirname
- | input;
- textarea
- | Name of form field to use for sending the element's directionality in form submission - | Text* - |
disabled
- | button;
- menuitem;
- fieldset;
- input;
- keygen;
- optgroup;
- option;
- select;
- textarea
- | Whether the form control is disabled - | Boolean attribute - |
download
- | a;
- area
- | Whether to download the resource instead of navigating to it, and its file name if so - | Text - |
draggable
- | HTML elements - | Whether the element is draggable - | "true"; "false"
- |
dropzone
- | HTML elements - | Accepted item types for drag-and-drop - | Unordered set of unique space-separated tokens, ASCII case-insensitive, consisting of accepted types and drag feedback* - |
enctype
- | form
- | Form data set encoding type to use for form submission - | "application/x-www-form-urlencoded"; "multipart/form-data"; "text/plain"
- |
for
- | label
- | Associate the label with form control - | ID* - |
for
- | output
- | Specifies controls from which the output was calculated - | Unordered set of unique space-separated tokens, case-sensitive, consisting of IDs* - |
form
- | button;
- fieldset;
- input;
- keygen;
- label;
- object;
- output;
- select;
- textarea
- | Associates the control with a form element
- | ID* - |
formaction
- | button;
- input
- | URL to use for form submission - | Valid non-empty URL potentially surrounded by spaces - |
formenctype
- | button;
- input
- | Form data set encoding type to use for form submission - | "application/x-www-form-urlencoded"; "multipart/form-data"; "text/plain"
- |
formmethod
- | button;
- input
- | HTTP method to use for form submission - | "GET"; "POST"
- |
formnovalidate
- | button;
- input
- | Bypass form control validation for form submission - | Boolean attribute - |
formtarget
- | button;
- input
- | Browsing context for form submission - | Valid browsing context name or keyword - |
headers
- | td;
- th
- | The header cells for this cell - | Unordered set of unique space-separated tokens, case-sensitive, consisting of IDs* - |
height
- | canvas;
- embed;
- iframe;
- img;
- input;
- object;
- video
- | Vertical dimension - | Valid non-negative integer - |
hidden
- | HTML elements - | Whether the element is relevant - | Boolean attribute - |
high
- | meter
- | Low limit of high range - | Valid floating-point number* - |
href
- | a;
- area
- | Address of the hyperlink - | Valid URL potentially surrounded by spaces - |
href
- | link
- | Address of the hyperlink - | Valid non-empty URL potentially surrounded by spaces - |
href
- | base
- | Document base URL - | Valid URL potentially surrounded by spaces - |
hreflang
- | a;
- area;
- link
- | Language of the linked resource - | Valid BCP 47 language tag - |
http-equiv
- | meta
- | Pragma directive - | Text* - |
icon
- | menuitem
- | Icon for the command - | Valid non-empty URL potentially surrounded by spaces - |
id
- | HTML elements - | The element's ID - | Text* - |
inert
- | HTML elements - | Whether the element is inert - | Boolean attribute - |
inputmode
- | input;
- textarea
- | Hint for selecting an input modality - | verbatim;
- latin;
- latin-name;
- latin-prose;
- full-width-latin;
- kana;
- katakana;
-
- numeric;
- tel;
- email;
- url
- |
ismap
- | img
- | Whether the image is a server-side image map - | Boolean attribute - |
itemid
- | HTML elements - | Global identifier for a microdata item - | Valid URL potentially surrounded by spaces - |
itemprop
- | HTML elements - | Property names of a microdata item - | Unordered set of unique space-separated tokens, case-sensitive, consisting of valid absolute URLs, defined property names, or text* - |
itemref
- | HTML elements - | Referenced elements - | Unordered set of unique space-separated tokens, case-sensitive, consisting of IDs* - |
itemscope
- | HTML elements - | Introduces a microdata item - | Boolean attribute - |
itemtype
- | HTML elements - | Item types of a microdata item - | Unordered set of unique space-separated tokens, case-sensitive, consisting of valid absolute URL* - |
keytype
- | keygen
- | The type of cryptographic key to generate - | Text* - |
kind
- | track
- | The type of text track - | "subtitles";
- "captions";
- "descriptions";
- "chapters";
- "metadata"
- |
label
- | menuitem;
- menu;
- optgroup;
- option;
- track
- | User-visible label - | Text - |
lang
- | HTML elements - | Language of the element - | Valid BCP 47 language tag or the empty string - |
list
- | input
- | List of autocomplete options - | ID* - |
loop
- | audio;
- video
- | Whether to loop the media resource - | Boolean attribute - |
low
- | meter
- | High limit of low range - | Valid floating-point number* - |
manifest
- | html
- | Application cache manifest - | Valid non-empty URL potentially surrounded by spaces - |
max
- | input
- | Maximum value - | Varies* - |
max
- | meter;
- progress
- | Upper bound of range - | Valid floating-point number* - |
maxlength
- | input;
- textarea
- | Maximum length of value - | Valid non-negative integer - |
media
- | link;
- source;
- style
- | Applicable media - | Valid media query - |
mediagroup
- | audio;
- video
- | Groups media elements together with an implicit MediaController
- | Text - |
method
- | form
- | HTTP method to use for form submission - | "GET";
- "POST";
- "dialog"
- |
min
- | input
- | Minimum value - | Varies* - |
min
- | meter
- | Lower bound of range - | Valid floating-point number* - |
multiple
- | input;
- select
- | Whether to allow multiple values - | Boolean attribute - |
muted
- | audio;
- video
- | Whether to mute the media resource by default - | Boolean attribute - |
name
- | button;
- fieldset;
- input;
- keygen;
- output;
- select;
- textarea
- | Name of form control to use for form submission and in the form.elements API
- | Text* - |
name
- | form
- | Name of form to use in the document.forms API
- | Text* - |
name
- | iframe;
- object
- | Name of nested browsing context - | Valid browsing context name or keyword - |
name
- | map
- | Name of image map to reference from the usemap attribute
- | Text* - |
name
- | meta
- | Metadata name - | Text* - |
name
- | param
- | Name of parameter - | Text - |
novalidate
- | form
- | Bypass form control validation for form submission - | Boolean attribute - |
open
- | details
- | Whether the details are visible - | Boolean attribute - |
open
- | dialog
- | Whether the dialog box is showing - | Boolean attribute - |
optimum
- | meter
- | Optimum value in gauge - | Valid floating-point number* - |
pattern
- | input
- | Pattern to be matched by the form control's value - | Regular expression matching the JavaScript Pattern production - |
ping
- | a;
- area
- | URLs to ping - | Set of space-separated tokens consisting of valid non-empty URLs - |
placeholder
- | input;
- textarea
- | User-visible label to be placed within the form control - | Text* - |
poster
- | video
- | Poster frame to show prior to video playback - | Valid non-empty URL potentially surrounded by spaces - |
preload
- | audio;
- video
- | Hints how much buffering the media resource will likely need - | "none";
- "metadata";
- "auto"
- |
radiogroup
- | menuitem
- | Name of group of commands to treat as a radio button group - | Text - |
readonly
- | input;
- textarea
- | Whether to allow the value to be edited by the user - | Boolean attribute - |
rel
- | a;
- area;
- link
- | Relationship between the document containing the hyperlink and the destination resource - | Set of space-separated tokens* - |
required
- | input;
- select;
- textarea
- | Whether the control is required for form submission - | Boolean attribute - |
reversed
- | ol
- | Number the list backwards - | Boolean attribute - |
rows
- | textarea
- | Number of lines to show - | Valid non-negative integer greater than zero - |
rowspan
- | td;
- th
- | Number of rows that the cell is to span - | Valid non-negative integer - |
sandbox
- | iframe
- | Security rules for nested content - | Unordered set of unique space-separated tokens, ASCII case-insensitive, consisting of
- "allow-forms",
- "allow-pointer-lock",
- "allow-popups",
- "allow-same-origin",
- "allow-scripts and
- "allow-top-navigation"
- |
spellcheck
- | HTML elements - | Whether the element is to have its spelling and grammar checked - | "true"; "false"
- |
scope
- | th
- | Specifies which cells the header cell applies to - | "row";
- "col";
- "rowgroup";
- "colgroup"
- |
scoped
- | style
- | Whether the styles apply to the entire document or just the parent subtree - | Boolean attribute - |
seamless
- | iframe
- | Whether to apply the document's styles to the nested content - | Boolean attribute - |
selected
- | option
- | Whether the option is selected by default - | Boolean attribute - |
shape
- | area
- | The kind of shape to be created in an image map - | "circle";
- "default";
- "poly";
- "rect"
- |
size
- | input;
- select
- | Size of the control - | Valid non-negative integer greater than zero - |
sizes
- | link
- | Sizes of the icons (for rel="icon")
- | Unordered set of unique space-separated tokens, ASCII case-insensitive, consisting of sizes* - |
span
- | col;
- colgroup
- | Number of columns spanned by the element - | Valid non-negative integer greater than zero - |
src
- | audio;
- embed;
- iframe;
- img;
- input;
- script;
- source;
- track;
- video
- | Address of the resource - | Valid non-empty URL potentially surrounded by spaces - |
srcdoc
- | iframe
- | A document to render in the iframe
- | The source of an iframe srcdoc document*
- |
srclang
- | track
- | Language of the text track - | Valid BCP 47 language tag - |
srcset
- | img
- | Images to use in different situations (e.g. high-resolution displays, small monitors, etc) - | Comma-separated list of image candidate strings - |
start
- | ol
- | Ordinal value of the first item - | Valid integer - |
step
- | input
- | Granularity to be matched by the form control's value - | Valid floating-point number greater than zero, or "any"
- |
style
- | HTML elements - | Presentational and formatting instructions - | CSS declarations* - |
tabindex
- | HTML elements - | Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation - | Valid integer - |
target
- | a;
- area
- | Browsing context for hyperlink navigation - | Valid browsing context name or keyword - |
target
- | base
- | Default browsing context for hyperlink navigation and form submission - | Valid browsing context name or keyword - |
target
- | form
- | Browsing context for form submission - | Valid browsing context name or keyword - |
title
- | HTML elements - | Advisory information for the element - | Text - |
title
- | abbr;
- dfn
- | Full term or expansion of abbreviation - | Text - |
title
- | menuitem
- | Hint describing the command - | Text - |
title
- | link
- | Title of the link - | Text - |
title
- | link;
- style
- | Alternative style sheet set name - | Text - |
translate
- | HTML elements - | Whether the element is to be translated when the page is localized - | "yes"; "no"
- |
type
- | a;
- area;
- link
- | Hint for the type of the referenced resource - | Valid MIME type - |
type
- | button
- | Type of button - | "submit";
- "reset";
- "button";
- "menu"
- |
type
- | embed;
- object;
- script;
- source;
- style
- | Type of embedded resource - | Valid MIME type - |
type
- | input
- | Type of form control - | input type keyword
- |
type
- | menu
- | Type of menu - | "popup"; "toolbar"
- |
type
- | menuitem
- | Type of command - | "command";
- "checkbox";
- "radio"
- |
type
- | ol
- | Kind of list marker - | "1";
- "a";
- "A";
- "i";
- "I"
- |
typemustmatch
- | object
- | Whether the type attribute and the Content-Type value need to match for the resource to be used
- | Boolean attribute - |
usemap
- | img;
- object
- | Name of image map to use - | Valid hash-name reference* - |
value
- | button;
- option
- | Value to be used for form submission - | Text - |
value
- | data
- | Machine-readable value - | Text* - |
value
- | input
- | Value of the form control - | Varies* - |
value
- | li
- | Ordinal value of the list item - | Valid integer - |
value
- | meter;
- progress
- | Current value of the element - | Valid floating-point number - |
value
- | param
- | Value of parameter - | Text - |
width
- | canvas;
- embed;
- iframe;
- img;
- input;
- object;
- video
- | Horizontal dimension - | Valid non-negative integer - |
wrap
- | textarea
- | How the value of the form control is to be wrapped for form submission - | "soft";
- "hard"
- |
Event handler content attributes not included.
-An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.
| Element | Description | Attributes |
|---|---|---|
a | Hyperlink | href; target; download; ping; rel; hreflang; type |
abbr | Abbreviation | |
address | Contact information for a page or article element | |
area | Hyperlink or dead area on an image map | alt; coords; shape; href; target; download; ping; rel; hreflang; type |
article | Self-contained syndicatable or reusable composition | |
aside | Sidebar for tangentially related content | |
audio | Audio player | crossorigin; preload; autoplay; mediagroup; loop; muted; controls |
b | Keywords | |
base | Base URL and default target browsing context for hyperlinks and forms | |
bdi | Text directionality isolation | |
bdo | Text directionality formatting | |
blockquote | A section quoted from another source | |
body | Document body | onafterprint; onbeforeprint; onbeforeunload; onfullscreenchange; onfullscreenerror; onhashchange; onmessage; onoffline; ononline; onpagehide; onpageshow; onpopstate; onresize; onstorage; onunload |
br | Line break, e.g. in poem or postal address | |
button | Button control | autofocus; disabled; form; formaction; formenctype; formmethod; formnovalidate; formtarget; name; type; value |
canvas | Scriptable bitmap canvas | width; height |
caption | Table caption | |
cite | Title of a work | |
code | Computer code | |
col | Table column | span |
colgroup | Group of columns in a table | span |
menuitem | Menu command | type; label; icon; disabled; checked; radiogroup; command |
data | Machine-readable equivalent | value |
datalist | Container for options for combo box control | |
dd | Content for corresponding dt element(s) | |
del | A removal from the document | cite; datetime |
details | Disclosure control for hiding details | code title="attr-details-open">open |
dfn | Defining instance | |
dialog | Dialog box or window | open |
div | Generic flow container | |
dl | Association list consisting of zero or more name-value groups | |
dt | Legend for corresponding dd element(s) | |
em | Stress emphasis | |
embed | Plugin | src; type; width; height; any* |
fieldset | Group of form controls | disabled; form; name |
figcaption | Caption for figure | |
figure | Figure with optional caption | |
footer | Footer for a page or section | |
form | User-submittable form | accept-charset; action; autocomplete; enctype; method; name; novalidate; target |
h1, h2, h3, h4, h5, h6 | Section heading | |
head | Container for document metadata | |
header | Introductory or navigational aids for a page or section | |
hgroup | Heading group | |
hr | Thematic break | |
html | Root element | manifest |
i | Alternate voice | |
iframe | Nested browsing context | src; srcdoc; name; sandbox; seamless; allowfullscreen; width; height |
img | Image | alt; src; srcset; crossorigin; usemap; ismap; width; height |
input | Form control | accept; alt; autocomplete; autofocus; checked; dirname; disabled; form; formaction; formenctype; formmethod; formnovalidate; formtarget; height; list; max; maxlength; min; multiple; name; pattern; placeholder; readonly; required; size; src; step; type; value; width |
ins | An addition to the document | cite; datetime |
kbd | User input | |
keygen | Cryptographic key-pair generator form control | autofocus; challenge; disabled; form; keytype; name |
label | Caption for a form control | form; for |
legend | Caption for fieldset | |
li | List item | value* |
link | Link metadata | href; crossorigin; rel; media; hreflang; type; sizes |
main | Container for the dominant contents of another element | |
map | Image map | name |
mark | Highlight | |
menu | Menu of commands | type; label |
meta | Text metadata | name; http-equiv; content; charset |
meter | Gauge | value; min; max; low; high; optimum |
nav | Section with navigational links | |
noscript | Fallback content for script | |
object | Image, nested browsing context, or plugin | data; type; typemustmatch; name; usemap; form; width; height |
ol | Ordered list | reversed; start; type |
optgroup | Group of options in a list box | disabled; label |
option | Option in a list box or combo box control | disabled; label; selected; value |
output | Calculated output value | for; form; name |
p | Paragraph | |
param | Parameter for object | name; value |
pre | Block of preformatted text | |
progress | Progress bar | value; max |
q | Quotation | cite |
rp | Parenthesis for ruby annotation text | |
rt | Ruby annotation text | |
ruby | Ruby annotation(s) | |
s | Inaccurate text | |
samp | Computer output | |
script | Embedded script | src; type; charset; async; defer; crossorigin |
section | Generic document or application section | |
select | List box control | autofocus; disabled; form; multiple; name; required; size |
small | Side comment | |
source | Media source for video or audio | src; type; media |
span | Generic phrasing container | |
strong | Importance | |
style | Embedded styling information | media; type; scoped |
sub | Subscript | |
summary | Caption for details | |
sup | Superscript | |
table | Table | |
tbody | Group of rows in a table | |
td | Table cell | colspan; rowspan; headers |
textarea | Multiline text field | autofocus; cols; dirname; disabled; form; maxlength; name; placeholder; readonly; required; rows; wrap |
tfoot | Group of footer rows in a table | |
th | Table header cell | colspan; rowspan; headers; scope; abbr |
thead | Group of heading rows in a table | |
time | Machine-readable equivalent of date- or time-related data | datetime |
title | Document title | |
tr | Table row | |
track | Timed text track | default; kind; label; src; srclang |
u | Keywords | |
ul | List | |
var | Variable | |
video | Video player | src; crossorigin; poster; preload; autoplay; mediagroup; loop; muted; controls; width; height |
wbr | Line breaking opportunity |
An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.
diff --git a/vivaldi/Panels/HTTP/index.html b/vivaldi/Panels/HTTP/index.html deleted file mode 100755 index bcb1dc9..0000000 --- a/vivaldi/Panels/HTTP/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -| HTTP header | Quick definition | Agent |
|---|---|---|
| Accept | media types handled by client | Client |
| Accept-Charset | charsets understood by client | Client |
| Accept-Encoding | encodings understood by client | Client |
| Accept-Language | languages understood by client (or ideally by user) | Client |
| Accept-Ranges | whether server understands range requests (and what type) | Server |
| Age | how long the content has been cached | Cache |
| Allow | methods supported for that URL | Server |
| Authorization | HTTP authentication user name and password | Client |
| Cache-Control | various sub-fields indicating if the file can be cached | Server |
| Connection | To distinguish persistent and close-able connections | Client, Server |
| Content-Encoding | Encodings used - for example gzip compression | Server |
| Content-Language | Language of page | Server |
| Content-Length | Size of what is being sent from server or POSTed by UA | Client, Server |
| Content-Location | The "real" URL of a page | Server |
| Content-MD5 | MD5 hash for integrity check of the entity-body | Client, Server |
| Content-Range | What part of the document is being sent | Server |
| Content-Type | What type of file is sent | Server |
| Date | Current date | Server |
| ETag | Short "signature" of that version of a file, can be used to check if it is updated | Server |
| Expect | Client asks for specific server behaviour | Client |
| Expires | how long the content may be cached | Server |
| From | E-mail of user visiting site (anyone actually using this??) | Client |
| Host | Domain name of server one is requesting page from | Client |
| If-Match | If page still matches previously received ETag "signature" | Client |
| If-Modified-Since | If page has been changed since a certain date | Client |
| If-None-Match | If page does not match previously received ETag "signature" | Client |
| If-Range | Request only part of a file if it isn't updated | Client |
| If-Unmodified-Since | If page hasn't been changed since a certain date | Client |
| Last-Modified | Date of last time the file was changed | Server |
| Location | Send the request to another place | Server |
| Max-Forwards | Limit the number of proxy servers that may process the request | Client |
| Pragma | General "whatever" tag, like HTML's META | Client, Server, Cache |
| Proxy-Authenticate | Request proxy user name and password | Proxy |
| Proxy-Authorization | Send proxy user name and password | Client |
| Range | Request only part of a file | Client |
| Referer | URL of page with a link that took you to the current | Client |
| Retry-After | Used with error messages to indicate when service may be available again | Server |
| Server | Name of server software | Server |
| TE | Acceptable transfer-codings | Client |
| Trailer | Used with transfer-coding to show what HTTP headers are available in "trailer" of message | Server |
| Transfer-Encoding | Type of transformation used between sender and recipient | Server |
| Upgrade | Client indicates that it supports other protocols/versions than HTTP/1.1 | Client |
| User-Agent | Name of UA software | Client |
| Vary | For content-negotiation, shows criteria used for selecting that content | Server |
| Via | Proxy servers note that they've been involved in transferring this content | Proxy |
| Warning | Human- or proxy-readable message about the state of the contents | Server |
| WWW-Authenticate | Request user name and password | Server |
| Method | Description |
|---|---|
| OPTIONS | -Allows client to determine options and/or requirements for a resource | -
| GET | -Retrieve information identified by Request-URI | -
| HEAD | -Same as GET, but doesn't return body | -
| POST | -Request server accept enclosed entity as a new subordinate of the resource identified by Request-URI | -
| PUT | -Requests the enclosed entity be stored under the Request-URI | -
| DELETE | -Requests server delete resource identified by Request-URI | -
| TRACE | -Invokes a remote, application-layer loopback of the request message | -
| CONNECT | -Reserved for use with proxies that can dynamically switch to being a tunnel | -
About this Guide
-
-
-
-
JavaScript Overview
-
-
-
-
Values, variables, and literals
-
-
-
-
Expressions and Operators
-
Operators
-
Bitwise Operators
-
-
Logical Operators
-
-
Special Operators
- delete
- in
- instanceof
- new
- this
- typeof
- void
-
Regular Expressions
-
-
-
-
Statements
-
-
-
-
Functions
-
-
-
-
Working with objects
-
Creating New Objects
- this for object references
-
Defining getters and setters
-
Predefined Core Objects
-
Array Object
-
-
Date Object
-
-
Details of the Object Model
-
-
-
-
Inheritance revisited
-
-
-
-
Iterators and Generators
-
-
-
-
Closures
-
-
-
-
LiveConnect Overview
-
-
-| Code | -Name | -Displays As: | -
|---|---|---|
| 	 | Horizontal tab | non-printing |
| | Line feed | non-printing |
| | Carriage Return | non-printing |
| " or " | quotation mark = APL quote | " or " |
| & or & | ampersand | & or & |
|   | Space | non-printing |
| ! | Exclamation mark | ! |
| " or " | Quotation mark | " or " |
| # | Number sign | # |
| $ | Dollar sign | $ |
| % | Percent sign | % |
| & or & | Ampersand | & or & |
| ' | Apostrophe | ' |
| ( | Left parenthesis | ( |
| ) | Right parenthesis | ) |
| * | Asterisk | * |
| + | Plus sign | + |
| , | Comma | , |
| - | Hyphen | - |
| . | Period (fullstop) | . |
| / | Solidus (slash) | / |
| : | Colon | : |
| ; | Semi-colon | ; |
| < or < | Less than | < or < |
| = | Equals sign | = |
| > or > | Greater than | > or > |
| ? | Question mark | ? |
| @ | Commercial at | @ |
| [ | Left square bracket | [ |
| \ | Reverse solidus (backslash) | \ |
| ] | Right square bracket | ] |
| ^ | Caret | ^ |
| _ | Horizontal bar (underscore) | _ |
| ` | Acute accent | ` |
| { | Left curly brace | { |
| | | Vertical bar | | |
| } | Right curly brace | } |
| ~ | Tilde | ~ |
| ’ is non-standard! use ’ instead! | ||
| &endash; or – are non-standard! use – instead! | ||
| &emdash; or — are non-standard! use — instead! | ||
|   or | no-break space = non-breaking space | or |
| ¡ or ¡ | inverted exclamation mark | ¡ or ¡ |
| ¢ or ¢ | Cent sign | ¢ or ¢ |
| £ or £ | Pound sterling | £ or £ |
| ¤ or ¤ | General currency sign | ¤ or ¤ |
| ¥ or ¥ | yen sign = yuan sign | ¥ or ¥ |
| ¦ or ¦ | pipe or broken bar = broken vertical bar | ¦ or ¦ |
| § or § | Section sign | § or § |
| ¨ or ¨ | diaeresis = spacing diaeresis | ¨ or ¨ |
| © or © | copyright sign | © or © |
| ª or ª | feminine ordinal indicator | ª or ª |
| « or « | left-pointing double angle quotation mark = left pointing guillemet | « or « |
| ¬ or ¬ | not sign | ¬ or ¬ |
| ­ or ­ | soft hyphen = discretionary hyphen | or |
| ® or ® | registered sign = registered trade mark sign | ® or ® |
| ¯ or ¯ | macron = spacing macron = overline = APL overbar | ¯ or ¯ |
| ° or ° | degree sign | ° or ° |
| ± or ± | plus-minus sign = plus-or-minus sign | ± or ± |
| ² or ² | superscript two = superscript digit two = squared | ² or ² |
| ³ or ³ | superscript three = superscript digit three = cubed | ³ or ³ |
| ´ or ´ | acute accent = spacing acute | ´ or ´ |
| µ or µ | micro sign | µ or µ |
| ¶ or ¶ | pilcrow sign = paragraph sign | ¶ or ¶ |
| · or · | middle dot = Georgian comma = Greek middle dot | · or · |
| ¸ or ¸ | cedilla = spacing cedilla | ¸ or ¸ |
| ¹ or ¹ | superscript one = superscript digit one | ¹ or ¹ |
| º or º | masculine ordinal indicator | º or º |
| » or » | right-pointing double angle quotation mark = right pointing guillemet | » or » |
| ¼ or ¼ | vulgar fraction one quarter = fraction one quarter | ¼ or ¼ |
| ½ or ½ | vulgar fraction one half = fraction one half | ½ or ½ |
| ¾ or ¾ | vulgar fraction three quarters = fraction three quarters | ¾ or ¾ |
| ¿ or ¿ | inverted question mark = turned question mark | ¿ or ¿ |
| À or À | latin capital letter A with grave = latin capital letter A grave | À or À |
| Á or Á | latin capital letter A with acute | Á or Á |
|  or  | latin capital letter A with circumflex |  or  |
| à or à | latin capital letter A with tilde | à or à |
| Ä or Ä | latin capital letter A with diaeresis | Ä or Ä |
| Å or Å | latin capital letter A with ring above = latin capital letter A ring | Å or Å |
| Æ or Æ | latin capital letter AE = latin capital ligature AE | Æ or Æ |
| Ç or Ç | latin capital letter C with cedilla | Ç or Ç |
| È or È | latin capital letter E with grave | È or È |
| É or É | latin capital letter E with acute | É or É |
| Ê or Ê | latin capital letter E with circumflex | Ê or Ê |
| Ë or Ë | latin capital letter E with diaeresis | Ë or Ë |
| Ì or Ì | latin capital letter I with grave | Ì or Ì |
| Í or Í | latin capital letter I with acute | Í or Í |
| Î or Î | latin capital letter I with circumflex | Î or Î |
| Ï or Ï | latin capital letter I with diaeresis | Ï or Ï |
| Ð or Ð | latin capital letter ETH | Ð or Ð |
| Ñ or Ñ | latin capital letter N with tilde | Ñ or Ñ |
| Ò or Ò | latin capital letter O with grave | Ò or Ò |
| Ó or Ó | latin capital letter O with acute | Ó or Ó |
| Ô or Ô | latin capital letter O with circumflex | Ô or Ô |
| Õ or Õ | latin capital letter O with tilde | Õ or Õ |
| Ö or Ö | latin capital letter O with diaeresis | Ö or Ö |
| × or × | multiplication sign | × or × |
| Ø or Ø | latin capital letter O with stroke = latin capital letter O slash | Ø or Ø |
| Ù or Ù | latin capital letter U with grave | Ù or Ù |
| Ú or Ú | latin capital letter U with acute | Ú or Ú |
| Û or Û | latin capital letter U with circumflex | Û or Û |
| Ü or Ü | latin capital letter U with diaeresis | Ü or Ü |
| Ý or Ý | latin capital letter Y with acute | Ý or Ý |
| Þ or Þ | latin capital letter THORN | Þ or Þ |
| ß or ß | Small sharp s, German (sz ligature) | ß or ß |
| ß or ß | latin small letter sharp s = ess-zed | ß or ß |
| à or à | latin small letter a with grave = latin small letter a grave | à or à |
| á or á | latin small letter a with acute | á or á |
| â or â | latin small letter a with circumflex | â or â |
| ã or ã | latin small letter a with tilde | ã or ã |
| ä or ä | latin small letter a with diaeresis | ä or ä |
| å or å | latin small letter a with ring above = latin small letter a ring | å or å |
| æ or æ | latin small letter ae = latin small ligature ae | æ or æ |
| ç or ç | latin small letter c with cedilla | ç or ç |
| è or è | latin small letter e with grave | è or è |
| é or é | latin small letter e with acute | é or é |
| ê or ê | latin small letter e with circumflex | ê or ê |
| ë or ë | latin small letter e with diaeresis | ë or ë |
| ì or ì | latin small letter i with grave | ì or ì |
| í or í | latin small letter i with acute | í or í |
| î or î | latin small letter i with circumflex | î or î |
| ï or ï | latin small letter i with diaeresis | ï or ï |
| ð or ð | latin small letter eth | ð or ð |
| ñ or ñ | latin small letter n with tilde | ñ or ñ |
| ò or ò | latin small letter o with grave | ò or ò |
| ó or ó | latin small letter o with acute | ó or ó |
| ô or ô | latin small letter o with circumflex | ô or ô |
| õ or õ | latin small letter o with tilde | õ or õ |
| ö or ö | latin small letter o with diaeresis | ö or ö |
| ÷ or ÷ | division sign | ÷ or ÷ |
| ø or ø | latin small letter o with stroke, = latin small letter o slash | ø or ø |
| ù or ù | latin small letter u with grave | ù or ù |
| ú or ú | latin small letter u with acute | ú or ú |
| û or û | latin small letter u with circumflex | û or û |
| ü or ü | latin small letter u with diaeresis | ü or ü |
| ý or ý | latin small letter y with acute | ý or ý |
| þ or þ | latin small letter thorn | þ or þ |
| ÿ or ÿ | Small y, dieresis or umlaut mark | ÿ or ÿ |
| Œ or Œ | latin capital ligature OE | Œ or Œ |
| œ or œ | latin small ligature oe | œ or œ |
| Š or Š | latin capital letter S with caron | Š or Š |
| š or š | latin small letter s with caron | š or š |
| Ÿ or Ÿ | latin capital letter Y with diaeresis | Ÿ or Ÿ |
| ƒ or ƒ | latin small f with hook = function = florin | ƒ or ƒ |
| ˆ or ˆ | modifier letter circumflex accent | ˆ or ˆ |
| ˜ or ˜ | small tilde | ˜ or ˜ |
| Α or Α | greek capital letter alpha | Α or Α |
| Β or Β | greek capital letter beta | Β or Β |
| Γ or Γ | greek capital letter gamma | Γ or Γ |
| Δ or Δ | greek capital letter delta | Δ or Δ |
| Ε or Ε | greek capital letter epsilon | Ε or Ε |
| Ζ or Ζ | greek capital letter zeta | Ζ or Ζ |
| Η or Η | greek capital letter eta | Η or Η |
| Θ or Θ | greek capital letter theta | Θ or Θ |
| Ι or Ι | greek capital letter iota | Ι or Ι |
| Κ or Κ | greek capital letter kappa | Κ or Κ |
| Λ or Λ | greek capital letter lambda | Λ or Λ |
| Μ or Μ | greek capital letter mu | Μ or Μ |
| Ν or Ν | greek capital letter nu | Ν or Ν |
| Ξ or Ξ | greek capital letter xi | Ξ |
| Ο or Ο | greek capital letter omicron | Ο or Ο |
| Π or Π | greek capital letter pi | Π or Π |
| Ρ or Ρ | greek capital letter rho | Ρ or Ρ |
| Σ or Σ | greek capital letter sigma | Σ or Σ |
| Τ or Τ | greek capital letter tau | Τ or Τ |
| Υ or Υ | greek capital letter upsilon | Υ or Υ |
| Φ or Φ | greek capital letter phi | Φ or Φ |
| Χ or Χ | greek capital letter chi | Χ or Χ |
| Ψ or Ψ | greek capital letter psi | Ψ or Ψ |
| Ω or Ω | greek capital letter omega | Ω or Ω |
| α or α | greek small letter alpha | α or α |
| β or β | greek small letter beta | β or β |
| γ or γ | greek small letter gamma | γ or γ |
| δ or δ | greek small letter delta | δ or δ |
| ε or ε | greek small letter epsilon | ε or ε |
| ζ or ζ | greek small letter zeta | ζ or ζ |
| η or η | greek small letter eta | η or η |
| θ or θ | greek small letter theta | θ or θ |
| ι or ι | greek small letter iota | ι or ι |
| κ or κ | greek small letter kappa | κ or κ |
| λ or λ | greek small letter lambda | λ or λ |
| μ or μ | greek small letter mu | μ or μ |
| ν or ν | greek small letter nu | ν or ν |
| ξ or ξ | greek small letter xi | ξ |
| ο or ο | greek small letter omicron | ο or ο |
| π or π | greek small letter pi | π or π |
| ρ or ρ | greek small letter rho | ρ or ρ |
| ς or ς | greek small letter final sigma | ς or ς |
| σ or σ | greek small letter sigma | σ or σ |
| τ or τ | greek small letter tau | τ or τ |
| υ or υ | greek small letter upsilon | υ or υ |
| φ or φ | greek small letter phi | φ or φ |
| χ or χ | greek small letter chi | χ or χ |
| ψ or ψ | greek small letter psi | ψ or ψ |
| ω or ω | greek small letter omega | ω or ω |
| ϑ or ϑ | greek small letter theta symbol | ϑ or ϑ |
| ϒ or ϒ | greek upsilon with hook symbol | ϒ or ϒ |
| ϖ or ϖ | greek pi symbol | ϖ or ϖ |
|   or   | en space | or |
|   or   | em space | or |
|   or   | thin space | or |
| ‌ or ‌ | zero width non-joiner | or |
| ‍ or ‍ | zero width joiner | or |
| ‎ or ‎ | left-to-right mark | or |
| ‏ or ‏ | right-to-left mark | or |
| – or – | en dash | – or – |
| — or — | em dash | — or — |
| ‘ or ‘ | left single quotation mark | ‘ or ‘ |
| ’ or ’ | right single quotation mark | ’ or ’ |
| ‚ or ‚ | single low-9 quotation mark | ‚ or ‚ |
| “ or “ | left double quotation mark | “ or “ |
| ” or ” | right double quotation mark | ” or ” |
| „ or „ | double low-9 quotation mark | „ or „ |
| † or † | dagger | † or † |
| ‡ or ‡ | double dagger | ‡ or ‡ |
| • or • | bullet = black small circle | • or • |
| … or … | horizontal ellipsis = three dot leader | … or … |
| ‰ or ‰ | per mille sign | ‰ or ‰ |
| ′ or ′ | prime = minutes = feet | ′ or ′ |
| ″ or ″ | double prime = seconds = inches | ″ or ″ |
| ‹ or ‹ | single left-pointing angle quotation mark | ‹ or ‹ |
| › or › | single right-pointing angle quotation mark | › or › |
| ‾ or ‾ | overline = spacing overscore | ‾ or ‾ |
| ⁄ or ⁄ | fraction slash | ⁄ or ⁄ |
| € or € | euro sign | € or € |
| ℑ or ℑ | blackletter capital I = imaginary part | ℑ or ℑ |
| ℘ or ℘ | script capital P = power set = Weierstrass p | ℘ or ℘ |
| ℜ or ℜ | blackletter capital R = real part symbol | ℜ or ℜ |
| ™ or ™ | trade mark sign | ™ or ™ |
| ℵ or ℵ | alef symbol = first transfinite cardinal | ℵ or ℵ |
| ← or ← | leftwards arrow | ← or ← |
| ↑ or ↑ | upwards arrow | ↑ or ↑ |
| → or → | rightwards arrow | → or → |
| ↓ or ↓ | downwards arrow | ↓ or ↓ |
| ↔ or ↔ | left right arrow | ↔ or ↔ |
| ↵ or ↵ | downwards arrow with corner leftwards = carriage return | ↵ or ↵ |
| ⇐ or ⇐ | leftwards double arrow | ⇐ or ⇐ |
| ⇑ or ⇑ | upwards double arrow | ⇑ or ⇑ |
| ⇒ or ⇒ | rightwards double arrow | ⇒ or ⇒ |
| ⇓ or ⇓ | downwards double arrow | ⇓ or ⇓ |
| ⇔ or ⇔ | left right double arrow | ⇔ or ⇔ |
| ∀ or ∀ | for all | ∀ or ∀ |
| ∂ or ∂ | partial differential | ∂ or ∂ |
| ∃ or ∃ | there exists | ∃ or ∃ |
| ∅ or ∅ | empty set = null set = diameter | ∅ or ∅ |
| ∇ or ∇ | nabla = backward difference | ∇ or ∇ |
| ∈ or ∈ | element of | ∈ or ∈ |
| ∉ or ∉ | not an element of | ∉ or ∉ |
| ∋ or ∋ | contains as member | ∋ or ∋ |
| ∏ or ∏ | n-ary product = product sign | ∏ or ∏ |
| ∑ or ∑ | n-ary sumation | ∑ or ∑ |
| − or − | minus sign | − or − |
| ∗ or ∗ | asterisk operator | ∗ or ∗ |
| √ or √ | square root = radical sign | √ or √ |
| ∝ or ∝ | proportional to | ∝ or ∝ |
| ∞ or ∞ | infinity | ∞ or ∞ |
| ∠ or ∠ | angle | ∠ or ∠ |
| ∧ or ∧ | logical and = wedge | ∧ or ∧ |
| ∨ or ∨ | logical or = vee | ∨ or ∨ |
| ∩ or ∩ | intersection = cap | ∩ or ∩ |
| ∪ or ∪ | union = cup | ∪ or ∪ |
| ∫ or ∫ | integral | ∫ or ∫ |
| ∴ or ∴ | therefore | ∴ or ∴ |
| ∼ or ∼ | tilde operator = varies with = similar to | ∼ or ∼ |
| ≅ or ≅ | approximately equal to | ≅ or ≅ |
| ≈ or ≈ | almost equal to = asymptotic to | ≈ or ≈ |
| ≠ or ≠ | not equal to | ≠ or ≠ |
| ≡ or ≡ | identical to | ≡ or ≡ |
| ≤ or ≤ | less-than or equal to | ≤ or ≤ |
| ≥ or ≥ | greater-than or equal to | ≥ or ≥ |
| ⊂ or ⊂ | subset of | ⊂ or ⊂ |
| ⊃ or ⊃ | superset of | ⊃ or ⊃ |
| ⊄ or ⊄ | not a subset of | ⊄ or ⊄ |
| ⊆ or ⊆ | subset of or equal to | ⊆ or ⊆ |
| ⊇ or ⊇ | superset of or equal to | ⊇ or ⊇ |
| ⊕ or ⊕ | circled plus = direct sum | ⊕ or ⊕ |
| ⊗ or ⊗ | circled times = vector product | ⊗ or ⊗ |
| ⊥ or ⊥ | up tack = orthogonal to = perpendicular | ⊥ or ⊥ |
| ⋅ or ⋅ | dot operator | ⋅ or ⋅ |
| ⌈ or ⌈ | left ceiling = apl upstile | ⌈ or ⌈ |
| ⌉ or ⌉ | right ceiling | ⌉ or ⌉ |
| ⌊ or ⌊ | left floor = apl downstile | ⌊ or ⌊ |
| ⌋ or ⌋ | right floor | ⌋ or ⌋ |
| 〈 or ⟨ | left-pointing angle bracket = bra | 〈 or 〈 |
| 〉 or ⟩ | right-pointing angle bracket = ket | 〉 or 〉 |
| ◊ or ◊ | lozenge | ◊ or ◊ |
| ♠ or ♠ | black spade suit | ♠ or ♠ |
| ♣ or ♣ | black club suit = shamrock | ♣ or ♣ |
| ♥ or ♥ | black heart suit = valentine | ♥ or ♥ |
| ♦ or ♦ | black diamond suit | ♦ or ♦ |
| ✔ | Check Mark | ✔ |
- ..
-[ 0 Apr 7 22:23] CSS
-[ 0 Apr 7 22:23] HTML
-[ 0 Apr 7 22:23] HTTP
-[ 0 Apr 7 22:23] JS
-[ 0 Apr 7 22:24] res
-[ 0 Apr 7 22:23] unicodeChartsPanel
-[ 410 Aug 16 2008] html-chars.css
-[ 30K Apr 7 22:14] html-chars.html
-[4.2K Nov 25 2022] html-chars.ico
-[1.4K Apr 7 22:08] multisearch.html
-[1.3K Mar 21 2021] multisearch.png
-[1.2K Apr 7 22:09] multisearch2.html
-[ 32K Jun 4 2022] triplecolors.html
-[3.2K Sep 13 2022] triplecolors.ico
-[1.0K Jun 6 18:31] tunein-radio.html
-[2.2K Nov 26 2022] tunein-radio.ico
-
-
-
-6 directories, 10 files
-
-
Websearch:
- - -Music:
- - -Torrents:
- - - - - - diff --git a/vivaldi/Panels/multisearch.png b/vivaldi/Panels/multisearch.png deleted file mode 100755 index d0dd03d..0000000 Binary files a/vivaldi/Panels/multisearch.png and /dev/null differ diff --git a/vivaldi/Panels/multisearch2.html b/vivaldi/Panels/multisearch2.html deleted file mode 100755 index 23d2ea0..0000000 --- a/vivaldi/Panels/multisearch2.html +++ /dev/null @@ -1,42 +0,0 @@ - - - -
- ..
-[ 43 Apr 3 2010] arrow-bl.gif
-[ 63 Jan 23 2020] arrow-minus.gif
-[ 64 Jan 23 2020] arrow-plus.gif
-[3.6K May 14 2013] css.ico
-[ 766 May 14 2013] html.ico
-[6.4K Apr 14 2022] http.ico
-[4.1K May 14 2013] qr.css
-[ 201 May 17 2013] qr-1.css
-[ 200 Apr 18 2013] qr-2.css
-[3.7K Jun 4 2022] script.ico
-[3.3K May 17 2013] setup.js
-
-
-
-0 directories, 11 files
-
-
| aqua | ||
| black | ||
| blue | ||
| fuchsia | ||
| gray | ||
| green | ||
| lime | ||
| maroon | ||
| navy | ||
| olive | ||
| purple | ||
| red | ||
| silver | ||
| teal | ||
| white | ||
| yellow |
| Black | -#000000 | -0,0,0 |
| Navy | -#000080 | -0,0,128 |
| DarkBlue | -#00008B | -0,0,139 |
| MediumBlue | -#0000CD | -0,0,205 |
| Blue | -#0000FF | -0,0,255 |
| DarkGreen | -#006400 | -0,100,0 |
| Green | -#008000 | -0,128,0 |
| Teal | -#008080 | -0,128,128 |
| DarkCyan | -#008B8B | -0,139,139 |
| DeepSkyBlue | -#00BFFF | -0,191,255 |
| DarkTurquoise | -#00CED1 | -0,206,209 |
| MediumSpringGreen | -#00FA9A | -0,250,154 |
| Lime | -#00FF00 | -0,255,0 |
| SpringGreen | -#00FF7F | -0,255,127 |
| Aqua | -#00FFFF | -0,255,255 |
| Cyan | -#00FFFF | -0,255,255 |
| MidnightBlue | -#191970 | -25,25,112 |
| DodgerBlue | -#1E90FF | -30,144,255 |
| LightSeaGreen | -#20B2AA | -32,178,170 |
| ForestGreen | -#228B22 | -34,139,34 |
| SeaGreen | -#2E8B57 | -46,139,87 |
| DarkSlateGray | -#2F4F4F | -47,79,79 |
| LimeGreen | -#32CD32 | -50,205,50 |
| MediumSeaGreen | -#3CB371 | -60,179,113 |
| Turquoise | -#40E0D0 | -64,224,208 |
| RoyalBlue | -#4169E1 | -65,105,225 |
| SteelBlue | -#4682B4 | -70,130,180 |
| DarkSlateBlue | -#483D8B | -72,61,139 |
| MediumTurquoise | -#48D1CC | -72,209,204 |
| Indigo | -#4B0082 | -75,0,130 |
| DarkOliveGreen | -#556B2F | -85,107,47 |
| CadetBlue | -#5F9EA0 | -95,158,160 |
| CornflowerBlue | -#6495ED | -100,149,237 |
| MediumAquamarine | -#66CDAA | -102,205,170 |
| DimGray | -#696969 | -105,105,105 |
| SlateBlue | -#6A5ACD | -106,90,205 |
| OliveDrab | -#6B8E23 | -107,142,35 |
| SlateGray | -#708090 | -112,128,144 |
| LightSlateGray | -#778899 | -119,136,153 |
| MediumSlateBlue | -#7B68EE | -123,104,238 |
| LawnGreen | -#7CFC00 | -124,252,0 |
| Chartreuse | -#7FFF00 | -127,255,0 |
| Aquamarine | -#7FFFD4 | -127,255,212 |
| Maroon | -#800000 | -128,0,0 |
| Purple | -#800080 | -128,0,128 |
| Olive | -#808000 | -128,128,0 |
| Gray | -#808080 | -128,128,128 |
| SkyBlue | -#87CEEB | -135,206,235 |
| LightSkyBlue | -#87CEFA | -135,206,250 |
| BlueViolet | -#8A2BE2 | -138,43,226 |
| DarkRed | -#8B0000 | -139,0,0 |
| DarkMagenta | -#8B008B | -139,0,139 |
| SaddleBrown | -#8B4513 | -139,69,19 |
| DarkSeaGreen | -#8FBC8F | -143,188,143 |
| LightGreen | -#90EE90 | -144,238,144 |
| MediumPurple | -#9370DB | -147,112,219 |
| DarkViolet | -#9400D3 | -148,0,211 |
| PaleGreen | -#98FB98 | -152,251,152 |
| DarkOrchid | -#9932CC | -153,50,204 |
| YellowGreen | -#9ACD32 | -154,205,50 |
| Sienna | -#A0522D | -160,82,45 |
| Brown | -#A52A2A | -165,42,42 |
| DarkGray | -#A9A9A9 | -169,169,169 |
| LightBlue | -#ADD8E6 | -173,216,230 |
| GreenYellow | -#ADFF2F | -173,255,47 |
| PaleTurquoise | -#AFEEEE | -175,238,238 |
| LightSteelBlue | -#B0C4DE | -176,196,222 |
| PowderBlue | -#B0E0E6 | -176,224,230 |
| FireBrick | -#B22222 | -178,34,34 |
| DarkGoldenrod | -#B8860B | -184,134,11 |
| MediumOrchid | -#BA55D3 | -186,85,211 |
| RosyBrown | -#BC8F8F | -188,143,143 |
| DarkKhaki | -#BDB76B | -189,183,107 |
| Silver | -#C0C0C0 | -192,192,192 |
| MediumVioletRed | -#C71585 | -199,21,133 |
| IndianRed | -#CD5C5C | -205,92,92 |
| Peru | -#CD853F | -205,133,63 |
| Chocolate | -#D2691E | -210,105,30 |
| Tan | -#D2B48C | -210,180,140 |
| LightGrey | -#D3D3D3 | -211,211,211 |
| Thistle | -#D8BFD8 | -216,191,216 |
| Orchid | -#DA70D6 | -218,112,214 |
| Goldenrod | -#DAA520 | -218,165,32 |
| PaleVioletRed | -#DB7093 | -219,112,147 |
| Crimson | -#DC143C | -220,20,60 |
| Gainsboro | -#DCDCDC | -220,220,220 |
| Plum | -#DDA0DD | -221,160,221 |
| BurlyWood | -#DEB887 | -222,184,135 |
| LightCyan | -#E0FFFF | -224,255,255 |
| Lavender | -#E6E6FA | -230,230,250 |
| DarkSalmon | -#E9967A | -233,150,122 |
| Violet | -#EE82EE | -238,130,238 |
| PaleGoldenrod | -#EEE8AA | -238,232,170 |
| LightCoral | -#F08080 | -240,128,128 |
| Khaki | -#F0E68C | -240,230,140 |
| AliceBlue | -#F0F8FF | -240,248,255 |
| Honeydew | -#F0FFF0 | -240,255,240 |
| Azure | -#F0FFFF | -240,255,255 |
| SandyBrown | -#F4A460 | -244,164,96 |
| Wheat | -#F5DEB3 | -245,222,179 |
| Beige | -#F5F5DC | -245,245,220 |
| WhiteSmoke | -#F5F5F5 | -245,245,245 |
| MintCream | -#F5FFFA | -245,255,250 |
| GhostWhite | -#F8F8FF | -248,248,255 |
| Salmon | -#FA8072 | -250,128,114 |
| AntiqueWhite | -#FAEBD7 | -250,235,215 |
| Linen | -#FAF0E6 | -250,240,230 |
| LightGoldenrodYellow | -#FAFAD2 | -250,250,210 |
| OldLace | -#FDF5E6 | -253,245,230 |
| Red | -#FF0000 | -255,0,0 |
| Fuchsia | -#FF00FF | -255,0,255 |
| Magenta | -#FF00FF | -255,0,255 |
| DeepPink | -#FF1493 | -255,20,147 |
| OrangeRed | -#FF4500 | -255,69,0 |
| Tomato | -#FF6347 | -255,99,71 |
| HotPink | -#FF69B4 | -255,105,180 |
| Coral | -#FF7F50 | -255,127,80 |
| DarkOrange | -#FF8C00 | -255,140,0 |
| LightSalmon | -#FFA07A | -255,160,122 |
| Orange | -#FFA500 | -255,165,0 |
| LightPink | -#FFB6C1 | -255,182,193 |
| Pink | -#FFC0CB | -255,192,203 |
| Gold | -#FFD700 | -255,215,0 |
| PeachPuff | -#FFDAB9 | -255,218,185 |
| NavajoWhite | -#FFDEAD | -255,222,173 |
| Moccasin | -#FFE4B5 | -255,228,181 |
| Bisque | -#FFE4C4 | -255,228,196 |
| MistyRose | -#FFE4E1 | -255,228,225 |
| BlanchedAlmond | -#FFEBCD | -255,235,205 |
| PapayaWhip | -#FFEFD5 | -255,239,213 |
| LavenderBlush | -#FFF0F5 | -255,240,245 |
| Seashell | -#FFF5EE | -255,245,238 |
| Cornsilk | -#FFF8DC | -255,248,220 |
| LemonChiffon | -#FFFACD | -255,250,205 |
| FloralWhite | -#FFFAF0 | -255,250,240 |
| Snow | -#FFFAFA | -255,250,250 |
| Yellow | -#FFFF00 | -255,255,0 |
| LightYellow | -#FFFFE0 | -255,255,224 |
| Ivory | -#FFFFF0 | -255,255,240 |
| ActiveBorder | ||
| ActiveCaption | ||
| AppWorkspace | ||
| Background | ||
| ButtonFace | ||
| ButtonHighlight | ||
| ButtonShadow | ||
| ButtonText | ||
| CaptionText | ||
| GrayText | ||
| Highlight | ||
| HighlightText | ||
| InactiveBorder | ||
| InactiveCaption | ||
| InactiveCaptionText | ||
| InfoBackground | ||
| InfoText | ||
| Menu | ||
| MenuText | ||
| Scrollbar | ||
| ThreeDDarkShadow | ||
| ThreeDFace | ||
| ThreeDHighlight | ||
| ThreeDLightShadow | ||
| ThreeDShadow | ||
| Window | ||
| WindowFrame | ||
| WindowText |
The color names can be used but the Hex or RGB colors are preferred.
- -This list taken from http://www.w3.org/TR/css3-color/.
- -Add TripleColors to your Opera Panels or -Add TripleColors to Netscape / Mozilla sidebars
- - -Compiled by Tim Luoma (latest version available at http://www.tntluoma.com/sidebars/triplecolors/.
- -See more Sidebars at TnTLuoma.com
- - - - -It is my goal to have the most complete list of official colors according to the W3 specifications in a format which is conducive to being used as a Sidebar or Hotlist Panel. If you have any suggestions/corrections/additions, please contact me.
--Add to Mozilla Sidebars (requires Javascript) -
- - diff --git a/vivaldi/Panels/triplecolors.ico b/vivaldi/Panels/triplecolors.ico deleted file mode 100755 index 62ccd54..0000000 Binary files a/vivaldi/Panels/triplecolors.ico and /dev/null differ diff --git a/vivaldi/Panels/unicodeChartsPanel/index.html b/vivaldi/Panels/unicodeChartsPanel/index.html deleted file mode 100755 index e0f3bcf..0000000 --- a/vivaldi/Panels/unicodeChartsPanel/index.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - -
- ..
-[ 16K Aug 13 2013] metall10d.gif
-[2.2K Aug 13 2013] metall5breit.gif
-
-
-
-0 directories, 2 files
-
-
- ..
-[ 73K May 21 2017] 1337x.png
-[ 20K Apr 2 2016] Aftenposten.png
-[ 15K Mar 30 2016] BBC.png
-[ 11K Oct 10 2016] Feedly.png
-[7.9K Oct 23 2019] GOG.png
-[ 34K Nov 13 2022] GOG-old.png
-[ 57K Apr 1 2016] Hinterland.png
-[ 70K Feb 2 2019] Inmatrix.png
-[ 16K Dec 11 21:43] Mastodon.png
-[ 17K Sep 6 2018] NRK.png
-[4.4K Aug 21 2021] NRK-TV.png
-[8.4K Nov 18 2018] RPS.png
-[ 52K Jan 27 2021] RPS-new.png
-[ 23K Jun 17 2017] RPS-old.png
-[8.8K Feb 28 2018] StartMe.png
-[ 23K Oct 10 2016] Steam.png
-[ 43K Nov 23 2020] Telia-play.png
-[ 39K Oct 22 2019] TheRegister.png
-[ 59K Apr 1 2016] Tripwire.png
-[ 35K Mar 30 2016] TWCenter.png
-[ 73K Jun 28 2017] Vivaldi.png
-[8.3K Apr 9 2017] Waxy.png
-[8.6K Oct 21 2019] Youtube.png
-
-
-
-0 directories, 23 files
-
-
- ..
-[ 981 Dec 31 14:51] Absolute Enable Right Click & Copy.options.json
-[ 30 Dec 31 14:51] Absolute Enable Right Click & Copy.storage.json
-[6.3K Dec 27 0:03] Absolute Enable Right Click & Copy.user.js
-[ 908 Dec 31 14:51] Disable page close confirmation.options.json
-[ 30 Dec 31 14:51] Disable page close confirmation.storage.json
-[ 834 Jan 14 2022] Disable page close confirmation.user.js
-[ 920 Dec 31 14:51] Google I'm Feeling Lucky Redirect.options.json
-[ 30 Dec 31 14:51] Google I'm Feeling Lucky Redirect.storage.json
-[ 899 Dec 31 14:12] Google I'm Feeling Lucky Redirect.user.js
-[ 889 Dec 31 14:51] RPS Night Mode.options.json
-[ 30 Dec 31 14:51] RPS Night Mode.storage.json
-[1.8K Dec 31 14:43] RPS Night Mode.user.js
-[2.0K Dec 31 14:51] Tampermonkey.global.json
-[ 908 Dec 31 14:51] Vivaldi Forum Tweaks.options.json
-[ 30 Dec 31 14:51] Vivaldi Forum Tweaks.storage.json
-[3.4K Dec 31 14:40] Vivaldi Forum Tweaks.user.js
-[ 885 Dec 31 14:51] YouTube fast fullscreen toggle.options.json
-[ 30 Dec 31 14:51] YouTube fast fullscreen toggle.storage.json
-[5.2K Sep 23 2021] YouTube fast fullscreen toggle.user.js
-
-
-
-0 directories, 19 files
-
-
- ..
-[ 0 Feb 16 15:21] mods
-[ 0 Jun 6 18:30] panels
-[ 0 Feb 16 15:21] sdthumbs
-[ 0 Nov 13 2022] user_files
-[ 0 Dec 31 16:51] userscript
-[ 25K Jul 6 2022] keyboard.html
-
-
-
-5 directories, 1 file
-
-
- ..
-[6.3K Nov 25 2003] Emulate_text_browser.css
-[4.7K Nov 25 2003] Nostalgia.css
-[5.6K Jun 8 2006] Textonly.css
-
-
-
-0 directories, 3 files
-
-