Mercurial > libervia-templates
view default/static/chat_select.css @ 94:304cbb690f15
base: added favicon
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Jan 2018 18:15:37 +0100 |
parents | 92ca411ee635 |
children | 4f27ce980ced |
line wrap: on
line source
#main_area { overflow: auto; } .instructions { text-align: center; font-style: italic; } .rooms_list { list-style: none; display: grid; text-align: center; padding: 0; } .rooms_list a { text-decoration: none; color: inherit; font-variant: small-caps; font-weight: bold; } .rooms_list li { margin-top: 1em; } .rooms_list li:first-child { margin-top: 0; } .rooms_list li:hover { background-color: #efefef; } #jid { margin: 0 1em; width: 15em; border-radius: 0.7em; outline: none; border: 1px solid black; padding: 0.4em; box-shadow: none; } .room_jid_form { text-align: center; } @media (min-width: 600px) { .instructions { padding-top: 3rem; } .rooms_list { grid-template-columns: 1fr 1fr 1fr; } .rooms_list li { margin-top: 0; } .room_jid_form .form_submit.button { display: inline; } }