Warning, /plasma/plasma-browser-integration/extension/options.css is written in an unsupported language. File is not indexed.

0001 body {
0002     width: 600px;
0003     overflow-x: hidden;
0004 }
0005 
0006 .os-not-supported-info, .startup-failure-info {
0007     display: none;
0008 }
0009 
0010 body.os-not-supported #extensions-selection,
0011 body.startup-failure #extensions-selection {
0012     display: none;
0013 }
0014 
0015 body.os-not-supported .os-not-supported-info {
0016     display: block;
0017 }
0018 body.startup-failure .startup-failure-info {
0019     display: block;
0020 }
0021 
0022 .not-supported {
0023     display: none !important;
0024 }
0025 
0026 .tabbar {
0027     display: block;
0028     padding: 0;
0029     /* color of separator line below heading */
0030     background-color: #d3d3d3;
0031     /* undo body side margins*/
0032     margin: 0 -17px 0px -17px;
0033     padding: 0px 17px;
0034 }
0035 .tabbar > li {
0036     display: inline-block;
0037     /* TODO draw a nice tab-like thingie */
0038     margin-top: 4px;
0039     border-top-left-radius: 4px;
0040     border-top-right-radius: 4px;
0041     border: 1px solid #999;
0042     border-bottom: none;
0043 }
0044 .tabbar > li > a {
0045     display: block;
0046     text-decoration: none;
0047     color: #333; /* can we just reset it to default text color?*/
0048     padding: 4px 8px;
0049 }
0050 
0051 .tabbar > li > a.active {
0052     font-weight: bold;
0053     background-color: #fff;
0054 }
0055 
0056 .tab {
0057     display: none;
0058 }
0059 
0060 .tab.active {
0061     display: block;
0062 }
0063 
0064 #extensions-selection {
0065     padding: 0;
0066 }
0067 #extensions-selection > li {
0068     display: block;
0069     padding: 0;
0070 }
0071 #extensions-selection > li.dependent {
0072     padding-left: 20px;
0073 }
0074 #extensions-selection p {
0075     margin-top: 0;
0076     opacity: 0.7;
0077     line-height: 1.3;
0078     /* checkbox default width is 13px, try to align the description somewhat*/
0079     padding-left: 18px;
0080 }
0081 
0082 .dialog-button-box {
0083     float: right;
0084     padding-bottom: 14px;
0085 }
0086 
0087 
0088 img.konqi {
0089     float: right;
0090     margin-right: -14px;
0091     width: 144px;
0092     height: 240px;
0093 }