All pastes #2051221 Raw Edit

roxahris' radical quassel theme

public css v1 · immutable
#2051221 ·published 2011-04-27 15:31 UTC
rendered paste body
// Custom ChatViewPalette { 	marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #585858, stop: 0.1 transparent); 	link: #eeeeff;}ChatView { background: #2c2c2c; margin-right: 2px; }ChatLine[label="highlight"] {//  foreground: #ffa851;  background: #303030;}ChatLine::timestamp { 	font-weight: normal; font-style: normal;//	background: #ed71ff; //	foreground: #2c2c2c;	foreground: #ed71ff;}ChatLine#plain { foreground: #d9d9d9; }ChatLine#notice { foreground: #6a6aff; }ChatLine#action { foreground: #ed71ff; }ChatLine#nick { foreground: #65b46f; }ChatLine#mode { foreground: #65b46f; font-weight: bold; }ChatLine#join { foreground: #65b46f; font-style: italic;}ChatLine#part { foreground: #65b46f; font-style: italic;}ChatLine#quit { foreground: #ff6666; }ChatLine#kick { foreground: #ff6666; }ChatLine#kill { foreground: #ff6666; }ChatLine#server { foreground: #6a6aff; }ChatLine#info { foreground: #6a6aff; }ChatLine#error { foreground: #ff6666; }ChatLine#daychange { foreground: #6a6aff; }ChatLine#topic { foreground: #65b46f; }ChatLine#netsplit-join { foreground: #65b46f; }ChatLine#netsplit-quit { foreground: #65b46f; }ChatLine#invite { foreground: #65b46f; }// Sender ColorsChatLine::sender#plain[sender="self"] { foreground: #ff5558; }ChatLine::sender#plain[sender="00"] { foreground: #6a6aff; }ChatLine::sender#plain[sender="01"] { foreground: #65b46f; }ChatLine::sender#plain[sender="02"] { foreground: #ff6666; }ChatLine::sender#plain[sender="03"] { foreground: #b57373; }ChatLine::sender#plain[sender="04"] { foreground: #ed71ff; }ChatLine::sender#plain[sender="05"] { foreground: #ffa851; }ChatLine::sender#plain[sender="06"] { foreground: #b39775; }ChatLine::sender#plain[sender="07"] { foreground: #73c7ff; }ChatLine::sender#plain[sender="08"] { foreground: #35ff35; }ChatLine::sender#plain[sender="09"] { foreground: #00ffff; }ChatLine::sender#plain[sender="0a"] { foreground: #4848ff; }ChatLine::sender#plain[sender="0b"] { foreground: #00dd9b; }ChatLine::sender#plain[sender="0c"] { foreground: #fd00fd; }ChatLine::sender#plain[sender="0d"] { foreground: #c0ff78; }ChatLine::sender#plain[sender="0e"] { foreground: #f4bca0; }ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }// mIRC colorsChatLine[fg-color="00"] { foreground: #ffffff; }ChatLine[bg-color="00"] { background: #ffffff; }ChatLine[fg-color="01"] { foreground: #2c2c2c; }ChatLine[bg-color="01"] { background: #2c2c2c; }ChatLine[fg-color="02"] { foreground: #2c2cAc; }ChatLine[bg-color="02"] { background: #2c2cAc; }ChatLine[fg-color="03"] { foreground: #2cAc2c; }ChatLine[bg-color="03"] { background: #2cAc2c; }ChatLine[fg-color="04"] { foreground: #ff2c2c; }ChatLine[bg-color="04"] { background: #ff2c2c; }ChatLine[fg-color="05"] { foreground: #Ac2c2c; }ChatLine[bg-color="05"] { background: #2c2c2c; }ChatLine[fg-color="06"] { foreground: #Ac2cAc; }ChatLine[bg-color="06"] { background: #Ac2cAc; }ChatLine[fg-color="07"] { foreground: #ffd22c; }ChatLine[bg-color="07"] { background: #ffa500; }ChatLine[fg-color="08"] { foreground: #ffff2c; }ChatLine[bg-color="08"] { background: #ffff2c; }ChatLine[fg-color="09"] { foreground: #2cff2c; }ChatLine[bg-color="09"] { background: #2cff2c; }ChatLine[fg-color="0a"] { foreground: #2cAcAc; }ChatLine[bg-color="0a"] { background: #2cAcAc; }ChatLine[fg-color="0b"] { foreground: #2cffff; }ChatLine[bg-color="0b"] { background: #2cffff; }ChatLine[fg-color="0c"] { foreground: #6dbcff; }ChatLine[bg-color="0c"] { background: #6dbcff; }ChatLine[fg-color="0d"] { foreground: #ff2cff; }ChatLine[bg-color="0d"] { background: #ff2cff; }ChatLine[fg-color="0e"] { foreground: #AcAcAc; }ChatLine[bg-color="0e"] { background: #AcAcAc; }ChatLine[fg-color="0f"] { foreground: #ececec; }ChatLine[bg-color="0f"] { background: #ececec; }    // for sender    ChatLine[fg-color="00", sender="self"] { foreground: #ffffff; }    ChatLine[bg-color="00", sender="self"] { background: #ffffff; }    ChatLine[fg-color="01", sender="self"] { foreground: #000000; }    ChatLine[bg-color="01", sender="self"] { background: #000000; }    ChatLine[fg-color="02", sender="self"] { foreground: #000080; }    ChatLine[bg-color="02", sender="self"] { background: #000080; }    ChatLine[fg-color="03", sender="self"] { foreground: #008000; }    ChatLine[bg-color="03", sender="self"] { background: #008000; }    ChatLine[fg-color="04", sender="self"] { foreground: #ff0000; }    ChatLine[bg-color="04", sender="self"] { background: #ff0000; }    ChatLine[fg-color="05", sender="self"] { foreground: #800000; }    ChatLine[bg-color="05", sender="self"] { background: #800000; }    ChatLine[fg-color="06", sender="self"] { foreground: #800080; }    ChatLine[bg-color="06", sender="self"] { background: #800080; }    ChatLine[fg-color="07", sender="self"] { foreground: #ffa500; }    ChatLine[bg-color="07", sender="self"] { background: #ffa500; }    ChatLine[fg-color="08", sender="self"] { foreground: #ffff00; }    ChatLine[bg-color="08", sender="self"] { background: #ffff00; }    ChatLine[fg-color="09", sender="self"] { foreground: #00ff00; }    ChatLine[bg-color="09", sender="self"] { background: #00ff00; }    ChatLine[fg-color="0a", sender="self"] { foreground: #008080; }    ChatLine[bg-color="0a", sender="self"] { background: #008080; }    ChatLine[fg-color="0b", sender="self"] { foreground: #00ffff; }    ChatLine[bg-color="0b", sender="self"] { background: #00ffff; }    ChatLine[fg-color="0c", sender="self"] { foreground: #4169e1; }    ChatLine[bg-color="0c", sender="self"] { background: #4169e1; }    ChatLine[fg-color="0d", sender="self"] { foreground: #ff00ff; }    ChatLine[bg-color="0d", sender="self"] { background: #ff00ff; }    ChatLine[fg-color="0e", sender="self"] { foreground: #808080; }    ChatLine[bg-color="0e", sender="self"] { background: #808080; }    ChatLine[fg-color="0f", sender="self"] { foreground: #c0c0c0; }    ChatLine[bg-color="0f", sender="self"] { background: #c0c0c0; }// mIRC formatsChatLine[format="bold"]      { font-weight: bold;}ChatLine[format="italic"]    { font-style: italic; }ChatLine[format="underline"] { font-style: underline; }    // for sender//    ChatLine[format="bold", sender="self"]      { font-weight: bold; }//    ChatLine[format="italic", sender="self"]    { font-style: italic; }//    ChatLine[format="underline", sender="self"] { font-style: underline; }// ItemView Font// ChatListItem { font: normal 12pt "Chrono Trigger"; }// NickListItem { font: normal 12pt "Chrono Trigger"; }// BufferView ColorsChatListItem { foreground: #4f4f4f; }ChatListItem[state="inactive"] { foreground: #a0a0a4; }ChatListItem[state="channel-event"] { foreground: #1e1e1e; }ChatListItem[state="unread-message"] { foreground: #3455bf; }ChatListItem[state="highlighted"] { foreground: #ff0000; }// NickView ColorsNickListItem[type="category"] { foreground: #4f4f4f; }NickListItem[type="user"] { foreground: #000000; }NickListItem[type="user", state="away"] { foreground: #a0a0a4; }StyledLabel#topicLabel { background: #2c2c2c; }