From 6d6def339ecc553ecab301bade1f481fe8240687 Mon Sep 17 00:00:00 2001 From: Stian Lund <1493836+Pathduck@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:22:48 +0200 Subject: [PATCH] Add panels --- vivaldi/Panels/CSS/at.html | 82 + vivaldi/Panels/CSS/index.html | 396 +++++ vivaldi/Panels/CSS/prop-interactive.html | 59 + vivaldi/Panels/CSS/prop-paged.html | 48 + vivaldi/Panels/CSS/prop-speech.html | 66 + vivaldi/Panels/CSS/prop-visual.html | 458 ++++++ vivaldi/Panels/CSS/sel.html | 127 ++ vivaldi/Panels/CSS/toc.html | 1435 +++++++++++++++++ vivaldi/Panels/CSS/val.html | 160 ++ vivaldi/Panels/HTML/attributes.html | 785 +++++++++ vivaldi/Panels/HTML/categories.html | 358 ++++ vivaldi/Panels/HTML/index.html | 132 ++ vivaldi/Panels/HTTP/index.html | 69 + vivaldi/Panels/HTTP/methods.html | 52 + vivaldi/Panels/HTTP/responses.html | 180 +++ vivaldi/Panels/HTTP/toc.html | 44 + vivaldi/Panels/JS/index.html | 343 ++++ vivaldi/Panels/TuneIn-Radio.html | 21 + vivaldi/Panels/TuneIn-Radio.ico | Bin 0 -> 2238 bytes vivaldi/Panels/html-chars.css | 20 + vivaldi/Panels/html-chars.html | 331 ++++ vivaldi/Panels/html-chars.ico | Bin 0 -> 4286 bytes vivaldi/Panels/multisearch.html | 51 + vivaldi/Panels/multisearch.png | Bin 0 -> 1293 bytes vivaldi/Panels/multisearch2.html | 42 + vivaldi/Panels/res/arrow-bl.gif | Bin 0 -> 43 bytes vivaldi/Panels/res/arrow-minus.gif | Bin 0 -> 63 bytes vivaldi/Panels/res/arrow-plus.gif | Bin 0 -> 64 bytes vivaldi/Panels/res/css.ico | Bin 0 -> 3638 bytes vivaldi/Panels/res/html.ico | Bin 0 -> 766 bytes vivaldi/Panels/res/http.ico | Bin 0 -> 6518 bytes vivaldi/Panels/res/qr-1.css | 2 + vivaldi/Panels/res/qr-2.css | 2 + vivaldi/Panels/res/qr.css | 183 +++ vivaldi/Panels/res/script.ico | Bin 0 -> 3774 bytes vivaldi/Panels/res/setup.js | 105 ++ vivaldi/Panels/triplecolors.html | 700 ++++++++ vivaldi/Panels/triplecolors.ico | Bin 0 -> 3262 bytes .../unicodeChartsPanel/pics/metall10d.gif | Bin 0 -> 16532 bytes .../unicodeChartsPanel/pics/metall5breit.gif | Bin 0 -> 2301 bytes .../unicodeChartsPanel.html | 249 +++ 41 files changed, 6500 insertions(+) create mode 100755 vivaldi/Panels/CSS/at.html create mode 100755 vivaldi/Panels/CSS/index.html create mode 100755 vivaldi/Panels/CSS/prop-interactive.html create mode 100755 vivaldi/Panels/CSS/prop-paged.html create mode 100755 vivaldi/Panels/CSS/prop-speech.html create mode 100755 vivaldi/Panels/CSS/prop-visual.html create mode 100755 vivaldi/Panels/CSS/sel.html create mode 100755 vivaldi/Panels/CSS/toc.html create mode 100755 vivaldi/Panels/CSS/val.html create mode 100755 vivaldi/Panels/HTML/attributes.html create mode 100755 vivaldi/Panels/HTML/categories.html create mode 100755 vivaldi/Panels/HTML/index.html create mode 100755 vivaldi/Panels/HTTP/index.html create mode 100755 vivaldi/Panels/HTTP/methods.html create mode 100755 vivaldi/Panels/HTTP/responses.html create mode 100755 vivaldi/Panels/HTTP/toc.html create mode 100755 vivaldi/Panels/JS/index.html create mode 100755 vivaldi/Panels/TuneIn-Radio.html create mode 100755 vivaldi/Panels/TuneIn-Radio.ico create mode 100755 vivaldi/Panels/html-chars.css create mode 100755 vivaldi/Panels/html-chars.html create mode 100755 vivaldi/Panels/html-chars.ico create mode 100755 vivaldi/Panels/multisearch.html create mode 100755 vivaldi/Panels/multisearch.png create mode 100755 vivaldi/Panels/multisearch2.html create mode 100755 vivaldi/Panels/res/arrow-bl.gif create mode 100755 vivaldi/Panels/res/arrow-minus.gif create mode 100755 vivaldi/Panels/res/arrow-plus.gif create mode 100755 vivaldi/Panels/res/css.ico create mode 100755 vivaldi/Panels/res/html.ico create mode 100755 vivaldi/Panels/res/http.ico create mode 100755 vivaldi/Panels/res/qr-1.css create mode 100755 vivaldi/Panels/res/qr-2.css create mode 100755 vivaldi/Panels/res/qr.css create mode 100755 vivaldi/Panels/res/script.ico create mode 100755 vivaldi/Panels/res/setup.js create mode 100755 vivaldi/Panels/triplecolors.html create mode 100755 vivaldi/Panels/triplecolors.ico create mode 100755 vivaldi/Panels/unicodeChartsPanel/pics/metall10d.gif create mode 100755 vivaldi/Panels/unicodeChartsPanel/pics/metall5breit.gif create mode 100755 vivaldi/Panels/unicodeChartsPanel/unicodeChartsPanel.html diff --git a/vivaldi/Panels/CSS/at.html b/vivaldi/Panels/CSS/at.html new file mode 100755 index 0000000..dd70fb8 --- /dev/null +++ b/vivaldi/Panels/CSS/at.html @@ -0,0 +1,82 @@ + + + + + + + + CSS - @ Rules + + + + +

@ rules

+ +

Media Queries Rec 2012-06-19

+ + +

Namespaces Module Rec 2011-09-29

+ + +

CSS Level 2 Revision 1 Rec 2011-06-07

+ + +

Conditional Rules Module Level 3 CR 2013-04-04

+ + +

Animations WD 2013-02-19

+ + +

Fonts WD 2013-02-12

+ + +

Counter Styles Level 3 WD 2011-05-24

+ + +

Cascading and Inheritance Level 3 WD 2013-01-03

+ + +

Paged Media Module Level 3 WD 2013-03-14

+ + +

Device Adaptation WD 2011-09-15

+ + +

Filter Effects 1.0 WD 2013-05-23

+ + diff --git a/vivaldi/Panels/CSS/index.html b/vivaldi/Panels/CSS/index.html new file mode 100755 index 0000000..1f55213 --- /dev/null +++ b/vivaldi/Panels/CSS/index.html @@ -0,0 +1,396 @@ + + + + + + + + CSS - Properties + + + + +

CSS Properties

+ + + + + + + + + + +
Legend
CSS Snapshot 2010 Stable Properties
CSS 2.1 Superseded by CSS 3 Rec/CR Module
WDWorking Draft
LCLast Call Working Draft
REC / CR(Candidate) Recommendation
See below the table for the list of included modules
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Properties
alpha-compositingcompWD
align-contentbxalWD
align-contentflexCR
align-itemsbxalWD
align-itemsflexCR
align-selfbxalWD
align-selfflexCR
allcascWD
animationanimWD
animation-delayanimWD
animation-directionanimWD
animation-durationanimWD
animation-fill-modeanimWD
animation-iteration-countanimWD
animation-nameanimWD
animation-play-stateanimWD
animation-timing-functionanimWD
backface-visibilitytrafWD
backgroundbborCR
backgroundc21REC
background-alpha-compositingcompWD
background-attachmentbborCR
background-attachmentc21REC
background-blend-modecompWD
background-clipbborCR
background-colorbborCR
background-colorc21REC
background-imagebborCR
background-imagec21REC
background-originbborCR
background-positionbborCR
background-positionc21REC
background-repeatbborCR
background-repeatc21REC
background-sizebborCR
blend-modecompWD
borderbborCR
borderc21REC
border-collapsec21REC
border-colorbborCR
border-colorc21REC
border-imagebborCR
border-image-outsetbborCR
border-image-repeatbborCR
border-image-slicebborCR
border-image-sourcebborCR
border-image-widthbborCR
border-radiusbborCR
border-spacingc21REC
border-stylebborCR
border-stylec21REC
border-top, border-right, border-bottom, border-leftbborCR
border-top, border-right, border-bottom, border-leftc21REC
border-top-color, border-right-color, border-bottom-color, border-left-colorbborCR
border-top-color, border-right-color, border-bottom-color, border-left-colorc21REC
border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-top-left-radiusbborCR
border-top-style, border-right-style, border-bottom-style, border-left-stylebborCR
border-top-style, border-right-style, border-bottom-style, border-left-stylec21REC
border-top-width, border-right-width, border-bottom-width, border-left-widthbborCR
border-top-width, border-right-width, border-bottom-width, border-left-widthc21REC
border-widthbborCR
border-widthc21REC
bottomc21REC
bottomposlWD
box-decoration-breakbborCR
box-shadowbborCR
box-shadow-blend-modecompWD
box-sizingbauiLC
break-aftermcolCR
break-afterfragWD
break-afterregiWD
break-beforemcolCR
break-beforefragWD
break-beforeregiWD
break-insidemcolCR
break-insidefragWD
break-insideregiWD
caption-sidec21REC
chainstmplWD
clearc21REC
clipc21REC
clipposlWD
clipmaskWD
clip-pathmaskWD
clip-rulemaskWD
colorcolrREC
colorc21REC
color-interpolation-filtersfiltWD
column-countmcolCR
column-fillmcolCR
column-gapmcolCR
column-rulemcolCR
column-rule-colormcolCR
column-rule-stylemcolCR
column-rule-widthmcolCR
column-spanmcolCR
column-widthmcolCR
column-widthsizeWD
columnsmcolCR
contentbauiLC
contentc21REC
counter-incrementc21REC
counter-resetc21REC
cursorbauiLC
cursorc21REC
directionc21REC
directionwmodWD
displaytmplWD
displayflexCR
displaylistWD
displayc21REC
empty-cellsc21REC
enable-backgroundfiltWD
filterfiltWD
flex-basisflexCR
flex-directionflexCR
flex-flowflexCR
flex-growflexCR
flex-shrinkflexCR
flexflexCR
flex-wrapflexCR
floatc21REC
flood-colorfiltWD
flood-opacityfiltWD
flow-fromregiWD
flow-intoregiWD
fontc21REC
fontfontWD
font-familyc21REC
font-familyfontWD
font-feature-settingsfontWD
font-kerningfontWD
font-language-overridefontWD
font-sizec21REC
font-sizefontWD
font-size-adjustfontWD
font-stretchfontWD
font-stylec21REC
font-stylefontWD
font-synthesisfontWD
font-variantc21REC
font-variantfontWD
font-variant-alternatesfontWD
font-variant-capsfontWD
font-variant-east-asianfontWD
font-variant-ligaturesfontWD
font-variant-numericfontWD
font-variant-positionfontWD
font-weightc21REC
font-weightfontWD
grid-aftergridWD
grid-areagridWD
grid-auto-columnsgridWD
grid-auto-flowgridWD
grid-auto-rowsgridWD
grid-beforegridWD
grid-columngridWD
grid-definition-columnsgridWD
grid-definition-rowsgridWD
grid-endgridWD
grid-rowgridWD
grid-startgridWD
grid-templategridWD
hanging-punctuationtextWD
heightc21REC
hyphenstextWD
iconbauiLC
image-orientationimagCR
image-resolutionimagCR
ime-modebauiLC
isolationcompWD
justify-contentflexCR
justify-contentbxalWD
justify-itemsbxalWD
justify-selfbxalWD
knock-outcompWD
leftc21REC
leftposlWD
lighting-colorfiltWD
letter-spacingtextWD
letter-spacingc21REC
line-breaktextWD
line-heightc21REC
list-style-imagelistWD
list-style-imagec21REC
list-style-positionlistWD
list-style-positionc21REC
list-style-typelistWD
list-style-typec21REC
list-stylelistWD
list-stylec21REC
margin-right, margin-leftc21REC
margin-top, margin-bottomc21REC
marginc21REC
marquee-directionmarqCR
marquee-play-countmarqCR
marquee-speedmarqCR
marquee-stylemarqCR
maskmaskWD
mask-box-imagemaskWD
mask-box-image-outsetmaskWD
mask-box-image-repeatmaskWD
mask-box-image-slicemaskWD
mask-box-image-sourcemaskWD
mask-box-image-widthmaskWD
mask-clipmaskWD
mask-imagemaskWD
mask-originmaskWD
mask-positionmaskWD
mask-repeatmaskWD
mask-sizemaskWD
mask-typemaskWD
max-heightc21REC
max-linesoverWD
max-widthc21REC
min-heightc21REC
min-widthc21REC
min-width, min-heightflexCR
min-width, min-heightsizeWD
nav-indexbauiLC
nav-up, nav-right, nav-down, nav-leftbauiLC
object-fitimagCR
object-positionimagCR
opacitycolrREC
orderflexCR
orphansfragWD
orphansc21REC
outlinebauiLC
outlinec21REC
outline-colorbauiLC
outline-colorc21REC
outline-offsetbauiLC
outline-stylebauiLC
outline-stylec21REC
outline-widthbauiLC
outline-widthc21REC
overflow-stylemarqCR
overflow-wraptextWD
overflowc21REC
overflowoverWD
overflow-xoverWD
overflow-yoverWD
padding-top, padding-right, padding-bottom, padding-leftc21REC
paddingc21REC
pagepmedWD
page-break-afterc21REC
page-break-beforec21REC
page-break-insidec21REC
perspectivetrafWD
perspective-origintrafWD
positiontmplWD
positionc21REC
positionposlWD
presentation-levelpresWD
quotesc21REC
region-fragmentregiWD
resizebauiLC
rightc21REC
rightposlWD
shape-image-thresholdexshWD
shape-insideexshWD
shape-marginexshWD
shape-outsideexshWD
shape-paddingexshWD
sizepmedWD
tab-sizetextWD
table-layoutc21REC
text-align-lasttextWD
text-aligntextWD
text-alignc21REC
text-blend-modecompWD
text-combine-horizontalwmodWD
text-decorationc21REC
text-decorationtdecLC
text-decoration-colortdecLC
text-decoration-linetdecLC
text-decoration-skiptdecLC
text-decoration-styletdecLC
text-emphasistdecLC
text-emphasis-colortdecLC
text-emphasis-positiontdecLC
text-emphasis-styletdecLC
text-indenttextWD
text-indentc21REC
text-justifytextWD
text-orientationwmodWD
text-overflowtextWD
text-shadowtdecLC
text-shadow-blend-modecompWD
text-transformtextWD
text-transformc21REC
text-underline-positiontdecLC
transformtrafWD
transform-origintrafWD
transform-styletrafWD
transitiontranWD
transition-delaytranWD
transition-durationtranWD
transition-propertytranWD
transition-timing-functiontranWD
topc21REC
topposlWD
unicode-bidic21REC
unicode-bidiwmodWD
var-*variWD
vertical-alignc21REC
visibilityc21REC
white-spacetextWD
white-spacec21REC
widowsfragWD
widowsc21REC
widthc21REC
width, min-width, max-width, height, min-height, max-heightsizeWD
word-breaktextWD
word-spacingtextWD
word-spacingc21REC
word-wraptextWD
wrap-flowexclWD
wrap-throughexclWD
writing-modewmodWD
z-indexc21REC
z-indexposlWD
+ +

Modules included in the properties index

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
stability: completed +
Colorcolr
CSS 2.1c21
stability: testing +
Backgrounds and Bordersbbor
Image Values and Replaced Contentimag
Marqueemarq
Multi-column Layoutmcol
Flexible Box Layoutflex
stability: refining +
Animationsanim
Fontsfont
Texttext
Fragmentationfrag
Text Decorationtdec
Transformstraf
Transitionstran
Writing Modeswmod
stability: revising +
Cascading and Inheritancecasc
Paged Mediapmed
Basic User Interfacebaui
stability: exploring +
Box Alignmentbxal
Compositing and Blendingcomp
Exclusionsexcl
Exclusions and Shapesexsh
Filter Effectsfilt
Grid Layoutgrid
Template Layouttmpl
Intrinsic & Extrinsic Sizingsize
Listslist
Positioned Layoutposl
Presentation Levelspres
Regionsregi
Maskingmask
Overflowover
diff --git a/vivaldi/Panels/CSS/prop-interactive.html b/vivaldi/Panels/CSS/prop-interactive.html new file mode 100755 index 0000000..fb925a3 --- /dev/null +++ b/vivaldi/Panels/CSS/prop-interactive.html @@ -0,0 +1,59 @@ + + + + + + + + CSS - Interactive Properties + + + + +

Properties for Interactive media

+ +

Flexible Box Layout Module CR 2012-09-18

+ + +

CSS Level 2 Revision 1 Rec 2011-06-07

+ + +

Basic User Interface Module Level 3 WD 2012-01-17

+ +

Note: the outline properties are also defined in this module, but not considered to be interactive anymore.

+ +

Transitions WD 2013-02-12

+ + +

Lists and Counters Module Level 3 WD 2011-05-24

+ diff --git a/vivaldi/Panels/CSS/prop-paged.html b/vivaldi/Panels/CSS/prop-paged.html new file mode 100755 index 0000000..92ad9cd --- /dev/null +++ b/vivaldi/Panels/CSS/prop-paged.html @@ -0,0 +1,48 @@ + + + + + + + + CSS - Paged Media Properties + + + + +

Properties for Paged media

+ +

Multi-column Layout Module CR 2011-04-12

+ + +

CSS Level 2 Revision 1 Rec 2011-06-07

+ + +

Paged Media Module Level 3 WD 2013-03-14

+ diff --git a/vivaldi/Panels/CSS/prop-speech.html b/vivaldi/Panels/CSS/prop-speech.html new file mode 100755 index 0000000..8171994 --- /dev/null +++ b/vivaldi/Panels/CSS/prop-speech.html @@ -0,0 +1,66 @@ + + + + + + + + CSS - Speech Properties + + + + +

Properties for Speech media

+ +

Speech Module CR 2012-03-20

+ + +

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

+ diff --git a/vivaldi/Panels/CSS/prop-visual.html b/vivaldi/Panels/CSS/prop-visual.html new file mode 100755 index 0000000..ad3be7c --- /dev/null +++ b/vivaldi/Panels/CSS/prop-visual.html @@ -0,0 +1,458 @@ + + + + + + + + CSS - Visual Properties + + + + +

Properties for Visual and All media

+ +

Color Module Level 3 Rec 2011-06-07

+ + +

Backgrounds and Borders Module Level 3 CR 2012-07-24

+ + +

Image Values and Replaced Content Module Level 3 CR 2012-04-17

+ + +

Marquee Module Level 3 CR 2008-12-05

+ + +

Multi-column Layout Module CR 2011-04-12

+ + +

Flexible Box Layout Module CR 2012-09-18

+ + +

CSS Level 2 Revision 1 Rec 2011-06-07

+ + +

Animations WD 2013-02-19

+ + +

Fonts Module Level 3 WD 2013-02-12

+ + +

Counter Styles Level 3 WD 2013-02-13

+ + +

Text Module Level 3 WD 2012-11-13

+ + +

Fragmentation Module Level 3 WD 2012-08-23

+ + +

Text Decoration Module Level 3 WD 2013-01-032

+ + +

Transforms WD 2012-09-11

+ + +

Transitions WD 2013-02-12

+ + +

Writing Modes Module Level 3 WD 2012-11-15

+ + +

Cascading and Inheritance Level 3 WD 2013-01-03

+ + +

Basic User Interface Module Level 3 WD 2012-01-17

+ + +

Box Alignment Module Level 3 WD 2013-05-13

+ + +

Compositing and Blending 1.0 WD 2012-08-16

+ + +

Exclusions Module Level 1 WD 2013-05-28

+ + +

Exclusions and Shapes Module Level 3 WD 2012-05-03

+ + +

Filter Effects 1.0 WD 2013-05-23

+ + +

Grid Layout WD 2013-04-02

+ + +

Template Layout Module WD 2011-11-29

+ + +

Intrinsic & Extrinsic Sizing Module Level 3 WD 2012-09-27

+ + +

Lists and Counters Module Level 3 WD 2011-05-24

+ + +

Positioned Layout Module Level 3 WD 2012-02-07

+ + +

Presentation Levels Module WD 2003-08-13

+ + +

Regions Module Level 3 WD 2013-05-28

+ + +

Masking WD 2012-11-15

+ + + +

Overflow Module Level 3 WD 2013-04-18

+ + diff --git a/vivaldi/Panels/CSS/sel.html b/vivaldi/Panels/CSS/sel.html new file mode 100755 index 0000000..154f4e1 --- /dev/null +++ b/vivaldi/Panels/CSS/sel.html @@ -0,0 +1,127 @@ + + + + + + + CSS - Selectors + + + + +

Selectors

+ +

Selectors Level 3 Rec 2011-09-29

+ +

Simple selectors

+ + +

Pseudo-classes

+ + +

Pseudo-elements

+ + +

Combinators

+ + +

Paged Media Module Level 3 WD 2013-03-14

+

Page selector pseudo-classes

+ + +

Basic User Interface Module Level 3 WD 2012-01-17

+ +

User interface states: pseudo-classes

+ + +

User interface states: pseudo-elements

+ + +

Template Layout Module WD 2011-11-29

+

Pseudo-element

+ + +

Selectors Level 4 WD 2013-05-02

+

Listing only the additions and extensions to Selectors 3

+ + +

Overflow Module Level 3 WD 2013-04-18

+

Pseudo-element

+ + +

Regions Module Level 3 WD 2013-05-28

+

Pseudo-element

+ diff --git a/vivaldi/Panels/CSS/toc.html b/vivaldi/Panels/CSS/toc.html new file mode 100755 index 0000000..81b6a37 --- /dev/null +++ b/vivaldi/Panels/CSS/toc.html @@ -0,0 +1,1435 @@ + + + + + + + + CSS - TOCs + + + + + + + +

Contents

+ +

Stable specs: CSS Snapshot 2010 2011-05-12

+ + + +

Work in Progress

+ + + +

Testing

+ + + +

Refining

+ + + +

Revising

+ + + +

Exploring

+ + + +

Rewriting

+ + + +

Abandoned

+ + + +

Related

+ + + +

Other

+ + diff --git a/vivaldi/Panels/CSS/val.html b/vivaldi/Panels/CSS/val.html new file mode 100755 index 0000000..70332dd --- /dev/null +++ b/vivaldi/Panels/CSS/val.html @@ -0,0 +1,160 @@ + + + + + + + + CSS - Values + + + + +

Value Types and Units

+ +

Media Queries Rec 2012-06-19

+ + +

Color Module Level 3 Rec 2011-06-07

+ + +

Backgrounds and Borders Module Level 3 CR 2012-07-24

+ + +

Image Values and Replaced Content Module Level 3 CR 2012-04-17

+ + +

Functional notation

+ + +

Other Units

+ + +

Speech Module CR 2012-03-20

+ +

Other Units

+ + +

Values and Units Module Level 3 CR 2013-04-04

+ +

Textual Data Types

+ + +

Numeric Data Types

+ + +

Distance Units: <length>

+ + +

Other Units

+ + + +

Defined elsewhere

+ + +

Functional notation

+ + +

Custom Properties for Cascading Variables Module Level 1 WD 2013-03-12

+ + +

Cascading and Inheritance Level 3 WD 2013-01-03

+ + +

Template Layout Module WD 2011-11-29

+ + +

CSS 2.1 Rec 2011-06-07

+ diff --git a/vivaldi/Panels/HTML/attributes.html b/vivaldi/Panels/HTML/attributes.html new file mode 100755 index 0000000..4d1c809 --- /dev/null +++ b/vivaldi/Panels/HTML/attributes.html @@ -0,0 +1,785 @@ + + + + + + HTML - Attributes + + + + + + +

HTML Attributes

+ +
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.

diff --git a/vivaldi/Panels/HTML/categories.html b/vivaldi/Panels/HTML/categories.html new file mode 100755 index 0000000..4883d22 --- /dev/null +++ b/vivaldi/Panels/HTML/categories.html @@ -0,0 +1,358 @@ + + + + + + HTML - Categories + + + + + + +

HTML Element Content Categories

+ + +
Category + Elements +
Metadata content + + base + link + meta + noscript + script + style + title +
Flow content + + a + abbr + address + article + aside + audio + b + bdi + bdo + blockquote + br + button + canvas + cite + code + data + datalist + del + details + dfn + dialog + div + dl + em + embed + fieldset + figure + footer + form + h1 + h2 + h3 + h4 + h5 + h6 + header + hgroup + hr + i + iframe + img + input + ins + kbd + keygen + label + main + map + mark + math + menu + meter + nav + noscript + object + ol + output + p + pre + progress + q + ruby + s + samp + script + section + select + small + span + strong + sub + sup + svg + table + textarea + time + u + ul + var + video + wbr + Text +
+ area + link + meta + style +
Sectioning content + + article + aside + nav + section +
Heading content + + h1 + h2 + h3 + h4 + h5 + h6 + hgroup +
Phrasing content + + a + abbr + audio + b + bdi + bdo + br + button + canvas + cite + code + data + datalist + del + dfn + em + embed + i + iframe + img + input + ins + kbd + keygen + label + map + mark + math + meter + noscript + object + output + progress + q + ruby + s + samp + script + select + small + span + strong + sub + sup + svg + textarea + time + u + var + video + wbr + Text +
+ area + link + meta + +
Embedded content + + audio + canvas + embed + iframe + img + math + object + svg + video +
Interactive content + + a + button + details + embed + iframe + keygen + label + select + textarea +
+ audio + img + input + object + video + +
Sectioning roots + + blockquote + body + details + dialog + fieldset + figure + td +
Form-associated elements + + button + fieldset + input + keygen + label + object + output + select + textarea +
Listed elements + + button + fieldset + input + keygen + object + output + select + textarea +
Submittable elements + + button + input + keygen + object + select + textarea +
Resettable elements + + input + keygen + output + select + textarea +
Labelable elements + + button + input + keygen + meter + output + progress + select + textarea +
Palpable content + + a + abbr + address + article + aside + b + bdi + bdo + blockquote + button + canvas + cite + code + data + details + dfn + div + em + embed + fieldset + figure + footer + form + h1 + h2 + h3 + h4 + h5 + h6 + header + hgroup + i + iframe + img + ins + kbd + keygen + label + main + map + mark + math + meter + nav + object + output + p + pre + progress + q + ruby + s + samp + section + select + small + span + strong + sub + sup + svg + table + textarea + time + u + var + video +
+ audio + dl + input + menu + ol + ul + Text + +
diff --git a/vivaldi/Panels/HTML/index.html b/vivaldi/Panels/HTML/index.html new file mode 100755 index 0000000..4ca2cdf --- /dev/null +++ b/vivaldi/Panels/HTML/index.html @@ -0,0 +1,132 @@ + + + + + + HTML - Elements + + + + + + +

HTML Elements

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElementDescriptionAttributes
aHyperlinkhref; target; download; ping; rel; hreflang; type
abbrAbbreviation
addressContact information for a page or article element
areaHyperlink or dead area on an image mapalt; coords; shape; href; target; download; ping; rel; hreflang; type
articleSelf-contained syndicatable or reusable composition
asideSidebar for tangentially related content
audioAudio playercrossorigin; preload; autoplay; mediagroup; loop; muted; controls
bKeywords
baseBase URL and default target browsing context for hyperlinks and forms
bdiText directionality isolation
bdoText directionality formatting
blockquoteA section quoted from another source
bodyDocument bodyonafterprint; onbeforeprint; onbeforeunload; onfullscreenchange; onfullscreenerror; onhashchange; onmessage; onoffline; ononline; onpagehide; onpageshow; onpopstate; onresize; onstorage; onunload
brLine break, e.g. in poem or postal address
buttonButton controlautofocus; disabled; form; formaction; formenctype; formmethod; formnovalidate; formtarget; name; type; value
canvasScriptable bitmap canvaswidth; height
captionTable caption
citeTitle of a work
codeComputer code
colTable columnspan
colgroupGroup of columns in a tablespan
menuitemMenu commandtype; label; icon; disabled; checked; radiogroup; command
dataMachine-readable equivalentvalue
datalistContainer for options for combo box control
ddContent for corresponding dt element(s)
delA removal from the documentcite; datetime
detailsDisclosure control for hiding detailscode title="attr-details-open">open
dfnDefining instance
dialogDialog box or windowopen
divGeneric flow container
dlAssociation list consisting of zero or more name-value groups
dtLegend for corresponding dd element(s)
emStress emphasis
embedPluginsrc; type; width; height; any*
fieldsetGroup of form controlsdisabled; form; name
figcaptionCaption for figure
figureFigure with optional caption
footerFooter for a page or section
formUser-submittable formaccept-charset; action; autocomplete; enctype; method; name; novalidate; target
h1, h2, h3, h4, h5, h6Section heading
headContainer for document metadata
headerIntroductory or navigational aids for a page or section
hgroupHeading group
hrThematic break
htmlRoot elementmanifest
iAlternate voice
iframeNested browsing contextsrc; srcdoc; name; sandbox; seamless; allowfullscreen; width; height
imgImagealt; src; srcset; crossorigin; usemap; ismap; width; height
inputForm controlaccept; 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
insAn addition to the documentcite; datetime
kbdUser input
keygenCryptographic key-pair generator form controlautofocus; challenge; disabled; form; keytype; name
labelCaption for a form controlform; for
legendCaption for fieldset
liList itemvalue*
linkLink metadatahref; crossorigin; rel; media; hreflang; type; sizes
mainContainer for the dominant contents of another element
mapImage mapname
markHighlight
menuMenu of commandstype; label
metaText metadataname; http-equiv; content; charset
meterGaugevalue; min; max; low; high; optimum
navSection with navigational links
noscriptFallback content for script
objectImage, nested browsing context, or plugindata; type; typemustmatch; name; usemap; form; width; height
olOrdered listreversed; start; type
optgroupGroup of options in a list boxdisabled; label
optionOption in a list box or combo box controldisabled; label; selected; value
outputCalculated output valuefor; form; name
pParagraph
paramParameter for objectname; value
preBlock of preformatted text
progressProgress barvalue; max
qQuotationcite
rpParenthesis for ruby annotation text
rtRuby annotation text
rubyRuby annotation(s)
sInaccurate text
sampComputer output
scriptEmbedded scriptsrc; type; charset; async; defer; crossorigin
sectionGeneric document or application section
selectList box controlautofocus; disabled; form; multiple; name; required; size
smallSide comment
sourceMedia source for video or audiosrc; type; media
spanGeneric phrasing container
strongImportance
styleEmbedded styling informationmedia; type; scoped
subSubscript
summaryCaption for details
supSuperscript
tableTable
tbodyGroup of rows in a table
tdTable cellcolspan; rowspan; headers
textareaMultiline text fieldautofocus; cols; dirname; disabled; form; maxlength; name; placeholder; readonly; required; rows; wrap
tfootGroup of footer rows in a table
thTable header cellcolspan; rowspan; headers; scope; abbr
theadGroup of heading rows in a table
timeMachine-readable equivalent of date- or time-related datadatetime
titleDocument title
trTable row
trackTimed text trackdefault; kind; label; src; srclang
uKeywords
ulList
varVariable
videoVideo playersrc; crossorigin; poster; preload; autoplay; mediagroup; loop; muted; controls; width; height
wbrLine 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 new file mode 100755 index 0000000..bcb1dc9 --- /dev/null +++ b/vivaldi/Panels/HTTP/index.html @@ -0,0 +1,69 @@ + + + + + + + HTTP/1.1 Headers + + + + + +

HTTP/1.1 Request Headers

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTTP headerQuick definitionAgent
Acceptmedia types handled by clientClient
Accept-Charsetcharsets understood by clientClient
Accept-Encodingencodings understood by clientClient
Accept-Languagelanguages understood by client (or ideally by user)Client
Accept-Rangeswhether server understands range requests (and what type)Server
Agehow long the content has been cachedCache
Allowmethods supported for that URLServer
Authori­zationHTTP authen­tication user name and passwordClient
Cache-Controlvarious sub-fields indicating if the file can be cachedServer
ConnectionTo distinguish persistent and close-able connectionsClient, Server
Content-EncodingEncodings used - for example gzip compressionServer
Content-LanguageLanguage of pageServer
Content-LengthSize of what is being sent from server or POSTed by UAClient, Server
Content-LocationThe "real" URL of a pageServer
Content-MD5MD5 hash for integrity check of the entity-bodyClient, Server
Content-RangeWhat part of the document is being sentServer
Content-TypeWhat type of file is sentServer
DateCurrent dateServer
ETagShort "signature" of that version of a file, can be used to check if it is updatedServer
ExpectClient asks for specific server behaviourClient
Expireshow long the content may be cachedServer
FromE-mail of user visiting site (anyone actually using this??)Client
HostDomain name of server one is requesting page fromClient
If-MatchIf page still matches previously received ETag "signature"Client
If-Modified-SinceIf page has been changed since a certain dateClient
If-None-MatchIf page does not match previously received ETag "signature"Client
If-RangeRequest only part of a file if it isn't updatedClient
If-Unmod­ified-SinceIf page hasn't been changed since a certain dateClient
Last-ModifiedDate of last time the file was changedServer
LocationSend the request to another placeServer
Max-ForwardsLimit the number of proxy servers that may process the requestClient
PragmaGeneral "whatever" tag, like HTML's METAClient, Server, Cache
Proxy-Authen­ticateRequest proxy user name and passwordProxy
Proxy-Authori­zationSend proxy user name and passwordClient
RangeRequest only part of a fileClient
RefererURL of page with a link that took you to the currentClient
Retry-AfterUsed with error messages to indicate when service may be available againServer
ServerName of server softwareServer
TEAcceptable transfer-codingsClient
TrailerUsed with transfer-coding to show what HTTP headers are available in "trailer" of messageServer
Transfer-EncodingType of transformation used between sender and recipientServer
UpgradeClient indicates that it supports other protocols/versions than HTTP/1.1Client
User-AgentName of UA softwareClient
VaryFor content-negotiation, shows criteria used for selecting that contentServer
ViaProxy servers note that they've been involved in transferring this contentProxy
WarningHuman- or proxy-readable message about the state of the contentsServer
WWW-Authen­ticateRequest user name and passwordServer
+ +
Modified from Hallvord's original cheatsheet for the HTTP 1.1 specification
diff --git a/vivaldi/Panels/HTTP/methods.html b/vivaldi/Panels/HTTP/methods.html new file mode 100755 index 0000000..146e8b3 --- /dev/null +++ b/vivaldi/Panels/HTTP/methods.html @@ -0,0 +1,52 @@ + + + + + + + HTTP/1.1 Methods + + + + + +

HTTP/1.1 Request Methods

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MethodDescription
OPTIONSAllows client to determine options and/or requirements for a resource
GETRetrieve information identified by Request-URI
HEADSame as GET, but doesn't return body
POSTRequest server accept enclosed entity as a new subordinate of the resource identified by Request-URI
PUTRequests the enclosed entity be stored under the Request-URI
DELETERequests server delete resource identified by Request-URI
TRACEInvokes a remote, application-layer loopback of the request message
CONNECTReserved for use with proxies that can dynamically switch to being a tunnel
diff --git a/vivaldi/Panels/HTTP/responses.html b/vivaldi/Panels/HTTP/responses.html new file mode 100755 index 0000000..bc7a3e2 --- /dev/null +++ b/vivaldi/Panels/HTTP/responses.html @@ -0,0 +1,180 @@ + + + + + + + HTTP/1.1 Responses + + + + + +

HTTP/1.1 Response Codes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
100Continue
101Switching Protocols
200OK
201Created
202Accepted
203Non-Authoritative Information
204No Content
205Reset Content
206Partial Content
300Multiple Choices
301Moved Permanently
302Found
303See Other
304Not Modified
305Use Proxy
307Temporary Redirect
400Bad Request
401Unauthorized
402Payment Required
403Forbidden
404Not Found
405Method Not Allowed
406Not Acceptable
407Proxy Authentication Required
408Request Time-out
409Conflict
410Gone
411Length Required
412Precondition Failed
413Request Entity Too Large
414Request-URI Too Large
415Unsupported Media Type
416Requested range not satisfied
417Expectation Failed
500Internal Server Error
501Not Implemented
502Bad Gateway
503Service Unavailable
504Gateway Time-out
505HTTP Version not supported
diff --git a/vivaldi/Panels/HTTP/toc.html b/vivaldi/Panels/HTTP/toc.html new file mode 100755 index 0000000..f0dd216 --- /dev/null +++ b/vivaldi/Panels/HTTP/toc.html @@ -0,0 +1,44 @@ + + + + + + + HTTP/1.1 RFC + + + + + +

HTTP/1.1 RFC Table of Contents

+ + + +
    +
  1. Introduction
  2. +
  3. Notational Conventions and Generic Grammar
  4. +
  5. Protocol Parameters
  6. +
  7. HTTP Message
  8. +
  9. Request
  10. +
  11. Response
  12. +
  13. Entity
  14. +
  15. Connections
  16. +
  17. Method Definitions
  18. +
  19. Status Code Definitions
  20. +
  21. Access Authentication
  22. +
  23. Content Negotiation
  24. +
  25. Caching in HTTP
  26. +
  27. Header Field Definitions
  28. +
  29. Security Considerations
  30. +
  31. Acknowledgments
  32. +
  33. References
  34. +
  35. Authors' Addresses
  36. +
  37. Appendices
  38. +
  39. Index
  40. +
  41. Full Copyright Statement
  42. +
diff --git a/vivaldi/Panels/JS/index.html b/vivaldi/Panels/JS/index.html new file mode 100755 index 0000000..3a25b2b --- /dev/null +++ b/vivaldi/Panels/JS/index.html @@ -0,0 +1,343 @@ + + + + + + + JavaScript Guide + + + + + + + + +

JavaScript Guide

+ + diff --git a/vivaldi/Panels/TuneIn-Radio.html b/vivaldi/Panels/TuneIn-Radio.html new file mode 100755 index 0000000..0e384be --- /dev/null +++ b/vivaldi/Panels/TuneIn-Radio.html @@ -0,0 +1,21 @@ + + + TuneIn Radio + + + + + + + + + + + + + + + + + + diff --git a/vivaldi/Panels/TuneIn-Radio.ico b/vivaldi/Panels/TuneIn-Radio.ico new file mode 100755 index 0000000000000000000000000000000000000000..21f21850db3880660549faeea1c1b9fb59845e46 GIT binary patch literal 2238 zcmeHIyG{Z@6g{hm%R_XvOmYE=d@KvH(s-kRJpc|8B!x#3LVgwuCL^h3 z!EqcoCkMC3O~Qi*uNOX_4}QNNPk{iQgF%EsA%w$WL?RJHqfx|SF~s9>ye1MzCX+~| zQb?!M$Ye6eX0yoUa(K_@Q79BpEEZ8Jl~691QK?i=tyWR{sG(l3qtR%f*=(ZKYN6e3 zqtof2+wG#)>!IK8V=x$CI2>X$8eu#hgXj5K$64l=4lEs*!-4w+ht;HnP1P^VJ95yB znm@UdgZU-?cw1CqbhH8%i26qx60f + + +HTML Character Codes (TnTLuoma.com) + + + + + + + + + + + +

HTML Special Characters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
A listing of HTML4 Character Entities
CodeNameDisplays As:
&#09;Horizontal tabnon-printing
&#10;Line feednon-printing
&#13;Carriage Returnnon-printing
&#34; or &quot;quotation mark = APL quote" or "
&#38; or &amp;ampersand& or &
&#32;Spacenon-printing
&#33;Exclamation mark!
&#34; or &quot;Quotation mark" or "
&#35;Number sign#
&#36;Dollar sign$
&#37;Percent sign%
&#38; or &amp;Ampersand& or &
&#39;Apostrophe'
&#40;Left parenthesis(
&#41;Right parenthesis)
&#42;Asterisk*
&#43;Plus sign+
&#44;Comma,
&#45;Hyphen-
&#46;Period (fullstop).
&#47;Solidus (slash)/
&#58;Colon:
&#59;Semi-colon;
&#60; or &lt;Less than< or <
&#61;Equals sign=
&#62; or &gt;Greater than> or >
&#63;Question mark?
&#64;Commercial at@
&#91;Left square bracket[
&#92;Reverse solidus (backslash)\
&#93;Right square bracket]
&#94;Caret^
&#95;Horizontal bar (underscore)_
&#96;Acute accent`
&#123;Left curly brace{
&#124;Vertical bar|
&#125;Right curly brace}
&#126;Tilde~
&#146 is non-standard! use &#8217; instead!
&endash; or &#150; are non-standard! use &#8211; instead!
&emdash; or &#151; are non-standard! use &#8212; instead!
&#160; or &nbsp;no-break space = non-breaking space  or  
&#161; or &iexcl;inverted exclamation mark¡ or ¡
&#162; or &cent;Cent sign¢ or ¢
&#163; or &pound;Pound sterling£ or £
&#164; or &curren;General currency sign¤ or ¤
&#165; or &yen;yen sign = yuan sign¥ or ¥
&#166; or &brvbar;pipe or broken bar = broken vertical bar¦ or ¦
&#167; or &sect;Section sign§ or §
&#168; or &uml;diaeresis = spacing diaeresis¨ or ¨
&#169; or &copy;copyright sign© or ©
&#170; or &ordf;feminine ordinal indicatorª or ª
&#171; or &laquo;left-pointing double angle quotation mark = left pointing guillemet« or «
&#172; or &not;not sign¬ or ¬
&#173; or &shy;soft hyphen = discretionary hyphen­ or ­
&#174; or &reg;registered sign = registered trade mark sign® or ®
&#175; or &macr;macron = spacing macron = overline = APL overbar¯ or ¯
&#176; or &deg;degree sign° or °
&#177; or &plusmn;plus-minus sign = plus-or-minus sign± or ±
&#178; or &sup2;superscript two = superscript digit two = squared² or ²
&#179; or &sup3;superscript three = superscript digit three = cubed³ or ³
&#180; or &acute;acute accent = spacing acute´ or ´
&#181; or &micro;micro signµ or µ
&#182; or &para;pilcrow sign = paragraph sign¶ or ¶
&#183; or &middot;middle dot = Georgian comma = Greek middle dot· or ·
&#184; or &cedil;cedilla = spacing cedilla¸ or ¸
&#185; or &sup1;superscript one = superscript digit one¹ or ¹
&#186; or &ordm;masculine ordinal indicatorº or º
&#187; or &raquo;right-pointing double angle quotation mark = right pointing guillemet» or »
&#188; or &frac14;vulgar fraction one quarter = fraction one quarter¼ or ¼
&#189; or &frac12;vulgar fraction one half = fraction one half½ or ½
&#190; or &frac34;vulgar fraction three quarters = fraction three quarters¾ or ¾
&#191; or &iquest;inverted question mark = turned question mark¿ or ¿
&#192; or &Agrave;latin capital letter A with grave = latin capital letter A graveÀ or À
&#193; or &Aacute;latin capital letter A with acuteÁ or Á
&#194; or &Acirc;latin capital letter A with circumflex or Â
&#195; or &Atilde;latin capital letter A with tildeà or Ã
&#196; or &Auml;latin capital letter A with diaeresisÄ or Ä
&#197; or &Aring;latin capital letter A with ring above = latin capital letter A ringÅ or Å
&#198; or &AElig;latin capital letter AE = latin capital ligature AEÆ or Æ
&#199; or &Ccedil;latin capital letter C with cedillaÇ or Ç
&#200; or &Egrave;latin capital letter E with graveÈ or È
&#201; or &Eacute;latin capital letter E with acuteÉ or É
&#202; or &Ecirc;latin capital letter E with circumflexÊ or Ê
&#203; or &Euml;latin capital letter E with diaeresisË or Ë
&#204; or &Igrave;latin capital letter I with graveÌ or Ì
&#205; or &Iacute;latin capital letter I with acuteÍ or Í
&#206; or &Icirc;latin capital letter I with circumflexÎ or Î
&#207; or &Iuml;latin capital letter I with diaeresisÏ or Ï
&#208; or &ETH;latin capital letter ETHÐ or Ð
&#209; or &Ntilde;latin capital letter N with tildeÑ or Ñ
&#210; or &Ograve;latin capital letter O with graveÒ or Ò
&#211; or &Oacute;latin capital letter O with acuteÓ or Ó
&#212; or &Ocirc;latin capital letter O with circumflexÔ or Ô
&#213; or &Otilde;latin capital letter O with tildeÕ or Õ
&#214; or &Ouml;latin capital letter O with diaeresisÖ or Ö
&#215; or &times;multiplication sign× or ×
&#216; or &Oslash;latin capital letter O with stroke = latin capital letter O slashØ or Ø
&#217; or &Ugrave;latin capital letter U with graveÙ or Ù
&#218; or &Uacute;latin capital letter U with acuteÚ or Ú
&#219; or &Ucirc;latin capital letter U with circumflexÛ or Û
&#220; or &Uuml;latin capital letter U with diaeresisÜ or Ü
&#221; or &Yacute;latin capital letter Y with acuteÝ or Ý
&#222; or &THORN;latin capital letter THORNÞ or Þ
&#223; or &szlig;Small sharp s, German (sz ligature)ß or ß
&#223; or &szlig;latin small letter sharp s = ess-zedß or ß
&#224; or &agrave;latin small letter a with grave = latin small letter a graveà or à
&#225; or &aacute;latin small letter a with acuteá or á
&#226; or &acirc;latin small letter a with circumflexâ or â
&#227; or &atilde;latin small letter a with tildeã or ã
&#228; or &auml;latin small letter a with diaeresisä or ä
&#229; or &aring;latin small letter a with ring above = latin small letter a ringå or å
&#230; or &aelig;latin small letter ae = latin small ligature aeæ or æ
&#231; or &ccedil;latin small letter c with cedillaç or ç
&#232; or &egrave;latin small letter e with graveè or è
&#233; or &eacute;latin small letter e with acuteé or é
&#234; or &ecirc;latin small letter e with circumflexê or ê
&#235; or &euml;latin small letter e with diaeresisë or ë
&#236; or &igrave;latin small letter i with graveì or ì
&#237; or &iacute;latin small letter i with acuteí or í
&#238; or &icirc;latin small letter i with circumflexî or î
&#239; or &iuml;latin small letter i with diaeresisï or ï
&#240; or &eth;latin small letter ethð or ð
&#241; or &ntilde;latin small letter n with tildeñ or ñ
&#242; or &ograve;latin small letter o with graveò or ò
&#243; or &oacute;latin small letter o with acuteó or ó
&#244; or &ocirc;latin small letter o with circumflexô or ô
&#245; or &otilde;latin small letter o with tildeõ or õ
&#246; or &ouml;latin small letter o with diaeresisö or ö
&#247; or &divide;division sign÷ or ÷
&#248; or &oslash;latin small letter o with stroke, = latin small letter o slashø or ø
&#249; or &ugrave;latin small letter u with graveù or ù
&#250; or &uacute;latin small letter u with acuteú or ú
&#251; or &ucirc;latin small letter u with circumflexû or û
&#252; or &uuml;latin small letter u with diaeresisü or ü
&#253; or &yacute;latin small letter y with acuteý or ý
&#254; or &thorn;latin small letter thornþ or þ
&#255; or &yuml;Small y, dieresis or umlaut markÿ or ÿ
&#338; or &OElig;latin capital ligature OEŒ or Œ
&#339; or &oelig;latin small ligature oeœ or œ
&#352; or &Scaron;latin capital letter S with caronŠ or Š
&#353; or &scaron;latin small letter s with caronš or š
&#376; or &Yuml;latin capital letter Y with diaeresisŸ or Ÿ
&#402; or &fnof;latin small f with hook = function = florinƒ or ƒ
&#710; or &circ;modifier letter circumflex accentˆ or ˆ
&#732; or &tilde;small tilde˜ or ˜
&#913; or &Alpha;greek capital letter alphaΑ or Α
&#914; or &Beta;greek capital letter betaΒ or Β
&#915; or &Gamma;greek capital letter gammaΓ or Γ
&#916; or &Delta;greek capital letter deltaΔ or Δ
&#917; or &Epsilon;greek capital letter epsilonΕ or Ε
&#918; or &Zeta;greek capital letter zetaΖ or Ζ
&#919; or &Eta;greek capital letter etaΗ or Η
&#920; or &Theta;greek capital letter thetaΘ or Θ
&#921; or &Iota;greek capital letter iotaΙ or Ι
&#922; or &Kappa;greek capital letter kappaΚ or Κ
&#923; or &Lambda;greek capital letter lambdaΛ or Λ
&#924; or &Mu;greek capital letter muΜ or Μ
&#925; or &Nu;greek capital letter nuΝ or Ν
&#926; or &Xi;greek capital letter xiΞ
&#927; or &Omicron;greek capital letter omicronΟ or Ο
&#928; or &Pi;greek capital letter piΠ or Π
&#929; or &Rho;greek capital letter rhoΡ or Ρ
&#931; or &Sigma;greek capital letter sigmaΣ or Σ
&#932; or &Tau;greek capital letter tauΤ or Τ
&#933; or &Upsilon;greek capital letter upsilonΥ or Υ
&#934; or &Phi;greek capital letter phiΦ or Φ
&#935; or &Chi;greek capital letter chiΧ or Χ
&#936; or &Psi;greek capital letter psiΨ or Ψ
&#937; or &Omega;greek capital letter omegaΩ or Ω
&#945; or &alpha;greek small letter alphaα or α
&#946; or &beta;greek small letter betaβ or β
&#947; or &gamma;greek small letter gammaγ or γ
&#948; or &delta;greek small letter deltaδ or δ
&#949; or &epsilon;greek small letter epsilonε or ε
&#950; or &zeta;greek small letter zetaζ or ζ
&#951; or &eta;greek small letter etaη or η
&#952; or &theta;greek small letter thetaθ or θ
&#953; or &iota;greek small letter iotaι or ι
&#954; or &kappa;greek small letter kappaκ or κ
&#955; or &lambda;greek small letter lambdaλ or λ
&#956; or &mu;greek small letter muμ or μ
&#957; or &nu;greek small letter nuν or ν
&#958; or &xi;greek small letter xiξ
&#959; or &omicron;greek small letter omicronο or ο
&#960; or &pi;greek small letter piπ or π
&#961; or &rho;greek small letter rhoρ or ρ
&#962; or &sigmaf;greek small letter final sigmaς or ς
&#963; or &sigma;greek small letter sigmaσ or σ
&#964; or &tau;greek small letter tauτ or τ
&#965; or &upsilon;greek small letter upsilonυ or υ
&#966; or &phi;greek small letter phiφ or φ
&#967; or &chi;greek small letter chiχ or χ
&#968; or &psi;greek small letter psiψ or ψ
&#969; or &omega;greek small letter omegaω or ω
&#977; or &thetasym;greek small letter theta symbolϑ or ϑ
&#978; or &upsih;greek upsilon with hook symbolϒ or ϒ
&#982; or &piv;greek pi symbolϖ or ϖ
&#8194; or &ensp;en space  or  
&#8195; or &emsp;em space  or  
&#8201; or &thinsp;thin space  or  
&#8204; or &zwnj;zero width non-joiner‌ or ‌
&#8205; or &zwj;zero width joiner‍ or ‍
&#8206; or &lrm;left-to-right mark‎ or ‎
&#8207; or &rlm;right-to-left mark‏ or ‏
&#8211; or &ndash;en dash– or –
&#8212; or &mdash;em dash— or —
&#8216; or &lsquo;left single quotation mark‘ or ‘
&#8217; or &rsquo;right single quotation mark’ or ’
&#8218; or &sbquo;single low-9 quotation mark‚ or ‚
&#8220; or &ldquo;left double quotation mark“ or “
&#8221; or &rdquo;right double quotation mark” or ”
&#8222; or &bdquo;double low-9 quotation mark„ or „
&#8224; or &dagger;dagger† or †
&#8225; or &Dagger;double dagger‡ or ‡
&#8226; or &bull;bullet = black small circle• or •
&#8230; or &hellip;horizontal ellipsis = three dot leader… or …
&#8240; or &permil;per mille sign‰ or ‰
&#8242; or &prime;prime = minutes = feet′ or ′
&#8243; or &Prime;double prime = seconds = inches″ or ″
&#8249; or &lsaquo;single left-pointing angle quotation mark‹ or ‹
&#8250; or &rsaquo;single right-pointing angle quotation mark› or ›
&#8254; or &oline;overline = spacing overscore‾ or ‾
&#8260; or &frasl;fraction slash⁄ or ⁄
&#8364; or &euro;euro sign€ or €
&#8465; or &image;blackletter capital I = imaginary partℑ or ℑ
&#8472; or &weierp;script capital P = power set = Weierstrass p℘ or ℘
&#8476; or &real;blackletter capital R = real part symbolℜ or ℜ
&#8482; or &trade;trade mark sign™ or ™
&#8501; or &alefsym;alef symbol = first transfinite cardinalℵ or ℵ
&#8592; or &larr;leftwards arrow← or ←
&#8593; or &uarr;upwards arrow↑ or ↑
&#8594; or &rarr;rightwards arrow→ or →
&#8595; or &darr;downwards arrow↓ or ↓
&#8596; or &harr;left right arrow↔ or ↔
&#8629; or &crarr;downwards arrow with corner leftwards = carriage return↵ or ↵
&#8656; or &lArr;leftwards double arrow⇐ or ⇐
&#8657; or &uArr;upwards double arrow⇑ or ⇑
&#8658; or &rArr;rightwards double arrow⇒ or ⇒
&#8659; or &dArr;downwards double arrow⇓ or ⇓
&#8660; or &hArr;left right double arrow⇔ or ⇔
&#8704; or &forall;for all∀ or ∀
&#8706; or &part;partial differential∂ or ∂
&#8707; or &exist;there exists∃ or ∃
&#8709; or &empty;empty set = null set = diameter∅ or ∅
&#8711; or &nabla;nabla = backward difference∇ or ∇
&#8712; or &isin;element of∈ or ∈
&#8713; or &notin;not an element of∉ or ∉
&#8715; or &ni;contains as member∋ or ∋
&#8719; or &prod;n-ary product = product sign∏ or ∏
&#8721; or &sum;n-ary sumation∑ or ∑
&#8722; or &minus;minus sign− or −
&#8727; or &lowast;asterisk operator∗ or ∗
&#8730; or &radic;square root = radical sign√ or √
&#8733; or &prop;proportional to∝ or ∝
&#8734; or &infin;infinity∞ or ∞
&#8736; or &ang;angle∠ or ∠
&#8743; or &and;logical and = wedge∧ or ∧
&#8744; or &or;logical or = vee∨ or ∨
&#8745; or &cap;intersection = cap∩ or ∩
&#8746; or &cup;union = cup∪ or ∪
&#8747; or &int;integral∫ or ∫
&#8756; or &there4;therefore∴ or ∴
&#8764; or &sim;tilde operator = varies with = similar to∼ or ∼
&#8773; or &cong;approximately equal to≅ or ≅
&#8776; or &asymp;almost equal to = asymptotic to≈ or ≈
&#8800; or &ne;not equal to≠ or ≠
&#8801; or &equiv;identical to≡ or ≡
&#8804; or &le;less-than or equal to≤ or ≤
&#8805; or &ge;greater-than or equal to≥ or ≥
&#8834; or &sub;subset of⊂ or ⊂
&#8835; or &sup;superset of⊃ or ⊃
&#8836; or &nsub;not a subset of⊄ or ⊄
&#8838; or &sube;subset of or equal to⊆ or ⊆
&#8839; or &supe;superset of or equal to⊇ or ⊇
&#8853; or &oplus;circled plus = direct sum⊕ or ⊕
&#8855; or &otimes;circled times = vector product⊗ or ⊗
&#8869; or &perp;up tack = orthogonal to = perpendicular⊥ or ⊥
&#8901; or &sdot;dot operator⋅ or ⋅
&#8968; or &lceil;left ceiling = apl upstile⌈ or ⌈
&#8969; or &rceil;right ceiling⌉ or ⌉
&#8970; or &lfloor;left floor = apl downstile⌊ or ⌊
&#8971; or &rfloor;right floor⌋ or ⌋
&#9001; or &lang;left-pointing angle bracket = bra〈 or ⟨
&#9002; or &rang;right-pointing angle bracket = ket〉 or ⟩
&#9674; or &loz;lozenge◊ or ◊
&#9824; or &spades;black spade suit♠ or ♠
&#9827; or &clubs;black club suit = shamrock♣ or ♣
&#9829; or &hearts;black heart suit = valentine♥ or ♥
&#9830; or &diams;black diamond suit♦ or ♦
&#10004;Check Mark
+ + + diff --git a/vivaldi/Panels/html-chars.ico b/vivaldi/Panels/html-chars.ico new file mode 100755 index 0000000000000000000000000000000000000000..2f7ab0434bd6d01127cfbb1862357252502dbcbc GIT binary patch literal 4286 zcmbVQTWl0%6rKu%s6>1)#`q#JYE0DdMBJI(Z7Je|#z<5|qY1$~hMn0ha+8ao1X>;l zn3zBm&}c%{7%mBRXLfqoUINlmkd})n1WIk`&0@oDFLW=*@BGWm?3UTKxa4PN|NqSS zzVn^S3`kM|{>+&p@!!(V4@%O*k|aHig)M157Vqc#R0KTIWUGFqPck*n;}KO^Z>qkA zi0X}nRhe*~y&{^NGJ;B%p~>Z8)%O;z@14x=r01V1z*U|zRr!#i%1JEJHJKRO$iikG zz{K)mc}T}OIQB+V-+Dvy-9IUgiv|(ZKT}tIJAgID{{P=nz{PX5Qj=fk-}B0(I$J!A zp!X3YARpHQh$oP%^WE^^d&Pow5mjDmlz0m)jC|kKs`99zDt`$aXqk{Niy9OCE^0^Q{N&CcrIQIt5z#|n>t~n0Oh>Lo_f6q6I=Sr|UXlR^s#kS`;!tX#|j zeFYqe65tSH4qv@5`q#liJ*%GMVa@xlv&XX=njgwwCvkroPOdf_qj1p4r4cNoA>@GL zOQ8>{HZHdF#@uz}DY|7T#dth z?G0gYD$L0t_sO-|W1!RvSOHeOfo`uj^NdSMd zgc?%a`#H`O9;OMZGR#zr*WZy0W+k9nREcw1W<@&dUU?gvM;kc45@UaL?aDg9JYh&tC}qbn|09WAVOPigWuN0K8Y^&JZUTZhpib=LkA>U_Nr4B{3_{{J3L6eAXTB zf&(={&qLYxx;lS4=F&;_mt6;Wv4xJA_wf4CPiQRGOQVCm#Mcwu!+nGI>JJ)L`Rv#& z9+(GD;Cz5>Ci3B&W$?MLs@A+p=GsM~FP-yT4Y|H5Ri)g}^1lb0s<#;W46#o6{N(Ou z`igy9EBBl^aBcIv^VHU=%7p(OS*|?E?<2*C>BiJKVx#IpcHMtk{eZW+Ul=_v* zl(crkb=&)O#q*L8lxG8f0nV3WZN&N#YYpc2JJ9*rx{zmj>7r+*j7!l1B1zhul%%3j yNt!(4(uzw944kEMY}TYx(_ll}uxId8%M literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/multisearch.html b/vivaldi/Panels/multisearch.html new file mode 100755 index 0000000..98aa5e9 --- /dev/null +++ b/vivaldi/Panels/multisearch.html @@ -0,0 +1,51 @@ + + + + MultiSearch! + + + + +

Websearch:

+ + +

Music:

+ + +

Torrents:

+ + + + + + diff --git a/vivaldi/Panels/multisearch.png b/vivaldi/Panels/multisearch.png new file mode 100755 index 0000000000000000000000000000000000000000..d0dd03d748ff0a616931d98cc3dde8d16bfc02cb GIT binary patch literal 1293 zcmV+o1@iidP)fh{#zl~DKt4I%bS!1iW{3H+vz7~;bvWpOrY(eZ zB67?^SSd&vGSIn;W$90`Ftw1l(?h5yLcAxAWeby>3AhY{knRGYD3C`>}9MeSjr#L}9jL&c~ln8(6kAy>Ma`Kj$3Er|{k;L|20ne&Ha`1(dUm%18oM3dzSGD)Q{*-QmxQlAJ7${4WR5|QbHa;{8@{L_eQ zo8zq&T#L2!>Eb|Dyph7xTvla0jj0S=hRHWgzP z9_`?0XOJBrX^564(L#TTCgWW0yiR-c76Ck<>C<_Xi)9&enCYLwxm(qo4_~1ukVkRK z3~>IjfrcV~E}8Bi_0d-1j?F+nqNULiO(ih7KP?C0R9h7Vo{6l;E~Yl#MqRW8w_!0i zHJ{nRXeILTO)sb&zzW#Ts76!<5zC~YQ@WH)DSUczyPtR0n>h#Ui+ z13djTt%)#(zyi-KUP#R&DH=m5M1+gsdcJQwLxk{&LlIylMg*YesC(8(REM!k++sw0g@TmB6Bb^|C1urtIo3v%(46S z+6awK7iL!j2~#mX)<#3@Ce@vdgc6bAs$m6iQUPo{w|k`s`(R9O{@oy=6mNV!_wAzw zfM|{bI{;e*?z3p%OA$`o(GRRYyDK2VhrmW)!hJmbc?GM=ic4z;bwumW?(&JS5|J&y zqkwsjop*v-yLUn9w}ToIfU^0eF(;`Hi%=rMTUv8WYihKnU2CEvh@&<9i-^`77Lntl zYDxjt{I=5zqyd>Dq{RSo5FQugd7u!mhS*o7lzMUBqIarCO<*iob9$!|BnNm^gw21G z?t2y#yeV+_z~W7EUkKdB>Qg&R5mt!EZXmn2q^SMMp!C4vP0>-$1$Tqjf8B11@Di{Z zxCVTBXzAvwV;W5Ennd{yC0aa6kvzC$bMnCqI2`^0#WTDp;=DyZ00000NkvXXu0mjf DByeG@ literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/multisearch2.html b/vivaldi/Panels/multisearch2.html new file mode 100755 index 0000000..23d2ea0 --- /dev/null +++ b/vivaldi/Panels/multisearch2.html @@ -0,0 +1,42 @@ + + + +MultiSearch! + + + + + + + + + + \ No newline at end of file diff --git a/vivaldi/Panels/res/arrow-bl.gif b/vivaldi/Panels/res/arrow-bl.gif new file mode 100755 index 0000000000000000000000000000000000000000..9b5409fb6c98fe1d54b11834a476d35186001ba3 GIT binary patch literal 43 wcmZ?wbhEHbO@m}k+FHVPk3ABf{nW58%K6z%oC-BF_gyn8 zDuU78-j2(c|B2+}5WM|%HTLfh$2Z@+f>Wn72n!3t&6|2W|NJ&IHpbwMHww|#mW0mE zM4Ual0RaI4jI|;@ekwly+=@$=Hln#X1P+G+$BxC|)mL?R`Q=j7)kUDMZxQ3Ll&Q0& z)6HVOdVKPUg%CK45g&bI;>=;JCB@;xQS7M_FT9{-KdJEbm9T#+u3gh}cQV$I;povA z*3#j{7i+k?Y0PJ4O(Sd8vZjf?HQbY){fBW!VXQA@oRqsLtn^^4NSHH zzb8W1t(zuG%LxkEwmRBB(BmJz!cwq2Q&swOehgBnSyEPIuAiAzDX3OrE9II+W^)njRE6S|gBrg<% zwc0Vcy4YN|rBG1RmXFE0O>xr3h;04burb-1krA9Qb?of^d`hE9SuBds3xZ+$1i3^I zW;`j%0TR7_=>k#qc50*YH;_~Q9rld^2PQzmGilSqv$2d{LHxqAZBr+3~ zJdCw#7m_2&$t{;)Fc@I9%K5vGr|tyad~+v8Mso4}_jhpd;s~~G%|&Kr5Vt4MNw1o?jsIa-09 z9yy#&IdkshZl|#B55)h8|FOn@i0kYloyg?;7dXcfB8PROIb$^YmvK%h?|&qB62bo5 zz3w1Nhhb;IBXqBLjO>Czsb~JE`L&2 z(9~3*+h4FHY zYb$DR_src|Rnb>!3`LoyK)ktA*JSK1(wkLVwfRckx(M(UvbCef3`W@ZDYkzIP&o1u!j-8UfjH^Lm*AUxYfn`5srIh}(w}+a zfat;bw$3-j9K4?9#|O+0m!R_YZw;+hS0+QyECsjR=?JsNf`U`!iKhx)pe!R=x{c`kgG)Gh# literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/res/http.ico b/vivaldi/Panels/res/http.ico new file mode 100755 index 0000000000000000000000000000000000000000..0e7030c3f4ed71b85f7767daed34191ec632dd54 GIT binary patch literal 6518 zcmeHLdrX#97=LT4KVnU5&Q@zlwlUhu)s|gX_D5~DHn(oGyjF^2%o5You#uXEEJWqVwFgaUMj zZd6exe=~k{>elGh!bGagi&MnvtSD-^T*UL-knhNM>3uxPk^_{C9yxz-H6?m~ph$7M z787JG6}hZel5mVt53gnXV*C*$Cy|Ja3&`v;Pfl4b^{@-|v^7y(Q4-TfMuwRl`StTk z4oFw?6{cg2Lj%3kTvfnx*c%=iw30O~pG6Vw3#@3xrw>u!+D9qmb0?}y52KY$D<7nwb@Ld{G<~J`w}{;8`?=Zo zi?_GO7!U5WIpUhIYHkl7U~k| z^W>I=lpp>*rTnr+(E`^zLftKON`5?~y`h|QBJ5o&&mJRM80pP+k|9i$>_i1mDf`KVdi8!8C(5B85b%Tk$dCEVN5OxQct7VYtx z70=!z(ffVnKiXrFl~|{xhI6(&>ym_{R(xBNKX$*(_H5NDM)|(ZR<60EecYXn#!4lI z+EMcG)z_9v$bcmItYjV3ZW94&UA=warRPja4RxBHZx;0-);u1>?Oe<{c#ji7hVMp} z4g2CLI#|62=`}1J&)FjsI9J)-#yL@HK_C*x%EX+M|ZJ|y+86@^POv| zVlkWYouR%q1Vw=ZO^TuBX&R@eS>(^Oh?ZF z8tP=zvik+@AYxJu^I#Ke1-~fz0Mif)uy@cf3L^IMZ>OBtK{_q9T%$t=eVv5Xnqu<% z2!2QH;eOyQFo-qEGl|>vmQ)eHL7B3J-)J&Wo?=!$8cWiY3i>n|Td{`pV;d9?2x2Pe z=tt0tNXQNLRQ7O>CjuEG@J5aIMD{B1W6WdddF0ukN0iXt-Of1@yc3(A<^EIhj9>I% zh>egb{-|;fau8yXEkKV9`?%vq8Qed)wu|w<*-|Ij>qa[href]{border-color:#18b975;}nav>a[href]{background:#dce6e3;}iframe{border-left-color:#dce6e3;} diff --git a/vivaldi/Panels/res/qr-2.css b/vivaldi/Panels/res/qr-2.css new file mode 100755 index 0000000..d54c6e2 --- /dev/null +++ b/vivaldi/Panels/res/qr-2.css @@ -0,0 +1,2 @@ +/* color overrides */ +/*pink*/ h1,nav{background:#b90855;}h2,th,footer{background:#d199b4;}a[href],nav>a[href]{border-color:#b91875;}nav>a[href]{background:#e6dce3;}iframe{border-left-color:#e6dce3;} diff --git a/vivaldi/Panels/res/qr.css b/vivaldi/Panels/res/qr.css new file mode 100755 index 0000000..309270c --- /dev/null +++ b/vivaldi/Panels/res/qr.css @@ -0,0 +1,183 @@ +/* Style sheet for the Quick Reference pages * + * (c) Rijk 2013 */ + +ul, ol {margin: 0; padding: 0 0 0 1.5em;} +ol {counter-reset: item;} +li {display: block; list-style: none; position: relative; padding: .3em 0; margin: 0;} +li h3 {padding: 0; margin: 0;} + +ol > li:before { +content: counters(item, ".") ". "; +counter-increment: item; +display: inline-block; +width: 2em; +position: absolute; +left: -2.3em; +text-align: right; +} + +ol.append li:before, ol.other li:before, li.no-num:before {content: none;} +ol.append li, .other li, li.no-num {display: list-item;} +ol.append li {list-style-type: upper-alpha;} +.other li {list-style: none;} + +li.turner {position: relative;} +.turner img { +position: absolute; left: -1em; top: .5em; +border-width: 0; +vertical-align: bottom; +height: 11px; +width: 11px; +margin: 1px 1px 1px 0; +} +ul ol .turner img {left: -2.2em;} + + +html, body.iframed {height: 100%; padding: 0;} + +body { +/* .875 means 14 px font, .75 means 12px font. nav bar layout adapts more or less to the font size */ +font: .875em/1.125 "Segoe UI", sans-serif;*/ +color: #333; +background: #efefef; +margin: 0; +padding: 1.652em 0 0; +} + +h1, h2, h3 { +font: bold 1em "Segoe UI", sans-serif; +} + +h1 { +color: #fff; +background: #1875b9; +text-align: center; +margin: 0; +padding: 0.5em 0.1em; +text-shadow: 1px 1px 3px #000; +} + +h2, th { +color: #000; +background: #99B4D1; +margin: 0; +padding: .3em; +text-shadow: 1px 1px 3px #666; +font-weight: normal; +text-align: left; +} + +h3, h4 { +margin: .5em 0 0.2em 0; +padding-left: 0.2em; +font-weight: normal; +text-shadow: 1px 1px 3px #666; +} + +h3 a[href] {text-shadow: none;} + +a[href] { +color: #609; +background: inherit; +text-decoration: none; +border-bottom: 1px solid #1875b9; +} + +a, a[href], td a[href], li a[href] {text-decoration: none; border-bottom: none; color: inherit; background: inherit;} + +a[href]:hover { +text-shadow: 0px 0px 10px #555; +} + +div.holder {position: fixed; left: 0; top: 1.652em; bottom: 0; width: 25%; padding-top: 0; overflow: auto;} + +iframe {position: fixed; left: 25%; top: 0; width: 75%; height: 100%; border: none; border-top: 1.652em solid transparent; border-left: .1rem solid #dce3e6; box-sizing: border-box; -moz-box-sizing: border-box;} + +nav { +display: block; +padding: 1px 0 0 1px; +color: #333; background: #1875b9; +border-bottom: 1px solid #fff; +white-space: nowrap; +position: fixed; +z-index: 2; +top: 0; left: 0; right: 0; +bottom: auto; +height: auto; +height: 1.5em; +width: 100%; +} + +nav a[href] { +color: #333; background: #dce3e6; +padding: 2px .5em 1px; +margin: 0; +border: 1px solid #1875b9; +border-top-left-radius: 2px; +border-top-right-radius: 2px; +display: inline-block; +height: 1.14em; +min-width: 1.3em; text-align: center; +font-variant: small-caps; /*text-transform: lowercase;*/ +} + +nav a[href]#current { +color: #555; background: #fff; +border-bottom: 2px solid #fff; +} + +nav a[href]:hover { +outline: none; +color: #555; background: #fff; +text-shadow: none; +} + + +/* Start: Leaf-Turner QR Pages Styles */ + + +div.leaf table {border: 1px solid #dce3e6; border-width: 0 0 2px 11px; margin-bottom: 0; border-collapse: collapse; width: 100%;} +div.leaf th {padding: 0 2px; background: inherit; color: inherit;} + +#html-attr li {margin: 1px 0 0 0; padding: 1px 0 1px 12px;} +#html-attr li.turner {padding: 1px 0 1px 1px;} + +/* End: Leaf-Turner QR Pages Styles */ + +table {margin: 0 0 1em; padding: 0; width: 100%; empty-cells: show; border-collapse: collapse;} + +td, th {border: 1px solid #ddd; border-width: 0 1px 1px 0;} + +td { +text-align: left; +vertical-align: top; +padding: 2px 4px; +} + +tr.lc td + td + td, td.lc {background: #dfdfdf; color: #666;} +tr.cr td + td + td, td.cr, tr.rec td + td + td, td.rec {background: #efdfdf; color: maroon;} + +tr.css2010 .name, tr.cr .name, tr.rec .name { +font-variant: small-caps; +text-transform: lowercase; +letter-spacing: .2em; +font-weight: bold; +} + +tr.suse .name a, table#legend tr.suse td { +color: #808080; +font-variant: normal; +letter-spacing: normal; +text-decoration: line-through; +font-weight: normal; +} + +table#css-prop td + td {text-align: center;} + +li:nth-child(even) {background: #fff;} +li:nth-child(odd) {background: #eee;} + +tr:nth-child(even) {background: #fff;} +tr:nth-child(odd) {background: #eee;} + +small {font-size: .8em;} \ No newline at end of file diff --git a/vivaldi/Panels/res/script.ico b/vivaldi/Panels/res/script.ico new file mode 100755 index 0000000000000000000000000000000000000000..430c3aec2f0e4c5b65535d3eb02674ec10dfbe6f GIT binary patch literal 3774 zcmeHJTTmNS82)#2*(AH0Y_1!U5XcP@pg<|K&;o6_mzK8BE7%*xS}STrw6>y-4~*kD z8J}9~1LGTxI;C%Q#u@R&nK)V}zR`LaeB_~>;gPr2ZWzw@8( z{O9a$h#36p>j_sAeQ71~5K$ZzCc1#C*f)S#v!s7a(~VDWP+xB!O?@~;R;!inesh;H zzh-FWiy4}{K1r!hQZz9>K@E*fwD8vg-M%wRi;Igi_x&8jqA{9!@`RR_mT3C(X&T4< z*yS-=US6i;Xp-jd&r?5a&RaKWXmE%oaX<6;G2MG`pN5A=D1$h+f4N6GOxK+y?KE5^({d`JuEXHXxZUc+3@pMRoB_#a`60eMJcju84g|NMh~ zK&{ySmgF5cy5gCfNvi41Kda8E5*23#F~I@5&b0c zW`Yh0x>K;tz?MLpQGCe%5d1^%nc@j*!MGIeL)f1d=uCpwg?0w^4(wwZdPA5eg|S}L z6f}&$H-`9QXrJL(2L43`1h4sN5XglNuw2R3V9cw0ll&AY`49L`$yfl%nVVWGK4UlJ zgA4{cvkAY%Waifpup7#G-kV$8#`t1I)zRiXWh;d-dUQfnGgI!#O4`5|+0HWu-O;+z zXxtHvizd5p{DNC%JXuK_`IgBYZiiY*gJrBvclF3VhkL-tdsImp{BY2>JDv#EC4w^N zHF&orf(~D>%PM%4HEZy9)x=xrpi)%6)L!F`*SuSd@8tSwdsp_n+7YsPb^NLELHCZg zit%Ncv5Gbo{a3m;mmri2eqXSqIA0c7i;8o{&sp@m?zQcw+kG9I@MVrM>QBZhYh&U1 zSh&jnzQgUh=%Ic`2x~BAP6ra1h%xt%+XKq72 zRk|oK72CGIp_U`1js}kRu%hbGVxUJA!|E(KwuT;v>55)@>7B*~l&qN5 z=o);{(sueH#3-e0Zv&SvMoUkL>(#?efPc8jKN#XzAy143ABXL1`^%wFsN?Wx$KfzC zlP5-lZ#2n~dIg;aYWw$9dJQgAHC7WLgn@qFp*2KA?X9>71=lEvQrVel=i ziX!Jt(X%s){=LxSbulW6oPXn~?!M=;*x7sZ1$#LwNf=;s3B0mvh3Ch3^33&|o@Cwr zm|h65M)385OFf{4{E~{!(cY0PUVpyvy;pPr*5opK%tg+#$TAWCAw|)lLxab5Tpk(2 z`_p4LD`J4c_;|FWsuzbMk;tA4L!s8X-HIf8R*WWJE~(hn#&KL&y;knphIb+_IvJCi zRo1%|lx;@6 z?jP`Nl4Vu=dOhnyt36IHt*7Vf*W|nM#cUnlyq3w8C2z4_v#^?(EPvDg4_4k@$lv_m N312{e*8M*-@Hf!<#tZ-e literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/res/setup.js b/vivaldi/Panels/res/setup.js new file mode 100755 index 0000000..ee1a928 --- /dev/null +++ b/vivaldi/Panels/res/setup.js @@ -0,0 +1,105 @@ +window.onload=SetStyleSheet(); +//window.onload=init(); + +function init(){ + SetStyleSheet(); + changeLinks(); +} + +// LeafTurner starts here. Modified from Eric Meyer's script function MaKo. + +function GetElementsWithClassName(elementName,className) { + var i; + var allElements = document.getElementsByTagName(elementName); + var elemColl = new Array(); + for (i = 0; i < allElements.length; i++) { + if (allElements[i].className == className) { + elemColl[elemColl.length] = allElements[i]; + } + } + return elemColl; +} + +function initialLeaf() { + var n; + var imgColl = GetElementsWithClassName('img','turner'); + var olColl = GetElementsWithClassName('ol','leaf'); + var ulColl = GetElementsWithClassName('ul','leaf'); + var divColl = GetElementsWithClassName('div','leaf'); + for (n = 0; n < imgColl.length; n++) { + imgColl[n].src = '../res/arrow-plus.gif'; + } + for (n = 0; n < divColl.length; n++) { + divColl[n].style.display = 'none'; + } + for (n = 0; n < olColl.length; n++) { + olColl[n].style.display = 'none'; + } + for (n = 0; n < ulColl.length; n++) { + ulColl[n].style.display = 'none'; + } +} + +function leafTurn(leafName) { + var myLeaf = document.getElementById(leafName); + var myArrow = document.getElementById(leafName+'Turn'); + if (myLeaf.style.display == 'none') { + myLeaf.style.display = 'block'; + myArrow.src = '../res/arrow-minus.gif'; + } else { + myLeaf.style.display = 'none'; + myArrow.src = '../res/arrow-plus.gif'; + } +} + + + +// if the browser supports sidebar.addPanel and is not Firefox, call the function changeLinks onload +// Firefox directly support rel=sidebar so it doesn't need the script + +if((window.sidebar) && (window.sidebar.addPanel) && navigator.vendor != 'Firefox' ){ + window.onload=changeLinks; +} + +// add event handlers to links with rel=sidebar + +function changeLinks() { + var links,i; +// grab all links, loop over them; + links = document.getElementsByTagName('a'); + for(i=0; i < links.length; i++) { +// check which link has a rel attribute, with value 'sidebar' and send this one to addTab +// if(links[i].getAttribute('rel')!='') { + if(links[i].getAttribute('rel') && links[i].getAttribute('rel').match(/\bsidebar\b/)) { +// Note: the simple function below doesn't provide for handling relative URLs, and addPanel only works with absolute URLs... +// links[i].onclick=function(){return(addTab(this.title,this.href,''));}; +// Hence the hack below to make the URL absolute if it isn't already. + links[i].onclick=function(){ + var abshref = this.href; + if(!this.href.match(/^(https?|file):/)) { + abshref = location.protocol + '\/\/' + location.pathname.replace(/\/[^\/]*$/,'\/') + abshref; + } + return(addTab(this.title,abshref,'')); + }; + } + } +} + + +function addTab(tabName,tabURL,tabCURL) { + if ((window.sidebar) && (window.sidebar.addPanel) && navigator.vendor != 'Firefox' ){ + try { + window.sidebar.addPanel(tabName,tabURL,tabCURL); + } + catch (e) { + alert('An error occurred when trying to add this tab to your '+ + 'Sidebar. Maybe you have hit a known bug '+ + '(see Bugzilla #97016) in some Netscape6/Mozilla versions. '+ + 'You should be able to click the add tab link again now '+ + 'and it should work properly, else press F9 twice.'); + } + return false; + } else { + return true; + } +} diff --git a/vivaldi/Panels/triplecolors.html b/vivaldi/Panels/triplecolors.html new file mode 100755 index 0000000..13b7d6c --- /dev/null +++ b/vivaldi/Panels/triplecolors.html @@ -0,0 +1,700 @@ + + + + + + + TripleColors (TnTLuoma.com) + + + + + + + + + +

TripleColors: The Best and Most Comprehensive Guide[*] to Official HTML Color Codes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML4 color keywords
aqua
black
blue
fuchsia
gray
green
lime
maroon
navy
olive
purple
red
silver
teal
white
yellow
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SVG color keywords
Black#0000000,0,0
Navy#0000800,0,128
DarkBlue#00008B0,0,139
MediumBlue#0000CD0,0,205
Blue#0000FF0,0,255
DarkGreen#0064000,100,0
Green#0080000,128,0
Teal#0080800,128,128
DarkCyan#008B8B0,139,139
DeepSkyBlue#00BFFF0,191,255
DarkTurquoise#00CED10,206,209
MediumSpringGreen#00FA9A0,250,154
Lime#00FF000,255,0
SpringGreen#00FF7F0,255,127
Aqua#00FFFF0,255,255
Cyan#00FFFF0,255,255
MidnightBlue#19197025,25,112
DodgerBlue#1E90FF30,144,255
LightSeaGreen#20B2AA32,178,170
ForestGreen#228B2234,139,34
SeaGreen#2E8B5746,139,87
DarkSlateGray#2F4F4F47,79,79
LimeGreen#32CD3250,205,50
MediumSeaGreen#3CB37160,179,113
Turquoise#40E0D064,224,208
RoyalBlue#4169E165,105,225
SteelBlue#4682B470,130,180
DarkSlateBlue#483D8B72,61,139
MediumTurquoise#48D1CC72,209,204
Indigo#4B008275,0,130
DarkOliveGreen#556B2F85,107,47
CadetBlue#5F9EA095,158,160
CornflowerBlue#6495ED100,149,237
MediumAquamarine#66CDAA102,205,170
DimGray#696969105,105,105
SlateBlue#6A5ACD106,90,205
OliveDrab#6B8E23107,142,35
SlateGray#708090112,128,144
LightSlateGray#778899119,136,153
MediumSlateBlue#7B68EE123,104,238
LawnGreen#7CFC00124,252,0
Chartreuse#7FFF00127,255,0
Aquamarine#7FFFD4127,255,212
Maroon#800000128,0,0
Purple#800080128,0,128
Olive#808000128,128,0
Gray#808080128,128,128
SkyBlue#87CEEB135,206,235
LightSkyBlue#87CEFA135,206,250
BlueViolet#8A2BE2138,43,226
DarkRed#8B0000139,0,0
DarkMagenta#8B008B139,0,139
SaddleBrown#8B4513139,69,19
DarkSeaGreen#8FBC8F143,188,143
LightGreen#90EE90144,238,144
MediumPurple#9370DB147,112,219
DarkViolet#9400D3148,0,211
PaleGreen#98FB98152,251,152
DarkOrchid#9932CC153,50,204
YellowGreen#9ACD32154,205,50
Sienna#A0522D160,82,45
Brown#A52A2A165,42,42
DarkGray#A9A9A9169,169,169
LightBlue#ADD8E6173,216,230
GreenYellow#ADFF2F173,255,47
PaleTurquoise#AFEEEE175,238,238
LightSteelBlue#B0C4DE176,196,222
PowderBlue#B0E0E6176,224,230
FireBrick#B22222178,34,34
DarkGoldenrod#B8860B184,134,11
MediumOrchid#BA55D3186,85,211
RosyBrown#BC8F8F188,143,143
DarkKhaki#BDB76B189,183,107
Silver#C0C0C0192,192,192
MediumVioletRed#C71585199,21,133
IndianRed#CD5C5C205,92,92
Peru#CD853F205,133,63
Chocolate#D2691E210,105,30
Tan#D2B48C210,180,140
LightGrey#D3D3D3211,211,211
Thistle#D8BFD8216,191,216
Orchid#DA70D6218,112,214
Goldenrod#DAA520218,165,32
PaleVioletRed#DB7093219,112,147
Crimson#DC143C220,20,60
Gainsboro#DCDCDC220,220,220
Plum#DDA0DD221,160,221
BurlyWood#DEB887222,184,135
LightCyan#E0FFFF224,255,255
Lavender#E6E6FA230,230,250
DarkSalmon#E9967A233,150,122
Violet#EE82EE238,130,238
PaleGoldenrod#EEE8AA238,232,170
LightCoral#F08080240,128,128
Khaki#F0E68C240,230,140
AliceBlue#F0F8FF240,248,255
Honeydew#F0FFF0240,255,240
Azure#F0FFFF240,255,255
SandyBrown#F4A460244,164,96
Wheat#F5DEB3245,222,179
Beige#F5F5DC245,245,220
WhiteSmoke#F5F5F5245,245,245
MintCream#F5FFFA245,255,250
GhostWhite#F8F8FF248,248,255
Salmon#FA8072250,128,114
AntiqueWhite#FAEBD7250,235,215
Linen#FAF0E6250,240,230
LightGoldenrodYellow#FAFAD2250,250,210
OldLace#FDF5E6253,245,230
Red#FF0000255,0,0
Fuchsia#FF00FF255,0,255
Magenta#FF00FF255,0,255
DeepPink#FF1493255,20,147
OrangeRed#FF4500255,69,0
Tomato#FF6347255,99,71
HotPink#FF69B4255,105,180
Coral#FF7F50255,127,80
DarkOrange#FF8C00255,140,0
LightSalmon#FFA07A255,160,122
Orange#FFA500255,165,0
LightPink#FFB6C1255,182,193
Pink#FFC0CB255,192,203
Gold#FFD700255,215,0
PeachPuff#FFDAB9255,218,185
NavajoWhite#FFDEAD255,222,173
Moccasin#FFE4B5255,228,181
Bisque#FFE4C4255,228,196
MistyRose#FFE4E1255,228,225
BlanchedAlmond#FFEBCD255,235,205
PapayaWhip#FFEFD5255,239,213
LavenderBlush#FFF0F5255,240,245
Seashell#FFF5EE255,245,238
Cornsilk#FFF8DC255,248,220
LemonChiffon#FFFACD255,250,205
FloralWhite#FFFAF0255,250,240
Snow#FFFAFA255,250,250
Yellow#FFFF00255,255,0
LightYellow#FFFFE0255,255,224
Ivory#FFFFF0255,255,240
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
System Colors
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

+ +

Reload this page

+ + +

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 new file mode 100755 index 0000000000000000000000000000000000000000..62ccd54275a97b9b78d8b0cfe5f236b304a787f4 GIT binary patch literal 3262 zcmdVdu?@m75QX7KPmO2}rDOz3$}k5DP-K9s=&-5i(j&@DK*<1M1NJbNf^6^$`Q^LF za%o*+TUx}^G>Z3H_ocLww2g`>?W3moUv4p&YECI4ok~HK%9FF9+=Uv3GwKPa@82k? zRPAC{6x^QP9y5yly4-hNhjOWE8%rp9dF;`m=--ch3{`h`x>8Okhcg~V6npxNqpiJI MRqyWeE#Pm1FZB6--T(jq literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/unicodeChartsPanel/pics/metall10d.gif b/vivaldi/Panels/unicodeChartsPanel/pics/metall10d.gif new file mode 100755 index 0000000000000000000000000000000000000000..389c74ab0e2ffa8f6a169fcbafb3b7fc3c2378ab GIT binary patch literal 16532 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 literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/unicodeChartsPanel/pics/metall5breit.gif b/vivaldi/Panels/unicodeChartsPanel/pics/metall5breit.gif new file mode 100755 index 0000000000000000000000000000000000000000..078635d410cae96f51c47b33b22c2cff16ce4346 GIT binary patch literal 2301 zcmVgnp|=I7?+ z=GN8L)YH_{($mt>($Ub-&dtuv%+1Wp%*e;c$HvFT#m2Fed?=i%Yw+uPmN*4W6%%IfOt>FMg|=;`O@=;r3<<>lt&FDU_=jG+(gww0>FMa`=;!C>=H}+*<>ln$W+}qpR+S=OL z+1c3G*w@$B*4Eb5)z#G0)YH?`($dn<(9qA%&(6-y&CSis%*@Nn%gV~i$;rvc$jHaX z$HvCS#l^+M#KgnH!@|PC!NI}6z`(!1zrMb{y}iA>yu7-)y8r+GA^8LW004ggEC2ui z04xCz000O7fEa>rw9S?@D3KdsY ze0XML*%lJuqfX3W5PWh1wZpumIHB0475E?>c( zUcPM6NLR2|qEDk%#jJIO0<&x1o{sI`dinfuA3y$tLhIJXLX58Xt7FQRmm}$7%u6sZ zNXHNb{aKIy{(A)IpB@43!JlY^B*MrXCZVK~YdFc)No}Aw(9tT~m<>beB?gxN zRxVV=#e5lc^aXyrh@oFmM1d%a4TThPfdz}u!C*-auJ#6NXJYchOl-b}Qv_^CsK!pA z+}41FyTK9^mLwkMky9@$CzVB7NY(;mTeZ;GV(d*<%{A5ynVkvk1h!8J`9wiaTu$JX zmtIdCfWSPNUiuC@+f11!G@Ra6*a&`{zpOnId3w#8%y15{C2?I@GX<8w^DNJum*fY9Pu6lf`$SAn2n4n zi6v{^6rqF>MBu|3aB>nsO9jN~LmM}-5ptXo#+=5?N+dzyZ9YX?0~y94CkzPR4yw$G zEjqKpx$L#4bkfnS5Y}Q)Gs^VTVpV6IS>lXi0zL7<(+|k`6ks&siH94OEUH zaKp`TR4>_jf~0+Lr}y`2>K+%v)m^2|>AJ*SGd-3cCC%_0Kl*=nJ45Gt9O~g^_`02zH6VmxCXkxJq!ai4z+mbCN^)PzV6Q1n!3vH|N zp9IkZFlwxaU?QwVC=pF4|?H4itz9U?ik^q;eVhWCR2a;}(9F5(Yo`fdd=hLmxQMhlpvQKzay`Arhf6Nl=1uI)K9x z()5~Ttsx2HGv5tvV7^9H=t4TPMR9`oi_n$MEBKR!6^1Z`>#U0ZixTW2(;fn&Ay~~U z=~zn?Dz!>>3`R#>B+CWaGnPP4 z27G{N3~k{@3?S8omC)%!&4uBFC_Uk@Qd1_zoyj$B@>l^%#;j1J0v2Wvj!|YXgL1xa zN`CrTW{Nl!tSB*cP0Qc95E2kdVXBImvf>q6`7SF?u~g*$xREX`=rp87rwAE!%)t=m zBrY&7O2A-aQh-WMK4{>r5|bFk2qd72eTFj$I)oy`L@XY_Py~&8X-p*mvzT#0a-l$j zVneY$XlZFUG%yZQf-#KD2#ruzc}&5iHZ@ZE4}uU3(iG0YFBqTTcNW( zg>wcV4X1HtP!!36#226Y7BZ&df_i3BlTBouStKP80yZ=-CNRN5FXc+{^g{|xT}u!M z6UFzgGF4|oK`3|W#a?EiGPZplIrl~!U2wN3btsKm;1+SXYr^ot7oJ3!Rw7ts8FoU= z!qaYgtD$LqS6faYor>potI9a1o{hTbQnR5??YOt9^60=n=i;dz*F|i60ZcyRs~v@~ X7DirtMiz`f+ZM0*$uDSFAOHY6G6|zl literal 0 HcmV?d00001 diff --git a/vivaldi/Panels/unicodeChartsPanel/unicodeChartsPanel.html b/vivaldi/Panels/unicodeChartsPanel/unicodeChartsPanel.html new file mode 100755 index 0000000..e0f3bcf --- /dev/null +++ b/vivaldi/Panels/unicodeChartsPanel/unicodeChartsPanel.html @@ -0,0 +1,249 @@ + + + + +Unicode Charts Panel + + + + + + + + + + +
    +
  • +
      +
    • Unicode Charts

    • +
    • +
    • +
    +
  • +
  • +
    +
  • +
+ + \ No newline at end of file