QTfrontend/res/css/april1.css
changeset 13631 946b21a1fbf6
parent 13305 859643473ef2
child 14551 1c623169a44d
equal deleted inserted replaced
13630:fe7d2bbf5f3f 13631:946b21a1fbf6
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * CSS-like definition of Qt frontend appearance
     3  * CSS definition of Qt frontend appearance: April 1 style.
     4  *
     4  *
     5  ******************************************************************************
     5  ******************************************************************************
     6  *
     6  *
     7  * see http://doc.qt.nokia.com/4.5/stylesheet.html
     7  * see https://doc.qt.io/qt-5/style-reference.html
     8  *
     8  *
     9  ******************************************************************************
     9  ******************************************************************************
    10  *
    10  *
    11  * This file can be stored at different locations, but it will be read only
    11  * This file can be stored at different locations, but it will be read only
    12  * once, based on first file found in this order:
    12  * once, based on first file found in this order:
    13  *
    13  *
    14  *    <userdir>/Data/css/qt.css
    14  *    <userdir>/Data/css/april1.css
    15  *    <datadir>/css/qt.css
    15  *    <datadir>/css/april1.css
    16  *    <internal default style-sheet> (:/res/css/qt.css)
    16  *    <internal default style-sheet> (:/res/css/april1.css)
       
    17  *
       
    18  *****************************************************************************
       
    19  *
       
    20  * This file is based off qt.css with minimal changes. The altered parts are
       
    21  * marked with “CUSTOM”.
    17  *
    22  *
    18  *****************************************************************************/
    23  *****************************************************************************/
    19 
    24 
    20 #infoButton 
    25 #infoButton
    21 {
    26 {
    22 border: transparent;
    27 border: transparent;
    23 background: transparent; 
    28 background: transparent;
    24 width: 800px;
    29 width: 800px; /* CUSTOM */
    25 min-width: 800px;
    30 min-width: 800px; /* CUSTOM */
    26 qproperty-icon: url(":/res/TomatowarsTitle.png");
    31 qproperty-icon: url(":/res/TomatowarsTitle.png"); /* CUSTOM */
    27 qproperty-iconSize: 800px 165px;
    32 qproperty-iconSize: 800px 165px; /* CUSTOM */
    28 }
    33 }
    29 HWForm,QDialog {
    34 HWForm,QDialog {
    30 background-image: url(":/res/Background.png");
    35 background-image: url(":/res/Background.png");
    31 background-position: bottom center;
    36 background-position: bottom center;
    32 background-repeat: repeat-x;
    37 background-repeat: repeat-x;