Warning, /graphics/digikam/core/data/about/css/digikam.css is written in an unsupported language. File is not indexed.

0001 /*!
0002  * SPDX-FileCopyrightText: 2015 by Mohamed_Anwer <m_dot_anwer at gmx dot com>
0003  * SPDX-License-Identifier: MIT
0004  */
0005 .navbar {
0006   min-height: 111px;
0007   background-image: linear-gradient(-186deg,#223c54 0,#01080F 55%);
0008   border-radius: 0px;
0009 }
0010 
0011 #app-name {
0012   text-shadow: #FFFFFF 0px 0px 35px;
0013   margin-top: 11px;
0014   color: rgba(255, 255, 255, 0.67);
0015 }
0016 
0017 #brand-img {
0018   width: 100px;
0019   height: 80px;
0020 }
0021 
0022 body {
0023   background-color: black;
0024   background-repeat: no-repeat;
0025   background-image: url("../images/body-background.jpg");
0026   background-size: cover;
0027   overflow-x: hidden;
0028 }
0029 
0030 #text-cont {
0031   border-radius: 5px;
0032   background-color: rgba(255, 255, 255, 0.5);
0033   min-height: 450px;
0034   margin-left: 5%;
0035   margin-right: 5%;
0036   margin-top: 30px;
0037   margin-bottom: 30px;
0038 }
0039 
0040 .info-link {
0041   color: #084C84;
0042 }
0043 
0044 .info-link:hover {
0045   color: #206ADB;
0046   text-decoration: none;
0047 }
0048 
0049 #win-img-set {
0050   margin: 10px 0 10px 0;
0051 }
0052 
0053 .nav-tabs.nav-justified>li>a {
0054   color: #333;
0055   border-bottom: 1px solid #ddd;
0056   border-radius: 4px 4px 0 0;
0057 }
0058 
0059 ul > li {
0060   font-size: 18px;
0061 }
0062 
0063 #content {
0064   padding-top: 111px;
0065 }