Warning, /network/falkon/themes/linux/main.css is written in an unsupported language. File is not indexed.

0001 /*************************************
0002  * Linux Theme                       *
0003  * Author: David Rosca               *
0004  * Using native widgets and icons    *
0005  *************************************/
0006 
0007 *[html-link-look="true"]
0008 {
0009     color: palette(link);
0010     text-decoration: underline;
0011 }
0012 
0013 /*MainWindow*/
0014 #statusbar-ip-label
0015 {
0016     padding-right: 5px;
0017 }
0018 
0019 /*NavigationBar*/
0020 #navigation-button-back
0021 {
0022     qproperty-themeIcon: "go-previous";
0023 }
0024 
0025 #navigation-button-next
0026 {
0027     qproperty-themeIcon: "go-next";
0028 }
0029 
0030 #navigation-button-stop
0031 {
0032     qproperty-themeIcon: "process-stop";
0033 }
0034 
0035 #navigation-button-reload
0036 {
0037     qproperty-themeIcon: "view-refresh";
0038 }
0039 
0040 #navigation-button-home
0041 {
0042     qproperty-themeIcon: "go-home";
0043 }
0044 
0045 #navigation-button-addtab
0046 {
0047     qproperty-themeIcon: "list-add";
0048 }
0049 
0050 #navigation-button-tools
0051 {
0052     qproperty-themeIcon: "arrow-right-double";
0053     qproperty-fallbackIcon: url(images/tools.svg);
0054 }
0055 
0056 #navigation-button-exitfullscreen
0057 {
0058     qproperty-themeIcon: "view-restore";
0059     qproperty-fallbackIcon: url(images/exit-fullscreen.svg);
0060 }
0061 
0062 #navigation-button-supermenu
0063 {
0064     qproperty-themeIcon: "application-menu";
0065     qproperty-fallbackIcon: url(images/menu.svg);
0066 }
0067 
0068 #navigation-toolbutton-badge
0069 {
0070     background: palette(dark);
0071     color: palette(bright-text);
0072     margin: 0px 1px;
0073 }
0074 
0075 ToolButton[button-id="button-downloads"]
0076 {
0077     qproperty-themeIcon: "edit-download";
0078 }
0079 
0080 /*TabWidget*/
0081 #tabbar
0082 {
0083     qproperty-tabPadding: -1;
0084     qproperty-baseColor: 0;
0085 }
0086 
0087 #tabbar-button-right
0088 {
0089     qproperty-themeIcon: "arrow-right";
0090     qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
0091     qproperty-fixedsize: 15px 25px;
0092 }
0093 
0094 #tabbar-button-left
0095 {
0096     qproperty-themeIcon: "arrow-left";
0097     qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
0098     qproperty-fixedsize: 15px 25px;
0099 }
0100 
0101 #tabwidget-button-opentabs
0102 {
0103     qproperty-themeIcon: "arrow-down";
0104     qproperty-fallbackIcon: url(images/arrow-down.svg);
0105     qproperty-fixedsize: 20px 25px;
0106 }
0107 
0108 #tabwidget-button-closedtabs
0109 {
0110     qproperty-themeIcon: "user-trash-full";
0111     qproperty-fixedsize: 22px 25px;
0112 }
0113 
0114 #tabwidget-button-addtab
0115 {
0116     qproperty-themeIcon: "list-add";
0117     qproperty-fixedsize: 22px 25px;
0118 }
0119 
0120 /*IconProvider*/
0121 IconProvider
0122 {
0123     qproperty-bookmarkIcon: url(images/star-a.svg);
0124 }
0125 
0126 /*LocationBar*/
0127 #locationbar
0128 {
0129     qproperty-leftMargin: 25;
0130 }
0131 
0132 #locationbar-bookmarkicon
0133 {
0134     qproperty-themeIcon: "rating-unrated";
0135     qproperty-fallbackIcon: url(images/star.svg);
0136     qproperty-fixedsize: 16px 16px;
0137 }
0138 
0139 #locationbar-bookmarkicon[bookmarked="true"]
0140 {
0141     qproperty-themeIcon: "rating";
0142     qproperty-fallbackIcon: url(images/star-a.svg);
0143     qproperty-fixedsize: 16px 16px;
0144 }
0145 
0146 #locationbar-siteicon
0147 {
0148     border-image: url(images/transp.png);
0149     padding-left: 5px;
0150     qproperty-fixedsize: 25px 16px;
0151 }
0152 
0153 #locationbar-goicon
0154 {
0155     qproperty-themeIcon: "go-jump-locationbar";
0156     qproperty-fallbackIcon: url(images/goto.svg);
0157     qproperty-fixedsize: 16px 16px;
0158 }
0159 
0160 #locationbar-down-icon
0161 {
0162     qproperty-themeIcon: "arrow-down";
0163     qproperty-fallbackIcon: url(images/arrow-down.svg);
0164     qproperty-fixedsize: 12px 16px;
0165 }
0166 
0167 #locationbar-autofillicon
0168 {
0169     qproperty-themeIcon: "user-identity";
0170     qproperty-fallbackIcon: url(images/user.svg);
0171     qproperty-fixedsize: 16px 16px;
0172 }
0173 
0174 /*WebSearchBar*/
0175 #websearchbar
0176 {
0177     qproperty-leftMargin: 25;
0178 }
0179 
0180 #websearchbar-searchbutton
0181 {
0182     qproperty-fixedsize: 22px 16px;
0183     qproperty-themeIcon: "edit-find";
0184 }
0185 
0186 #websearchbar-searchprovider-combobox
0187 {
0188     border-image: url(images/transp.png);
0189     padding-left: 5px;
0190     qproperty-fixedsize: 25px 16px;
0191 }
0192 
0193 /*BookmarksToolbar*/
0194 #bookmarksbar QToolButton
0195 {
0196     border-image: url(images/transp.png);
0197     border-width: 0px;
0198     height: 15px;
0199 }
0200 
0201 #bookmarksbar, #bookmarksbar BookmarksToolbarButton {
0202     padding: 0px;
0203 }
0204 
0205 /*SideBar*/
0206 #sidebar
0207 {
0208     background: transparent;
0209 }
0210 
0211 /*SearchToolbar*/
0212 SearchToolBar #lineEdit[notfound="true"]
0213 {
0214     background: #ff6666;
0215 }
0216 
0217 /*AboutDialog*/
0218 AboutDialog #label
0219 {
0220     background: palette(window);
0221 }
0222 
0223 AboutDialog #textLabel
0224 {
0225     background: palette(window);
0226 }
0227 
0228 /*DesktopNotification*/
0229 DesktopNotification
0230 {
0231     background: #31363b;
0232 }
0233 
0234 DesktopNotification #frame
0235 {
0236     border: 1px solid #696d71;
0237     padding: 10px;
0238 }
0239 
0240 DesktopNotification #heading
0241 {
0242     font: bold;
0243     color: #c2c7c7;
0244 }
0245 
0246 DesktopNotification #text
0247 {
0248     color: #e7ebeb;
0249 }
0250 
0251 /*BrowsingLibrary*/
0252 BrowsingLibrary #tabs
0253 {
0254     qproperty-bgPixmap: url(images/library-bg.png);
0255 }
0256 
0257 BrowsingLibrary #frame
0258 {
0259     background: url(images/library-bg.png);
0260 }
0261 
0262 /*JavaScript Dialogs*/
0263 #jsFrame
0264 {
0265     background: url(images/semi-transp.png);
0266 }
0267 
0268 QFrame[js-frame="true"]
0269 {
0270     border: 1px solid  black;
0271     border-bottom: 0px;
0272     background-color: white;
0273 }
0274 
0275 QFrame[js-frame2="true"]
0276 {
0277     border: 1px solid  black;
0278     border-top: 0px;
0279     background-color: #f3f3f3;
0280 }
0281 
0282 /*WebView*/
0283 WebView
0284 {
0285     background: white;
0286 }