mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
style.css adaptable for all kind of sites
This commit is contained in:
parent
f7374ef3b7
commit
7b97504629
1 changed files with 34 additions and 0 deletions
34
style.css
Normal file
34
style.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
h1{font-size:100%;}
|
||||
|
||||
header.header{
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
top:0;
|
||||
}
|
||||
|
||||
header.header>a.logo {
|
||||
color:inherit;
|
||||
text-decoration:inherit;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
ul.posts{
|
||||
list-style-type:none
|
||||
}
|
||||
|
||||
ul.posts>li.post {
|
||||
line-height:2;
|
||||
}
|
||||
|
||||
ul.posts>li.post>a{
|
||||
color:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
|
||||
ul.tags{
|
||||
list-style-type:none
|
||||
}
|
||||
|
||||
ul.tags>li{
|
||||
display:inline;
|
||||
}
|
Loading…
Reference in a new issue