dedicated page for publis
This commit is contained in:
parent
664db5eea8
commit
6d0b9710cd
13 changed files with 140 additions and 62 deletions
|
|
@ -10,6 +10,7 @@ $dim: #999;
|
|||
$links: #55f;
|
||||
$rule: #999;
|
||||
$tr-rule: #ccc;
|
||||
$highlight: #ccc;
|
||||
|
||||
$width: 800px;
|
||||
$margin: 17px;
|
||||
|
|
@ -31,6 +32,8 @@ html, body { height: 100%; text-align: justify;
|
|||
a { text-decoration: none; color: $links; }
|
||||
a:hover { text-decoration: underline; }
|
||||
|
||||
strong { font-weight: bold; }
|
||||
|
||||
hr { height: 1px; border: none; background-color: $rule; margin-top: 1em; }
|
||||
|
||||
section h1 { font-size: 150%; border-left: 4px solid $links;
|
||||
|
|
@ -66,7 +69,11 @@ tr { border-bottom: 1px dotted $tr-rule; }
|
|||
.publi_table td:nth-child(3) { width: 10%; }
|
||||
|
||||
ul { list-style-image: url('../images/bullet_dark.png'); }
|
||||
li { margin-left: 1em; }
|
||||
ul li { margin-left: 1em; }
|
||||
|
||||
ol { list-style-type: decimal; }
|
||||
ol li { margin-bottom: 1em; padding-right: 10px; }
|
||||
ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
|
||||
|
||||
.float-left { float: left; }
|
||||
.right, .float-right { float: right; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue