mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 04:36:41 +01:00
Add blind-signatures-ec post
Add blind-signatures-ec post & update css style
This commit is contained in:
BIN
blogo-input/css/Roboto-Regular.ttf
Normal file
BIN
blogo-input/css/Roboto-Regular.ttf
Normal file
Binary file not shown.
@@ -1,11 +1,26 @@
|
||||
.o_gradient_background{
|
||||
background-color: #222222;
|
||||
background-image: url('../img/gradient-background-2560x1600.jpg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
@font-face {
|
||||
font-family: 'Roboto', monospace;
|
||||
url(Roboto-Regular.ttf) format('truetype');
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none!important;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background: #f9f9f9;
|
||||
border-left: 8px solid #ccc;
|
||||
margin: 1.5em 10px;
|
||||
padding: 0.5em 10px;
|
||||
}
|
||||
|
||||
|
||||
h1,h2, h3, h4, h5 {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user