-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
body { | ||
border-top: solid #44b492 5pt; | ||
line-height: 150%; | ||
font-family: "Quicksand", sans-serif; | ||
color: #313b4a; | ||
max-width: 1440px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
} | ||
|
||
a { | ||
color: #555; | ||
} | ||
|
||
h1, | ||
h2 { | ||
color: #44b492; | ||
line-height: 100%; | ||
} | ||
|
||
h2 { | ||
font-size: 48px; | ||
} | ||
|
||
h3 { | ||
font-size: 1.8rem; | ||
} | ||
|
||
h4 { | ||
font-size: 1.5rem; | ||
} | ||
|
||
h5 { | ||
font-size: 1.2rem; | ||
} | ||
|
||
a:hover { | ||
color: #44b492; | ||
} | ||
|
||
pre { | ||
background-color: #e0e0e0; | ||
padding: 20px; | ||
} | ||
|
||
code { | ||
background-color: #e0e0e0; | ||
} | ||
|
||
img { | ||
max-width: 100%; | ||
} | ||
|
||
table, | ||
th, | ||
td { | ||
text-align: left; | ||
border: 1px solid gray; | ||
border-collapse: collapse; | ||
} | ||
|
||
th { | ||
padding: 0.5em; | ||
background: #eee; | ||
} | ||
|
||
td { | ||
padding: 0.5em; | ||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# About this folder | ||
We put all documentations we found about the original Etherpad together in this folder. Most of this is still valid for the current (node.js based) Etherpad. |