Mercurial > libervia-web
diff server_css/blog.css @ 10:c28a4840e1a8
server: microblog resource
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 Mar 2011 00:32:58 +0100 |
parents | |
children | 6efd189e8d78 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server_css/blog.css Fri Mar 25 00:32:58 2011 +0100 @@ -0,0 +1,53 @@ +/* +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; +}