Mercurial > libervia-web
view server_css/blog.css @ 113:a87cfe9e013e
browser side: CSS: microblog entries
author | Adrien Vigneron <adrienvigneron@mailoo.org> |
---|---|
date | Tue, 05 Jul 2011 02:34:33 +0200 |
parents | c28a4840e1a8 |
children | 6efd189e8d78 |
line wrap: on
line source
/* Libervia: a Salut à Toi frontend Copyright (C) 2011 Jérôme Poisson (goffi@goffi.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ .mblog_title { text-align: center; font-size: x-large; font-weight: bold; margin-bottom: 40px; } .mblog_content { width: 60%; text-align:center; border: 1px solid LightGray; border-bottom-width: 1px; margin-left: auto; margin-right: auto; margin-bottom: 20px; margin-top: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; } .mblog_timestamp { display: block; font-size: small; border-bottom: 1px dashed LightGrey; color: gray; }