mirror of https://github.com/torappinfo/uweb
style.css adaptable for all kind of sites
parent
e1bebd1fdd
commit
f7374ef3b7
@ -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;
|
||||
}
|
@ -1 +1,10 @@
|
||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
|
@ -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;
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue