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

0001 /*************************************
0002  * Chrome Theme                      *
0003  * Author: nowrep                    *
0004  * Based on: Firefox Chromifox Theme *
0005  *************************************/
0006 
0007 *[html-link-look="true"]
0008 {
0009     color: palette(link);
0010     text-decoration: underline;
0011 }
0012 
0013 /*MainWindow*/
0014 #mainwindow
0015 {
0016     background: #e4edf9 url(images/toolbar-bg.png) repeat-x;
0017 }
0018 
0019 #mainwindow-menubar
0020 {
0021     background: transparent;
0022     border: none;
0023 }
0024 
0025 #mainwindow-menubar:item
0026 {
0027     color: black;
0028     spacing: 5px;
0029     padding: 2px 6px;
0030     background: transparent;
0031 }
0032 
0033 #mainwindow-menubar::item:pressed
0034 {
0035     background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #a1c0e6, stop:1 #86abd9);
0036     border: 1px solid #4b6e99;
0037     border-top-left-radius: 4px;
0038     border-top-right-radius: 4px;
0039     border-bottom: none;
0040 }
0041 
0042 #mainwindow-statusbar
0043 {
0044     background-color: #e4edf9;
0045 }
0046 
0047 #statusbar-ip-label
0048 {
0049     padding-right: 5px;
0050 }
0051 
0052 /*NavigationBar*/
0053 #navigationbar
0054 {
0055     qproperty-layoutMargin: 3;
0056     qproperty-layoutSpacing: 3;
0057 }
0058 
0059 #navigationbar QSplitter::handle
0060 {
0061     background-color:transparent;
0062 }
0063 
0064 #navigation-button-back
0065 {
0066     qproperty-multiIcon: url(images/navigation-back.png);
0067 }
0068 
0069 #navigation-button-next
0070 {
0071     qproperty-multiIcon: url(images/navigation-forward.png);
0072 }
0073 
0074 #navigation-button-stop
0075 {
0076     qproperty-multiIcon: url(images/navigation-stop.png);
0077 }
0078 
0079 #navigation-button-reload
0080 {
0081     qproperty-multiIcon: url(images/navigation-reload.png);
0082 }
0083 
0084 #navigation-button-home
0085 {
0086     qproperty-multiIcon: url(images/navigation-home.png);
0087 }
0088 
0089 #navigation-button-addtab
0090 {
0091     qproperty-multiIcon: url(images/navigation-addtab.png);
0092 }
0093 
0094 #navigation-button-tools
0095 {
0096     qproperty-icon: url(images/navigation-tools.png);
0097 }
0098 
0099 #navigation-button-exitfullscreen
0100 {
0101     qproperty-icon: url(images/navigation-exit-fullscreen.png);
0102 }
0103 
0104 #navigation-button-supermenu
0105 {
0106     qproperty-multiIcon: url(images/navigation-supermenu.png);
0107 }
0108 
0109 #navigation-toolbutton-badge
0110 {
0111     background: palette(dark);
0112     color: palette(bright-text);
0113     margin: 0px 1px;
0114 }
0115 
0116 ToolButton[button-id="button-downloads"]
0117 {
0118     qproperty-icon: url(images/navigation-downloads.png);
0119 }
0120 
0121 ToolButton[toolbar-look="true"]
0122 {
0123     qproperty-iconSize: 19px 19px;
0124     qproperty-fixedsize: 31px 29px;
0125     border-image: url(images/toolbutton.png);
0126 }
0127 
0128 ToolButton[toolbar-look="true"]:hover
0129 {
0130     border-image: url(images/toolbutton-h.png);
0131 }
0132 
0133 ToolButton[toolbar-look="true"]:pressed
0134 {
0135     border-image: url(images/toolbutton-a.png);
0136 }
0137 
0138 /*TabWidget*/
0139 #tabbar
0140 {
0141     qproperty-tabPadding: -1;
0142     qproperty-baseColor: 0;
0143 }
0144 
0145 #tabbar::scroller
0146 {
0147     width: 0px;
0148 }
0149 
0150 #tabbar-button-right
0151 {
0152     qproperty-icon: url(images/tab-right-arrow.png);
0153     qproperty-fixedsize: 15px 25px;
0154 }
0155 
0156 #tabbar-button-left
0157 {
0158     qproperty-icon: url(images/tab-left-arrow.png);
0159     qproperty-fixedsize: 15px 25px;
0160 }
0161 
0162 #tabwidget-button-opentabs
0163 {
0164     qproperty-multiIcon: url(images/tabs-list-button.png);
0165 }
0166 
0167 #tabwidget-button-closedtabs
0168 {
0169     qproperty-multiIcon: url(images/tabs-closed-button.png);
0170 }
0171 
0172 #tabwidget-button-addtab
0173 {
0174     qproperty-multiIcon: url(images/tabbar-addtab.png);
0175 }
0176 
0177 /*IconProvider*/
0178 IconProvider
0179 {
0180     qproperty-bookmarkIcon: url(images/star-a.png);
0181 }
0182 
0183 /*LocationBar*/
0184 #locationbar
0185 {
0186     background: transparent;
0187     border-image: url(images/lineedit-bg.png);
0188     border-width: 3px;
0189     color:black;
0190     padding-right: 0px;
0191     padding-left: 0px;
0192     padding-top: -2px;
0193     padding-bottom: -2px;
0194     qproperty-fixedheight: 27;
0195     qproperty-leftMargin: 28;
0196 }
0197 
0198 #locationbar-bookmarkicon
0199 {
0200     margin-bottom: 2px;
0201     qproperty-pixmap: url(images/star.png);
0202 }
0203 
0204 #locationbar-bookmarkicon[bookmarked="true"]
0205 {
0206     qproperty-pixmap: url(images/star-a.png);
0207 }
0208 
0209 #locationbar-siteicon
0210 {
0211     border-image: url(images/siteicon-bg.png);
0212     qproperty-fixedsize:30px 27px;
0213     padding-left: 0px;
0214 }
0215 
0216 #locationbar-siteicon[secured="true"]
0217 {
0218     border-image: url(images/siteicon-secure-bg.png);
0219 }
0220 
0221 #locationbar-goicon
0222 {
0223     qproperty-pixmap: url(images/gotoaddress.png);
0224 }
0225 
0226 #locationbar-down-icon
0227 {
0228     margin-bottom: 1px;
0229     qproperty-pixmap: url(images/navigation-dropdown.png);
0230 }
0231 
0232 #locationbar-autofillicon
0233 {
0234     margin-bottom: 1px;
0235     qproperty-pixmap: url(images/key.png);
0236 }
0237 
0238 /*SideBar*/
0239 #sidebar
0240 {
0241     background: transparent;
0242 }
0243 
0244 #sidebar-splitter::handle
0245 {
0246     background-color:transparent;
0247 }
0248 
0249 /*WebSearchBar*/
0250 #websearchbar
0251 {
0252     background: transparent;
0253     border-image: url(images/lineedit-bg.png);
0254     border-width: 3px;
0255     color:black;
0256     padding-right: 0px;
0257     padding-left: 0px;
0258     padding-top: -2px;
0259     padding-bottom: -2px;
0260     qproperty-fixedheight: 27;
0261     qproperty-leftMargin: 35;
0262 }
0263 
0264 #websearchbar-searchbutton
0265 {
0266     margin-top: 2px;
0267     margin-right: 2px;
0268     qproperty-pixmap: url(images/search-icon.png);
0269 }
0270 
0271 #websearchbar-searchprovider-combobox
0272 {
0273     border-image: url(images/searchbar-provider-bg.png);
0274     padding-left:-8px;
0275     qproperty-fixedsize: 37px 27px;
0276 }
0277 
0278 /*SearchToolbar*/
0279 SearchToolBar #lineEdit[notfound="true"]
0280 {
0281     background:#ff6666;
0282 }
0283 
0284 /*AboutDialog*/
0285 AboutDialog #label
0286 {
0287     background: palette(window);
0288 }
0289 
0290 AboutDialog #textLabel
0291 {
0292     background: palette(window);
0293 }
0294 
0295 /*DesktopNotification*/
0296 DesktopNotification
0297 {
0298     background: #31363b;
0299 }
0300 
0301 DesktopNotification #frame
0302 {
0303     border: 1px solid #696d71;
0304     padding: 10px;
0305 }
0306 
0307 DesktopNotification #heading
0308 {
0309     font: bold;
0310     color: #c2c7c7;
0311 }
0312 
0313 DesktopNotification #text
0314 {
0315     color: #e7ebeb;
0316 }
0317 
0318 /*BrowsingLibrary*/
0319 BrowsingLibrary #tabs
0320 {
0321     qproperty-bgPixmap: url(images/library-bg.png);
0322 }
0323 
0324 BrowsingLibrary #frame
0325 {
0326     background: url(images/library-bg.png);
0327 }
0328 
0329 /*JavaScript Dialogs*/
0330 #jsFrame
0331 {
0332     background: url(images/semi-transp.png);
0333 }
0334 
0335 QFrame[js-frame="true"]
0336 {
0337     border: 1px solid  black;
0338     border-bottom: 0px;
0339     background-color: white;
0340 }
0341 
0342 QFrame[js-frame2="true"]
0343 {
0344     border: 1px solid  black;
0345     border-top: 0px;
0346     background-color: #f3f3f3;
0347 }
0348 
0349 /*WebView*/
0350 WebView
0351 {
0352     background: white;
0353 }