-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (2) . 

qssMuuh!

  

Amarok Theme

Score 65%
qssMuuh!
zoom


Downloads:  1313
Submitted:  May 4 2010

Description:

A simple qss for amarok to make more
frames, I really want to see exactly
where something starts and ends.

inb4, mac is proprietary and thus bad.

for those interested, full shot:
http://img413.imageshack.us/img413/3899/shotgl.png

Yeah oh, and to use, amarok -stylesheet /path/to/amarok.qss




LicenseGPL
Send to a friend
Subscribe
Other  Content  from TheRob
Report inappropriate content



goto page: prev   1  2 

-

 cool :D

 
 by Scnd101 on: May 5 2010
 
Score 50%

I've been thinking about playng with qss, iirc you had a dolphin config as well? would be great for reference f you could post that one too :)


Reply to this

-

 Re: cool :D

 
 by TheRob on: May 5 2010
 
Score 50%

QTabBar::tab {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #8f8f8f, stop: 0.15 #cacaca,
stop: 0.25 #cacaca, stop: 1.0 #b2b2b2);
border-style : none double solid double solid;
border-width: 1px;
border-color: #969696;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
min-width: 8ex;
padding : 1px;
}

QTabBar::tab:selected, QTabBar::tab:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #8f8f8f, stop: 0.15 #d7d7d7,
stop: 0.25 #d7d7d7, stop: 1.0 #c0c0c0);
border: 1px solid #8f8f8f;
}

QTabBar::tab:selected {
border-color: #969696;
border-style : none ridge ridge groove;
border-width : 2px;
border-top-color: #afafaf;
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #c7c7c7, stop: 1 #d0d0d0);
}

QTabBar::tab:!selected {
margin-bottom: 2px;
border-top-color: #9f9f9f;
margin-right : -1px;
}


QTabBar::tab:selected {
/* expand/overlap to the left and right by 4px */
margin-left: -4px;
margin-right: -4px;
}




/* SLIDERS */


QSlider::groove:horizontal {
height: 6px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #909090, stop: 0.2 #999999 stop:1 #bbbbbb);
margin: 2px 0;
border: 1px #cfcfcf;
border-style : none none solid none;
border-radius : 2px;
margin-top: 2px;
margin-bottom: 2px;
}

QSlider::handle:horizontal {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #ffffff, stop:1 #d0d0d0);
border: 1px solid solid double solid;
border-color: #909090;
height: 8px;
width: 8px;
border-radius: 5px;
padding: 0px;
}



/* SCROLLBARS */

QScrollBar:vertical {
border: none;
background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #a9a9a9, stop:0.3 #d0d0d0 ,stop:1 #e6e6e6);
width: 12px;
margin: 20px 0px 20 0px;
}

QScrollBar::handle:vertical {
background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #ffffff, stop:1 #d0d0d0);
border: 1px solid;
border-color: #909090;
border-radius: 4px;
padding: 4px;
width: 10px;
min-height: 20px;
margin-left: 2px;
margin-right: 2px;
}

QScrollBar::add-line:vertical {
border: none;
background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #a9a9a9, stop:0.3 #d0d0d0 ,stop:1 #e6e6e6);
height: 20px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}

QScrollBar::sub-line:vertical {
border: none;
background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #a9a9a9, stop:0.3 #d0d0d0 ,stop:1 #e6e6e6);
height: 20px;
border-width: 1px;
border-color: #c0c0c0;
border-style : solid none none none;
subcontrol-position: top;
subcontrol-origin: margin;
}

QScrollBar:up-arrow:vertical, QScrollBar::down-arrow:vertical {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #ffffff, stop:1 #d0d0d0);
border: 1px solid solid double solid;
border-color: #909090;
height: 6px;
width: 6px;
border-radius: 4px;
padding: 0px;
}

QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}


I don't use it anymore but this
modifys the tabs, vertical scrollbars
and sliders.


\\\\\\\"life sucks, get a f***ing helmet alright!\\\\\\\" -Denis Leary
Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team