Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Visibility and css3 column fix for github pages #50

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
p {
margin-bottom: 16px;
line-height: 18px;
Expand Down
2 changes: 1 addition & 1 deletion 2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }

.cf-page { outline: 1px solid red; background-color: rgba(255, 0, 0, 0.1); }
.cf-column { outline: 1px solid blue; background-color: rgba(0, 0, 255, 0.1); }
Expand Down
2 changes: 1 addition & 1 deletion 3.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 700px; height: 300px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
.cf-page { outline: 1px solid red; }
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; padding: 0; font-weight: bold; -webkit-font-smoothing: antialiased; cursor: text; position: relative; }
body { font: 14px Helvetica,arial,freesans,clean,sans-serif; color: #333; font-size: 14px; line-height: 1.6; }
Expand Down
2 changes: 1 addition & 1 deletion 4.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 600px; height: 300px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }

.cf-page { outline: 1px solid red; background-color: rgba(255, 0, 0, 0.1); }
.cf-column { outline: 1px solid blue; background-color: rgba(0, 0, 255, 0.1); }
Expand Down
2 changes: 1 addition & 1 deletion 5.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* { box-sizing: border-box }
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
.cf-page { outline: 1px solid red; background-color: rgba(255, 0, 0, 0.1); }
.boxed { background-color: #eee; outline: 1px solid grey; padding: 10px; }
h1, h2 { margin: 0; }
Expand Down
4 changes: 3 additions & 1 deletion 6.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<style>

html, body { margin: 0; padding: 0; }
#columns { width: 800px; height: 600px; margin: 50px; -webkit-column-count: 3; -webkit-column-width: 140px; -webkit-column-gap: 25px; }
#columns { width: 800px; height: 600px; margin: 50px; -webkit-column-count: 3; -webkit-column-width: 140px; -webkit-column-gap: 25px;
-moz-column-count: 3; -moz-column-width: 140px; -moz-column-gap: 25px;
column-count: 3; column-width: 140px; column-gap: 25px; }
h3 { margin: 0; font-size: 1em; font-weight: normal; color: blue; }
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; padding: 0; font-weight: bold; -webkit-font-smoothing: antialiased; cursor: text; position: relative; }
body { font: 14px Helvetica,arial,freesans,clean,sans-serif; color: #333; font-size: 14px; line-height: 1.6; }
Expand Down
2 changes: 1 addition & 1 deletion 7.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
p {
margin-bottom: 16px;
line-height: 18px;
Expand Down
2 changes: 1 addition & 1 deletion examples/1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
p {
margin-bottom: 16px;
line-height: 18px;
Expand Down
2 changes: 1 addition & 1 deletion examples/2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }

.cf-page { outline: 1px solid red; background-color: rgba(255, 0, 0, 0.1); }
.cf-column { outline: 1px solid blue; background-color: rgba(0, 0, 255, 0.1); }
Expand Down
2 changes: 1 addition & 1 deletion examples/3.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 700px; height: 300px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
.cf-page { outline: 1px solid red; }
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; padding: 0; font-weight: bold; -webkit-font-smoothing: antialiased; cursor: text; position: relative; }
body { font: 14px Helvetica,arial,freesans,clean,sans-serif; color: #333; font-size: 14px; line-height: 1.6; }
Expand Down
2 changes: 1 addition & 1 deletion examples/4.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 600px; height: 300px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }

.cf-page { outline: 1px solid red; background-color: rgba(255, 0, 0, 0.1); }
.cf-column { outline: 1px solid blue; background-color: rgba(0, 0, 255, 0.1); }
Expand Down
2 changes: 1 addition & 1 deletion examples/5.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* { box-sizing: border-box }
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
.cf-page { outline: 1px solid red; background-color: rgba(255, 0, 0, 0.1); }
.boxed { background-color: #eee; outline: 1px solid grey; padding: 10px; }
h1, h2 { margin: 0; }
Expand Down
4 changes: 3 additions & 1 deletion examples/6.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<style>

html, body { margin: 0; padding: 0; }
#columns { width: 800px; height: 600px; margin: 50px; -webkit-column-count: 3; -webkit-column-width: 140px; -webkit-column-gap: 25px; }
#columns { width: 800px; height: 600px; margin: 50px; -webkit-column-count: 3; -webkit-column-width: 140px; -webkit-column-gap: 25px;
-moz-column-count: 3; -moz-column-width: 140px; -moz-column-gap: 25px;
column-count: 3; column-width: 140px; column-gap: 25px; }
h3 { margin: 0; font-size: 1em; font-weight: normal; color: blue; }
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; padding: 0; font-weight: bold; -webkit-font-smoothing: antialiased; cursor: text; position: relative; }
body { font: 14px Helvetica,arial,freesans,clean,sans-serif; color: #333; font-size: 14px; line-height: 1.6; }
Expand Down
2 changes: 1 addition & 1 deletion examples/7.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body { margin: 10px; padding: 0; }
#viewport { width: 900px; height: 600px; }
#flowedContent, #fixedContent { visibility: hidden; }
#flowedContent, #fixedContent { display: none; }
p {
margin-bottom: 16px;
line-height: 18px;
Expand Down