adding another prototype
This commit is contained in:
parent
da2fc0ba7e
commit
6dc639186b
1300
streams-invitations-updates-documentation/index.html
Normal file
1300
streams-invitations-updates-documentation/index.html
Normal file
File diff suppressed because one or more lines are too long
169
streams-invitations-updates-documentation/stylesheet.css
Normal file
169
streams-invitations-updates-documentation/stylesheet.css
Normal file
@ -0,0 +1,169 @@
|
||||
body{
|
||||
top:0;
|
||||
left:0;
|
||||
margin:0;
|
||||
background-color: pink;
|
||||
}
|
||||
section#main{
|
||||
position: relative;
|
||||
width: calc(100% - 1em);
|
||||
left:0;
|
||||
top:0;
|
||||
padding:1em 0.5em;
|
||||
}
|
||||
div.column{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: calc(33% - 3em);
|
||||
margin: 0 0.5em 3em;
|
||||
padding:0 1em;
|
||||
}
|
||||
div.row{
|
||||
width: calc(100% - 3em);
|
||||
margin: 0 0.5em 5em;
|
||||
padding:0 1em;
|
||||
}
|
||||
hr{
|
||||
border:0;
|
||||
border-bottom:1px dotted black;
|
||||
}
|
||||
a{
|
||||
color: black;
|
||||
}
|
||||
h1{
|
||||
color:red;
|
||||
}
|
||||
|
||||
/* header + buttons */
|
||||
header {
|
||||
width: calc(100% - 4em);
|
||||
margin: 2em 1.5em;
|
||||
font-family: "header";
|
||||
font-size: 225%;
|
||||
line-height: 1.55;
|
||||
letter-spacing: -0.03em;
|
||||
}
|
||||
.buttons {
|
||||
position: absolute;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.buttons.top, .buttons.side {
|
||||
top: 10px;
|
||||
right: 15px;
|
||||
text-align: right;
|
||||
}
|
||||
.buttons.top.left {
|
||||
top: 10px;
|
||||
left: 35px;
|
||||
text-align: left;
|
||||
}
|
||||
.buttons li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
padding-left: 3px;
|
||||
}
|
||||
.buttons.top, .buttons.side {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* directions */
|
||||
div#directions a{
|
||||
font-size: 150%;
|
||||
line-height: 1.6;
|
||||
}
|
||||
div#directions #tags{
|
||||
float: left;
|
||||
width: 80%;
|
||||
color:blue;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
/* streams */
|
||||
div#streams #xmppstream div{
|
||||
width: calc(20% - 0em);
|
||||
float: left;
|
||||
}
|
||||
div#streams #xmppstream .filename{
|
||||
display: none;
|
||||
}
|
||||
div#streams #fediverse{
|
||||
clear: both;
|
||||
}
|
||||
div#streams div.item{
|
||||
width: calc(100% - 2em);
|
||||
padding:1em;
|
||||
margin:0 0 1em 0;
|
||||
}
|
||||
div#streams #fediverse div.item{
|
||||
background-color: white;
|
||||
}
|
||||
div#streams .ui.repository.list div.item{
|
||||
background-color: yellow;
|
||||
}
|
||||
div#streams #pads table{
|
||||
border: 0;
|
||||
width: 100%;
|
||||
}
|
||||
div#streams #pads tr{
|
||||
display: grid;
|
||||
margin:0 0 1em;
|
||||
}
|
||||
div#streams #pads td.name{
|
||||
background-color: lime;
|
||||
padding:1em;
|
||||
}
|
||||
div#streams #pads thead,
|
||||
div#streams #pads td.versions,
|
||||
div#streams #pads td.lastedited,
|
||||
div#streams #pads td.revisions,
|
||||
div#streams #pads td.authors{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* invitations */
|
||||
div#invitations.column article{
|
||||
width: calc(50% - 1.25em);
|
||||
margin:0 1em 5em 0;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
div.column img{
|
||||
width: 100%;
|
||||
margin:1em 0 0 0;
|
||||
}
|
||||
.entry-title {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-family: "kop";
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
line-height: 1.15;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* updates */
|
||||
.date{
|
||||
margin:1em 0 2em 1em;
|
||||
}
|
||||
div#updates.column article{
|
||||
margin:1em 0 3em;
|
||||
}
|
||||
|
||||
/* documentation */
|
||||
div#documentation h1#documentation,
|
||||
div#documentation a{
|
||||
color:blue;
|
||||
}
|
||||
div#documentation table{
|
||||
width: 100%;
|
||||
color:blue;
|
||||
}
|
||||
div#documentation table th{
|
||||
text-align: left;
|
||||
}
|
||||
div#documentation table td{
|
||||
padding:0.5em 0.5em 0 0;
|
||||
vertical-align: top;
|
||||
}
|
Loading…
Reference in New Issue
Block a user