PHP Classes

File: assets/css/style.css

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   assets/css/style.css   Download  
File: assets/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 1,386 bytes
 

Contents

Class file image Download
/* * Author: Pierre-Henry Soria <hi@ph7.me> * Copyright: (c) 2017-2018, Pierre-Henry Soria. All Rights Reserved. * License: GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory. */ .flag.icon, .gender.icon { max-width: 100%; height: 150px; border-radius: 5px; } .flag.icon, .destination, .age-range, .lifestyle-topic, .education, .saving, .job-type, .availability { display: inline-block; } .destination, .age-range, .lifestyle-topic, .education, .saving, .job-type, .availability { font-weight: bold; margin: 10px; } .destination, .lifestyle-topic, .education, .job-type { font-size: 1rem; } .age-range, .saving, .availability { font-size: 2.5rem; } .container .center form, .bottom-margin { margin-bottom: 50px; } .post-button { font-weight: bold; padding-top: 15px; } .italic { font-style: italic; } .small { font-size: x-small; } .bold { font-weight: bold; } .underline { text-decoration: underline; } .strike { text-decoration: line-through; } abbr { border-bottom: 1px dotted #666; text-transform: none; } .hidden, .nofield { display: none; } img, video, iframe { max-width: 100%; } /* Bugfix: with some Unix Chrome versions, type=image cursor is "default" and not pointer */ form input[type=image] { cursor: pointer; }