Add graphical previews (screenshots);
Improve design (CSS); Add more PubSub resources to README.
This commit is contained in:
parent
53c6c946ca
commit
a50b5a0f09
6 changed files with 26 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
* {
|
||||
color: #f5f5f5;
|
||||
color: #eee;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -10,10 +10,12 @@ body {
|
|||
h1#title, h2#subtitle, #actions, #references {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
#actions, #references {
|
||||
border-bottom: 1px solid #eee;
|
||||
line-height: 150%;
|
||||
padding: 10px;
|
||||
user-select: none;
|
||||
}
|
||||
|
@ -25,6 +27,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
}
|
||||
|
||||
#header, #menu {
|
||||
line-height: 120%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
@ -74,6 +77,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
background: #000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
line-height: 200%;
|
||||
overflow: overlay;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue