fix table ratio

This commit is contained in:
Gaspard Jankowiak 2014-01-28 13:43:46 +01:00
parent ab87471d64
commit c56c2db3cb
4 changed files with 20 additions and 48 deletions

View file

@ -57,6 +57,10 @@ th, td { padding: 0.3em; }
tr { border-bottom: 1px solid $dim; } tr { border-bottom: 1px solid $dim; }
tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; } tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; }
.publi_table td:nth-child(1) { width: 30%; }
.publi_table td:nth-child(2) { width: 60%; }
.publi_table td:nth-child(3) { width: 10%; }
ul { list-style-image: url('../images/bullet_dark.png'); } ul { list-style-image: url('../images/bullet_dark.png'); }
li { margin-left: 1em; } li { margin-left: 1em; }

View file

@ -32,14 +32,14 @@ to the Keller-Segel model.
| Authors | Title | Links | | Authors | Title | Links |
| - | - | :-: | | - | - | :-: |
{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br />{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) | {% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br />{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
{% endfor %}{: .accepted} {% endfor %}{: .publi_table}
### Submitted ### Submitted
| Authors | Title | Links | | Authors | Title | Links |
| - | - | :-: | | - | - | :-: |
{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) | {% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
{% endfor %}{: .submitted} {% endfor %}{: .publi_table}
### Visits & conferences ### Visits & conferences

View file

@ -30,14 +30,14 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
| Auteurs | Titre | Liens | | Auteurs | Titre | Liens |
| - | - | :-: | | - | - | :-: |
{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br />{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) | {% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br />{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
{% endfor %}{: .accepted} {% endfor %}{: .publi_table}
### Soumises ### Soumises
| Auteurs | Titre | Liens | | Auteurs | Titre | Liens |
| - | - | :-: | | - | - | :-: |
{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) | {% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
{% endfor %}{: .submitted} {% endfor %}{: .publi_table}
## Déplacements & conférences ## Déplacements & conférences

View file

@ -2,7 +2,6 @@
* In this file you should write your main styles. (or centralize your imports) * In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent: * Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */ * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, a, abbr, acronym, address, big, cite, code,
@ -24,45 +23,37 @@ time, mark, audio, video {
vertical-align: baseline; vertical-align: baseline;
} }
/* line 22, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html { html {
line-height: 1; line-height: 1;
} }
/* line 24, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul { ol, ul {
list-style: none; list-style: none;
} }
/* line 26, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
/* line 28, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td { caption, th, td {
text-align: left; text-align: left;
font-weight: normal; font-weight: normal;
vertical-align: middle; vertical-align: middle;
} }
/* line 30, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote { q, blockquote {
quotes: none; quotes: none;
} }
/* line 103, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { q:before, q:after, blockquote:before, blockquote:after {
content: ""; content: "";
content: none; content: none;
} }
/* line 32, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img { a img {
border: none; border: none;
} }
/* line 116, ../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; display: block;
} }
@ -82,7 +73,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
src: url('/stylesheets/fonts/OpenSans-Italic.woff') format('woff'); src: url('/stylesheets/fonts/OpenSans-Italic.woff') format('woff');
} }
/* line 22, ../_sass/screen.scss */
html, body { html, body {
height: 100%; height: 100%;
text-align: justify; text-align: justify;
@ -92,18 +82,15 @@ html, body {
line-height: 1.4em; line-height: 1.4em;
} }
/* line 27, ../_sass/screen.scss */
a { a {
text-decoration: none; text-decoration: none;
color: #5555ff; color: #5555ff;
} }
/* line 28, ../_sass/screen.scss */
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* line 30, ../_sass/screen.scss */
hr { hr {
height: 1px; height: 1px;
border: none; border: none;
@ -111,7 +98,6 @@ hr {
margin-top: 1em; margin-top: 1em;
} }
/* line 32, ../_sass/screen.scss */
section h1 { section h1 {
font-size: 150%; font-size: 150%;
border-left: 0.25em solid #5555ff; border-left: 0.25em solid #5555ff;
@ -120,18 +106,15 @@ section h1 {
margin-left: -0.8em; margin-left: -0.8em;
} }
/* line 35, ../_sass/screen.scss */
section h2 { section h2 {
font-size: 120%; font-size: 120%;
font-weight: bold; font-weight: bold;
} }
/* line 37, ../_sass/screen.scss */
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
margin: 0.7em 0 0.5em 0; margin: 0.7em 0 0.5em 0;
} }
/* line 39, ../_sass/screen.scss */
header { header {
text-align: center; text-align: center;
font-family: "OpenSansLight", sans; font-family: "OpenSansLight", sans;
@ -141,110 +124,102 @@ header {
padding-top: 1em; padding-top: 1em;
} }
/* line 43, ../_sass/screen.scss */
header h1 { header h1 {
font-size: 1.5em; font-size: 1.5em;
margin: 0 0 0.3em 0; margin: 0 0 0.3em 0;
} }
/* line 45, ../_sass/screen.scss */
header a { header a {
color: #444444; color: #444444;
} }
/* line 47, ../_sass/screen.scss */
nav { nav {
text-align: center; text-align: center;
font-size: 120%; font-size: 120%;
margin: 1em 0; margin: 1em 0;
} }
/* line 48, ../_sass/screen.scss */
nav ul li { nav ul li {
display: inline; display: inline;
margin: 0; margin: 0;
clear: both; clear: both;
} }
/* line 50, ../_sass/screen.scss */
footer { footer {
font-size: 75%; font-size: 75%;
padding-bottom: 175px; padding-bottom: 175px;
} }
/* line 52, ../_sass/screen.scss */
em { em {
font-family: OpenSansItalic; font-family: OpenSansItalic;
} }
/* line 54, ../_sass/screen.scss */
table { table {
width: 100%; width: 100%;
} }
/* line 55, ../_sass/screen.scss */
thead { thead {
color: #999999; color: #999999;
} }
/* line 56, ../_sass/screen.scss */
th, td { th, td {
padding: 0.3em; padding: 0.3em;
} }
/* line 57, ../_sass/screen.scss */
tr { tr {
border-bottom: 1px solid #999999; border-bottom: 1px solid #999999;
} }
/* line 58, ../_sass/screen.scss */
tbody tr:hover { tbody tr:hover {
border-bottom: 1px solid #111111; border-bottom: 1px solid #111111;
color: #111111; color: #111111;
} }
/* line 60, ../_sass/screen.scss */ .publi_table td:nth-child(1) {
width: 30%;
}
.publi_table td:nth-child(2) {
width: 60%;
}
.publi_table td:nth-child(3) {
width: 10%;
}
ul { ul {
list-style-image: url("../images/bullet_dark.png"); list-style-image: url("../images/bullet_dark.png");
} }
/* line 61, ../_sass/screen.scss */
li { li {
margin-left: 1em; margin-left: 1em;
} }
/* line 63, ../_sass/screen.scss */
.float-left { .float-left {
float: left; float: left;
} }
/* line 64, ../_sass/screen.scss */
.right, .float-right { .right, .float-right {
float: right; float: right;
} }
/* line 65, ../_sass/screen.scss */
.clear { .clear {
clear: both; clear: both;
} }
/* line 67, ../_sass/screen.scss */
.switcher { .switcher {
float: left; float: left;
} }
/* line 69, ../_sass/screen.scss */
.credits { .credits {
color: #999999; color: #999999;
} }
/* line 71, ../_sass/screen.scss */
#wrapper { #wrapper {
max-width: 800px; max-width: 800px;
margin: auto; margin: auto;
} }
/* line 72, ../_sass/screen.scss */
#outter-wrapper { #outter-wrapper {
width: 100%; width: 100%;
height: auto; height: auto;
@ -252,7 +227,6 @@ li {
position: relative; position: relative;
} }
/* line 73, ../_sass/screen.scss */
#foot_image { #foot_image {
height: 150px; height: 150px;
background-image: url("../images/antennes.png"); background-image: url("../images/antennes.png");
@ -262,32 +236,26 @@ li {
} }
@media (max-width: 800px) { @media (max-width: 800px) {
/* line 77, ../_sass/screen.scss */
#outter-wrapper { #outter-wrapper {
width: 100%; width: 100%;
} }
/* line 78, ../_sass/screen.scss */
header h1 { header h1 {
font-size: 1.2em; font-size: 1.2em;
} }
/* line 79, ../_sass/screen.scss */
header { header {
font-size: 1em; font-size: 1em;
} }
/* line 80, ../_sass/screen.scss */
body { body {
padding: 0 1em; padding: 0 1em;
} }
/* line 81, ../_sass/screen.scss */
#foot_image { #foot_image {
display: none; display: none;
} }
/* line 82, ../_sass/screen.scss */
footer { footer {
display: none; display: none;
} }