PHP Classes

File: assets/css/style.css

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   assets/css/style.css   Download  
File: assets/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 737 bytes
 

Contents

Class file image Download
/* * Author: Pierre-Henry Soria <hi@ph7.me> * Copyright: (c) 2017-2022, Pierre-Henry Soria. All Rights Reserved. * License: GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory. */ .container-margin { margin-top: 50px; 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%; }