minimal_mod: improve colors now that I can test on a system with colors that don't suck.
authormathuaerknedam
Tue Mar 16 10:22:57 2010 -0500 (4 months ago)
changeset 441eca0bfeb850f
parent 440 b3c07cef210d
child 442 e8eddde74fd6
minimal_mod: improve colors now that I can test on a system with colors that don't suck.
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Black.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Blue.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Pink.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Black.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Blue.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Pink.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Red.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Orange.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Purple.css
minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
     1.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Tue Mar 16 09:05:45 2010 -0500
     1.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Tue Mar 16 10:22:57 2010 -0500
     1.3 @@ -1,1 +1,1 @@
     1.4 -.incoming:not(.history) .x-sender,
     1.5 .incoming:not(.history) a,
     1.6 #Chat:not(.groupchat) .status .x-message,
     1.7 #Chat:not(.groupchat) .status a,
     1.8 #Chat:not(.groupchat) .event .x-message,
     1.9 #Chat:not(.groupchat) .event a
    1.10 {
    1.11 	color: hsla(120, 100%, 45%, 1) !important;
    1.12 }
    1.13 
    1.14 .outgoing:not(.history) .x-sender,
    1.15 .outgoing:not(.history) a
    1.16 {
    1.17 	color: hsla(0, 0%, 0%, 1) !important;
    1.18 }
    1.19 
    1.20 .history.incoming .x-sender,
    1.21 .history.incoming a,
    1.22 #Chat:not(.groupchat) .history.status .x-message,
    1.23 #Chat:not(.groupchat) .history.status a,
    1.24 #Chat:not(.groupchat) .history.event .x-message,
    1.25 #Chat:not(.groupchat) .history.event a
    1.26 {
    1.27 	color: hsla(120, 100%, 30%, 1) !important;
    1.28 }
    1.29 
    1.30 .history.outgoing .x-sender,
    1.31 .history.outgoing a
    1.32 {
    1.33 	color: hsla(0, 0%, 30%, 1) !important;
    1.34 }
    1.35 \ No newline at end of file
    1.36 +.incoming:not(.history) .x-sender,
    1.37 .incoming:not(.history) a,
    1.38 #Chat:not(.groupchat) .status .x-message,
    1.39 #Chat:not(.groupchat) .status a,
    1.40 #Chat:not(.groupchat) .event .x-message,
    1.41 #Chat:not(.groupchat) .event a
    1.42 {
    1.43 	color: hsla(120, 100%, 35%, 1) !important;
    1.44 }
    1.45 
    1.46 .outgoing:not(.history) .x-sender,
    1.47 .outgoing:not(.history) a
    1.48 {
    1.49 	color: hsla(0, 0%, 0%, 1) !important;
    1.50 }
    1.51 
    1.52 .history.incoming .x-sender,
    1.53 .history.incoming a,
    1.54 #Chat:not(.groupchat) .history.status .x-message,
    1.55 #Chat:not(.groupchat) .history.status a,
    1.56 #Chat:not(.groupchat) .history.event .x-message,
    1.57 #Chat:not(.groupchat) .history.event a
    1.58 {
    1.59 	color: hsla(120, 100%, 25%, 1) !important;
    1.60 }
    1.61 
    1.62 .history.outgoing .x-sender,
    1.63 .history.outgoing a
    1.64 {
    1.65 	color: hsla(0, 0%, 30%, 1) !important;
    1.66 }
    1.67 \ No newline at end of file
     2.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
     2.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
     2.3 @@ -5,7 +5,7 @@
     2.4  #Chat:not(.groupchat) .event .x-message,
     2.5  #Chat:not(.groupchat) .event a
     2.6  {
     2.7 -	color: hsla(0, 0%, 70%, 1) !important;
     2.8 +	color: hsla(0, 0%, 60%, 1) !important;
     2.9  }
    2.10  
    2.11  .outgoing:not(.history) .x-sender,
     3.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
     3.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
     3.3 @@ -5,7 +5,7 @@
     3.4  #Chat:not(.groupchat) .event .x-message,
     3.5  #Chat:not(.groupchat) .event a
     3.6  {
     3.7 -	color: hsla(45, 100%, 50%, 1) !important;
     3.8 +	color: hsla(30, 100%, 50%, 1) !important;
     3.9  }
    3.10  
    3.11  .outgoing:not(.history) .x-sender,
    3.12 @@ -21,7 +21,7 @@
    3.13  #Chat:not(.groupchat) .history.event .x-message,
    3.14  #Chat:not(.groupchat) .history.event a
    3.15  {
    3.16 -	color: hsla(45, 100%, 30%, 1) !important;
    3.17 +	color: hsla(30, 100%, 30%, 1) !important;
    3.18  }
    3.19  
    3.20  .history.outgoing .x-sender,
     4.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
     4.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
     4.3 @@ -1,1 +1,1 @@
     4.4 -.incoming:not(.history) .x-sender,
     4.5 .incoming:not(.history) a,
     4.6 #Chat:not(.groupchat) .status .x-message,
     4.7 #Chat:not(.groupchat) .status a,
     4.8 #Chat:not(.groupchat) .event .x-message,
     4.9 #Chat:not(.groupchat) .event a
    4.10 {
    4.11 	color: hsla(297, 100%, 40%, 1) !important;
    4.12 }
    4.13 
    4.14 .outgoing:not(.history) .x-sender,
    4.15 .outgoing:not(.history) a
    4.16 {
    4.17 	color: hsla(0, 0%, 0%, 1) !important;
    4.18 }
    4.19 
    4.20 .history.incoming .x-sender,
    4.21 .history.incoming a,
    4.22 #Chat:not(.groupchat) .history.status .x-message,
    4.23 #Chat:not(.groupchat) .history.status a,
    4.24 #Chat:not(.groupchat) .history.event .x-message,
    4.25 #Chat:not(.groupchat) .history.event a
    4.26 {
    4.27 	color: hsla(297, 100%, 30%, 1) !important;
    4.28 }
    4.29 
    4.30 .history.outgoing .x-sender,
    4.31 .history.outgoing a
    4.32 {
    4.33 	color: hsla(0, 0%, 30%, 1) !important;
    4.34 }
    4.35 \ No newline at end of file
    4.36 +.incoming:not(.history) .x-sender,
    4.37 .incoming:not(.history) a,
    4.38 #Chat:not(.groupchat) .status .x-message,
    4.39 #Chat:not(.groupchat) .status a,
    4.40 #Chat:not(.groupchat) .event .x-message,
    4.41 #Chat:not(.groupchat) .event a
    4.42 {
    4.43 	color: hsla(276, 100%, 40%, 1) !important;
    4.44 }
    4.45 
    4.46 .outgoing:not(.history) .x-sender,
    4.47 .outgoing:not(.history) a
    4.48 {
    4.49 	color: hsla(0, 0%, 0%, 1) !important;
    4.50 }
    4.51 
    4.52 .history.incoming .x-sender,
    4.53 .history.incoming a,
    4.54 #Chat:not(.groupchat) .history.status .x-message,
    4.55 #Chat:not(.groupchat) .history.status a,
    4.56 #Chat:not(.groupchat) .history.event .x-message,
    4.57 #Chat:not(.groupchat) .history.event a
    4.58 {
    4.59 	color: hsla(276, 100%, 25%, 1) !important;
    4.60 }
    4.61 
    4.62 .history.outgoing .x-sender,
    4.63 .history.outgoing a
    4.64 {
    4.65 	color: hsla(0, 0%, 30%, 1) !important;
    4.66 }
    4.67 \ No newline at end of file
     5.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Tue Mar 16 09:05:45 2010 -0500
     5.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Tue Mar 16 10:22:57 2010 -0500
     5.3 @@ -1,1 +1,1 @@
     5.4 -.incoming:not(.history) .x-sender,
     5.5 .incoming:not(.history) a,
     5.6 #Chat:not(.groupchat) .status .x-message,
     5.7 #Chat:not(.groupchat) .status a,
     5.8 #Chat:not(.groupchat) .event .x-message,
     5.9 #Chat:not(.groupchat) .event a
    5.10 {
    5.11 	color: hsla(120, 100%, 45%, 1) !important;
    5.12 }
    5.13 
    5.14 .outgoing:not(.history) .x-sender,
    5.15 .outgoing:not(.history) a
    5.16 {
    5.17 	color: hsla(210, 100%, 50%, 1) !important;
    5.18 }
    5.19 
    5.20 .history.incoming .x-sender,
    5.21 .history.incoming a,
    5.22 #Chat:not(.groupchat) .history.status .x-message,
    5.23 #Chat:not(.groupchat) .history.status a,
    5.24 #Chat:not(.groupchat) .history.event .x-message,
    5.25 #Chat:not(.groupchat) .history.event a
    5.26 {
    5.27 	color: hsla(120, 100%, 30%, 1) !important;
    5.28 }
    5.29 
    5.30 .history.outgoing .x-sender,
    5.31 .history.outgoing a
    5.32 {
    5.33 	color: hsla(210, 100%, 30%, 1) !important;
    5.34 }
    5.35 \ No newline at end of file
    5.36 +.incoming:not(.history) .x-sender,
    5.37 .incoming:not(.history) a,
    5.38 #Chat:not(.groupchat) .status .x-message,
    5.39 #Chat:not(.groupchat) .status a,
    5.40 #Chat:not(.groupchat) .event .x-message,
    5.41 #Chat:not(.groupchat) .event a
    5.42 {
    5.43 	color: hsla(120, 100%, 35%, 1) !important;
    5.44 }
    5.45 
    5.46 .outgoing:not(.history) .x-sender,
    5.47 .outgoing:not(.history) a
    5.48 {
    5.49 	color: hsla(210, 100%, 50%, 1) !important;
    5.50 }
    5.51 
    5.52 .history.incoming .x-sender,
    5.53 .history.incoming a,
    5.54 #Chat:not(.groupchat) .history.status .x-message,
    5.55 #Chat:not(.groupchat) .history.status a,
    5.56 #Chat:not(.groupchat) .history.event .x-message,
    5.57 #Chat:not(.groupchat) .history.event a
    5.58 {
    5.59 	color: hsla(120, 100%, 25%, 1) !important;
    5.60 }
    5.61 
    5.62 .history.outgoing .x-sender,
    5.63 .history.outgoing a
    5.64 {
    5.65 	color: hsla(210, 100%, 30%, 1) !important;
    5.66 }
    5.67 \ No newline at end of file
     6.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
     6.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
     6.3 @@ -5,7 +5,7 @@
     6.4  #Chat:not(.groupchat) .event .x-message,
     6.5  #Chat:not(.groupchat) .event a
     6.6  {
     6.7 -	color: hsla(0, 0%, 70%, 1) !important;
     6.8 +	color: hsla(0, 0%, 60%, 1) !important;
     6.9  }
    6.10  
    6.11  .outgoing:not(.history) .x-sender,
     7.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
     7.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
     7.3 @@ -5,7 +5,7 @@
     7.4  #Chat:not(.groupchat) .event .x-message,
     7.5  #Chat:not(.groupchat) .event a
     7.6  {
     7.7 -	color: hsla(45, 100%, 50%, 1) !important;
     7.8 +	color: hsla(30, 100%, 50%, 1) !important;
     7.9  }
    7.10  
    7.11  .outgoing:not(.history) .x-sender,
    7.12 @@ -21,7 +21,7 @@
    7.13  #Chat:not(.groupchat) .history.event .x-message,
    7.14  #Chat:not(.groupchat) .history.event a
    7.15  {
    7.16 -	color: hsla(45, 100%, 30%, 1) !important;
    7.17 +	color: hsla(30, 100%, 30%, 1) !important;
    7.18  }
    7.19  
    7.20  .history.outgoing .x-sender,
     8.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
     8.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
     8.3 @@ -1,1 +1,1 @@
     8.4 -.incoming:not(.history) .x-sender,
     8.5 .incoming:not(.history) a,
     8.6 #Chat:not(.groupchat) .status .x-message,
     8.7 #Chat:not(.groupchat) .status a,
     8.8 #Chat:not(.groupchat) .event .x-message,
     8.9 #Chat:not(.groupchat) .event a
    8.10 {
    8.11 	color: hsla(297, 100%, 40%, 1) !important;
    8.12 }
    8.13 
    8.14 .outgoing:not(.history) .x-sender,
    8.15 .outgoing:not(.history) a
    8.16 {
    8.17 	color: hsla(210, 100%, 50%, 1) !important;
    8.18 }
    8.19 
    8.20 .history.incoming .x-sender,
    8.21 .history.incoming a,
    8.22 #Chat:not(.groupchat) .history.status .x-message,
    8.23 #Chat:not(.groupchat) .history.status a,
    8.24 #Chat:not(.groupchat) .history.event .x-message,
    8.25 #Chat:not(.groupchat) .history.event a
    8.26 {
    8.27 	color: hsla(297, 100%, 30%, 1) !important;
    8.28 }
    8.29 
    8.30 .history.outgoing .x-sender,
    8.31 .history.outgoing a
    8.32 {
    8.33 	color: hsla(210, 100%, 30%, 1) !important;
    8.34 }
    8.35 \ No newline at end of file
    8.36 +.incoming:not(.history) .x-sender,
    8.37 .incoming:not(.history) a,
    8.38 #Chat:not(.groupchat) .status .x-message,
    8.39 #Chat:not(.groupchat) .status a,
    8.40 #Chat:not(.groupchat) .event .x-message,
    8.41 #Chat:not(.groupchat) .event a
    8.42 {
    8.43 	color: hsla(276, 100%, 40%, 1) !important;
    8.44 }
    8.45 
    8.46 .outgoing:not(.history) .x-sender,
    8.47 .outgoing:not(.history) a
    8.48 {
    8.49 	color: hsla(210, 100%, 50%, 1) !important;
    8.50 }
    8.51 
    8.52 .history.incoming .x-sender,
    8.53 .history.incoming a,
    8.54 #Chat:not(.groupchat) .history.status .x-message,
    8.55 #Chat:not(.groupchat) .history.status a,
    8.56 #Chat:not(.groupchat) .history.event .x-message,
    8.57 #Chat:not(.groupchat) .history.event a
    8.58 {
    8.59 	color: hsla(276, 100%, 25%, 1) !important;
    8.60 }
    8.61 
    8.62 .history.outgoing .x-sender,
    8.63 .history.outgoing a
    8.64 {
    8.65 	color: hsla(210, 100%, 30%, 1) !important;
    8.66 }
    8.67 \ No newline at end of file
     9.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css	Tue Mar 16 09:05:45 2010 -0500
     9.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css	Tue Mar 16 10:22:57 2010 -0500
     9.3 @@ -1,1 +1,1 @@
     9.4 -.incoming:not(.history) .x-sender,
     9.5 .incoming:not(.history) a,
     9.6 #Chat:not(.groupchat) .status .x-message,
     9.7 #Chat:not(.groupchat) .status a,
     9.8 #Chat:not(.groupchat) .event .x-message,
     9.9 #Chat:not(.groupchat) .event a
    9.10 {
    9.11 	color: hsla(0, 0%, 0%, 1) !important;
    9.12 }
    9.13 
    9.14 .outgoing:not(.history) .x-sender,
    9.15 .outgoing:not(.history) a
    9.16 {
    9.17 	color: hsla(120, 100%, 45%, 1) !important;
    9.18 }
    9.19 
    9.20 .history.incoming .x-sender,
    9.21 .history.incoming a,
    9.22 #Chat:not(.groupchat) .history.status .x-message,
    9.23 #Chat:not(.groupchat) .history.status a,
    9.24 #Chat:not(.groupchat) .history.event .x-message,
    9.25 #Chat:not(.groupchat) .history.event a
    9.26 {
    9.27 	color: hsla(0, 0%, 30%, 1) !important;
    9.28 }
    9.29 
    9.30 .history.outgoing .x-sender,
    9.31 .history.outgoing a
    9.32 {
    9.33 	color: hsla(120, 100%, 30%, 1) !important;
    9.34 }
    9.35 \ No newline at end of file
    9.36 +.incoming:not(.history) .x-sender,
    9.37 .incoming:not(.history) a,
    9.38 #Chat:not(.groupchat) .status .x-message,
    9.39 #Chat:not(.groupchat) .status a,
    9.40 #Chat:not(.groupchat) .event .x-message,
    9.41 #Chat:not(.groupchat) .event a
    9.42 {
    9.43 	color: hsla(0, 0%, 0%, 1) !important;
    9.44 }
    9.45 
    9.46 .outgoing:not(.history) .x-sender,
    9.47 .outgoing:not(.history) a
    9.48 {
    9.49 	color: hsla(120, 100%, 35%, 1) !important;
    9.50 }
    9.51 
    9.52 .history.incoming .x-sender,
    9.53 .history.incoming a,
    9.54 #Chat:not(.groupchat) .history.status .x-message,
    9.55 #Chat:not(.groupchat) .history.status a,
    9.56 #Chat:not(.groupchat) .history.event .x-message,
    9.57 #Chat:not(.groupchat) .history.event a
    9.58 {
    9.59 	color: hsla(0, 0%, 30%, 1) !important;
    9.60 }
    9.61 
    9.62 .history.outgoing .x-sender,
    9.63 .history.outgoing a
    9.64 {
    9.65 	color: hsla(120, 100%, 25%, 1) !important;
    9.66 }
    9.67 \ No newline at end of file
    10.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css	Tue Mar 16 09:05:45 2010 -0500
    10.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css	Tue Mar 16 10:22:57 2010 -0500
    10.3 @@ -11,7 +11,7 @@
    10.4  .outgoing:not(.history) .x-sender,
    10.5  .outgoing:not(.history) a
    10.6  {
    10.7 -	color: hsla(120, 100%, 45%, 1) !important;
    10.8 +	color: hsla(120, 100%, 35%, 1) !important;
    10.9  }
   10.10  
   10.11  .history.incoming .x-sender,
   10.12 @@ -27,5 +27,5 @@
   10.13  .history.outgoing .x-sender,
   10.14  .history.outgoing a
   10.15  {
   10.16 -	color: hsla(120, 100%, 30%, 1) !important;
   10.17 +	color: hsla(120, 100%, 25%, 1) !important;
   10.18  }
    11.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
    11.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
    11.3 @@ -5,13 +5,13 @@
    11.4  #Chat:not(.groupchat) .event .x-message,
    11.5  #Chat:not(.groupchat) .event a
    11.6  {
    11.7 -	color: hsla(0, 0%, 70%, 1) !important;
    11.8 +	color: hsla(0, 0%, 60%, 1) !important;
    11.9  }
   11.10  
   11.11  .outgoing:not(.history) .x-sender,
   11.12  .outgoing:not(.history) a
   11.13  {
   11.14 -	color: hsla(120, 100%, 45%, 1) !important;
   11.15 +	color: hsla(120, 100%, 35%, 1) !important;
   11.16  }
   11.17  
   11.18  .history.incoming .x-sender,
   11.19 @@ -27,5 +27,5 @@
   11.20  .history.outgoing .x-sender,
   11.21  .history.outgoing a
   11.22  {
   11.23 -	color: hsla(120, 100%, 30%, 1) !important;
   11.24 +	color: hsla(120, 100%, 25%, 1) !important;
   11.25  }
    12.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
    12.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
    12.3 @@ -5,13 +5,13 @@
    12.4  #Chat:not(.groupchat) .event .x-message,
    12.5  #Chat:not(.groupchat) .event a
    12.6  {
    12.7 -	color: hsla(45, 100%, 50%, 1) !important;
    12.8 +	color: hsla(30, 100%, 50%, 1) !important;
    12.9  }
   12.10  
   12.11  .outgoing:not(.history) .x-sender,
   12.12  .outgoing:not(.history) a
   12.13  {
   12.14 -	color: hsla(120, 100%, 45%, 1) !important;
   12.15 +	color: hsla(120, 100%, 35%, 1) !important;
   12.16  }
   12.17  
   12.18  .history.incoming .x-sender,
   12.19 @@ -21,11 +21,11 @@
   12.20  #Chat:not(.groupchat) .history.event .x-message,
   12.21  #Chat:not(.groupchat) .history.event a
   12.22  {
   12.23 -	color: hsla(45, 100%, 30%, 1) !important;
   12.24 +	color: hsla(30, 100%, 30%, 1) !important;
   12.25  }
   12.26  
   12.27  .history.outgoing .x-sender,
   12.28  .history.outgoing a
   12.29  {
   12.30 -	color: hsla(120, 100%, 30%, 1) !important;
   12.31 +	color: hsla(120, 100%, 25%, 1) !important;
   12.32  }
    13.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css	Tue Mar 16 09:05:45 2010 -0500
    13.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css	Tue Mar 16 10:22:57 2010 -0500
    13.3 @@ -1,1 +1,1 @@
    13.4 -.incoming:not(.history) .x-sender,
    13.5 .incoming:not(.history) a,
    13.6 #Chat:not(.groupchat) .status .x-message,
    13.7 #Chat:not(.groupchat) .status a,
    13.8 #Chat:not(.groupchat) .event .x-message,
    13.9 #Chat:not(.groupchat) .event a
   13.10 {
   13.11 	color: hsla(315, 100%, 65%, 1) !important;
   13.12 }
   13.13 
   13.14 .outgoing:not(.history) .x-sender,
   13.15 .outgoing:not(.history) a
   13.16 {
   13.17 	color: hsla(120, 100%, 45%, 1) !important;
   13.18 }
   13.19 
   13.20 .history.incoming .x-sender,
   13.21 .history.incoming a,
   13.22 #Chat:not(.groupchat) .history.status .x-message,
   13.23 #Chat:not(.groupchat) .history.status a,
   13.24 #Chat:not(.groupchat) .history.event .x-message,
   13.25 #Chat:not(.groupchat) .history.event a
   13.26 {
   13.27 	color: hsla(315, 100%, 30%, 1) !important;
   13.28 }
   13.29 
   13.30 .history.outgoing .x-sender,
   13.31 .history.outgoing a
   13.32 {
   13.33 	color: hsla(120, 100%, 30%, 1) !important;
   13.34 }
   13.35 \ No newline at end of file
   13.36 +.incoming:not(.history) .x-sender,
   13.37 .incoming:not(.history) a,
   13.38 #Chat:not(.groupchat) .status .x-message,
   13.39 #Chat:not(.groupchat) .status a,
   13.40 #Chat:not(.groupchat) .event .x-message,
   13.41 #Chat:not(.groupchat) .event a
   13.42 {
   13.43 	color: hsla(315, 100%, 65%, 1) !important;
   13.44 }
   13.45 
   13.46 .outgoing:not(.history) .x-sender,
   13.47 .outgoing:not(.history) a
   13.48 {
   13.49 	color: hsla(120, 100%, 35%, 1) !important;
   13.50 }
   13.51 
   13.52 .history.incoming .x-sender,
   13.53 .history.incoming a,
   13.54 #Chat:not(.groupchat) .history.status .x-message,
   13.55 #Chat:not(.groupchat) .history.status a,
   13.56 #Chat:not(.groupchat) .history.event .x-message,
   13.57 #Chat:not(.groupchat) .history.event a
   13.58 {
   13.59 	color: hsla(315, 100%, 30%, 1) !important;
   13.60 }
   13.61 
   13.62 .history.outgoing .x-sender,
   13.63 .history.outgoing a
   13.64 {
   13.65 	color: hsla(120, 100%, 25%, 1) !important;
   13.66 }
   13.67 \ No newline at end of file
    14.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
    14.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
    14.3 @@ -1,1 +1,1 @@
    14.4 -.incoming:not(.history) .x-sender,
    14.5 .incoming:not(.history) a,
    14.6 #Chat:not(.groupchat) .status .x-message,
    14.7 #Chat:not(.groupchat) .status a,
    14.8 #Chat:not(.groupchat) .event .x-message,
    14.9 #Chat:not(.groupchat) .event a
   14.10 {
   14.11 	color: hsla(297, 100%, 40%, 1) !important;
   14.12 }
   14.13 
   14.14 .outgoing:not(.history) .x-sender,
   14.15 .outgoing:not(.history) a
   14.16 {
   14.17 	color: hsla(120, 100%, 45%, 1) !important;
   14.18 }
   14.19 
   14.20 .history.incoming .x-sender,
   14.21 .history.incoming a,
   14.22 #Chat:not(.groupchat) .history.status .x-message,
   14.23 #Chat:not(.groupchat) .history.status a,
   14.24 #Chat:not(.groupchat) .history.event .x-message,
   14.25 #Chat:not(.groupchat) .history.event a
   14.26 {
   14.27 	color: hsla(297, 100%, 30%, 1) !important;
   14.28 }
   14.29 
   14.30 .history.outgoing .x-sender,
   14.31 .history.outgoing a
   14.32 {
   14.33 	color: hsla(120, 100%, 30%, 1) !important;
   14.34 }
   14.35 \ No newline at end of file
   14.36 +.incoming:not(.history) .x-sender,
   14.37 .incoming:not(.history) a,
   14.38 #Chat:not(.groupchat) .status .x-message,
   14.39 #Chat:not(.groupchat) .status a,
   14.40 #Chat:not(.groupchat) .event .x-message,
   14.41 #Chat:not(.groupchat) .event a
   14.42 {
   14.43 	color: hsla(276, 100%, 40%, 1) !important;
   14.44 }
   14.45 
   14.46 .outgoing:not(.history) .x-sender,
   14.47 .outgoing:not(.history) a
   14.48 {
   14.49 	color: hsla(120, 100%, 35%, 1) !important;
   14.50 }
   14.51 
   14.52 .history.incoming .x-sender,
   14.53 .history.incoming a,
   14.54 #Chat:not(.groupchat) .history.status .x-message,
   14.55 #Chat:not(.groupchat) .history.status a,
   14.56 #Chat:not(.groupchat) .history.event .x-message,
   14.57 #Chat:not(.groupchat) .history.event a
   14.58 {
   14.59 	color: hsla(276, 100%, 25%, 1) !important;
   14.60 }
   14.61 
   14.62 .history.outgoing .x-sender,
   14.63 .history.outgoing a
   14.64 {
   14.65 	color: hsla(120, 100%, 25%, 1) !important;
   14.66 }
   14.67 \ No newline at end of file
    15.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Tue Mar 16 09:05:45 2010 -0500
    15.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Tue Mar 16 10:22:57 2010 -0500
    15.3 @@ -11,7 +11,7 @@
    15.4  .outgoing:not(.history) .x-sender,
    15.5  .outgoing:not(.history) a
    15.6  {
    15.7 -	color: hsla(120, 100%, 45%, 1) !important;
    15.8 +	color: hsla(120, 100%, 35%, 1) !important;
    15.9  }
   15.10  
   15.11  .history.incoming .x-sender,
   15.12 @@ -27,5 +27,5 @@
   15.13  .history.outgoing .x-sender,
   15.14  .history.outgoing a
   15.15  {
   15.16 -	color: hsla(120, 100%, 30%, 1) !important;
   15.17 +	color: hsla(120, 100%, 25%, 1) !important;
   15.18  }
    16.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css	Tue Mar 16 09:05:45 2010 -0500
    16.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css	Tue Mar 16 10:22:57 2010 -0500
    16.3 @@ -11,7 +11,7 @@
    16.4  .outgoing:not(.history) .x-sender,
    16.5  .outgoing:not(.history) a
    16.6  {
    16.7 -	color: hsla(0, 0%, 70%, 1) !important;
    16.8 +	color: hsla(0, 0%, 60%, 1) !important;
    16.9  }
   16.10  
   16.11  .history.incoming .x-sender,
    17.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css	Tue Mar 16 09:05:45 2010 -0500
    17.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css	Tue Mar 16 10:22:57 2010 -0500
    17.3 @@ -11,7 +11,7 @@
    17.4  .outgoing:not(.history) .x-sender,
    17.5  .outgoing:not(.history) a
    17.6  {
    17.7 -	color: hsla(0, 0%, 70%, 1) !important;
    17.8 +	color: hsla(0, 0%, 60%, 1) !important;
    17.9  }
   17.10  
   17.11  .history.incoming .x-sender,
    18.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css	Tue Mar 16 09:05:45 2010 -0500
    18.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css	Tue Mar 16 10:22:57 2010 -0500
    18.3 @@ -1,1 +1,1 @@
    18.4 -.incoming:not(.history) .x-sender,
    18.5 .incoming:not(.history) a,
    18.6 #Chat:not(.groupchat) .status .x-message,
    18.7 #Chat:not(.groupchat) .status a,
    18.8 #Chat:not(.groupchat) .event .x-message,
    18.9 #Chat:not(.groupchat) .event a
   18.10 {
   18.11 	color: hsla(120, 100%, 45%, 1) !important;
   18.12 }
   18.13 
   18.14 .outgoing:not(.history) .x-sender,
   18.15 .outgoing:not(.history) a
   18.16 {
   18.17 	color: hsla(0, 0%, 70%, 1) !important;
   18.18 }
   18.19 
   18.20 .history.incoming .x-sender,
   18.21 .history.incoming a,
   18.22 #Chat:not(.groupchat) .history.status .x-message,
   18.23 #Chat:not(.groupchat) .history.status a,
   18.24 #Chat:not(.groupchat) .history.event .x-message,
   18.25 #Chat:not(.groupchat) .history.event a
   18.26 {
   18.27 	color: hsla(120, 100%, 30%, 1) !important;
   18.28 }
   18.29 
   18.30 .history.outgoing .x-sender,
   18.31 .history.outgoing a
   18.32 {
   18.33 	color: hsla(0, 0%, 30%, 1) !important;
   18.34 }
   18.35 \ No newline at end of file
   18.36 +.incoming:not(.history) .x-sender,
   18.37 .incoming:not(.history) a,
   18.38 #Chat:not(.groupchat) .status .x-message,
   18.39 #Chat:not(.groupchat) .status a,
   18.40 #Chat:not(.groupchat) .event .x-message,
   18.41 #Chat:not(.groupchat) .event a
   18.42 {
   18.43 	color: hsla(120, 100%, 35%, 1) !important;
   18.44 }
   18.45 
   18.46 .outgoing:not(.history) .x-sender,
   18.47 .outgoing:not(.history) a
   18.48 {
   18.49 	color: hsla(0, 0%, 60%, 1) !important;
   18.50 }
   18.51 
   18.52 .history.incoming .x-sender,
   18.53 .history.incoming a,
   18.54 #Chat:not(.groupchat) .history.status .x-message,
   18.55 #Chat:not(.groupchat) .history.status a,
   18.56 #Chat:not(.groupchat) .history.event .x-message,
   18.57 #Chat:not(.groupchat) .history.event a
   18.58 {
   18.59 	color: hsla(120, 100%, 25%, 1) !important;
   18.60 }
   18.61 
   18.62 .history.outgoing .x-sender,
   18.63 .history.outgoing a
   18.64 {
   18.65 	color: hsla(0, 0%, 30%, 1) !important;
   18.66 }
   18.67 \ No newline at end of file
    19.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
    19.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
    19.3 @@ -5,13 +5,13 @@
    19.4  #Chat:not(.groupchat) .event .x-message,
    19.5  #Chat:not(.groupchat) .event a
    19.6  {
    19.7 -	color: hsla(45, 100%, 50%, 1) !important;
    19.8 +	color: hsla(30, 100%, 50%, 1) !important;
    19.9  }
   19.10  
   19.11  .outgoing:not(.history) .x-sender,
   19.12  .outgoing:not(.history) a
   19.13  {
   19.14 -	color: hsla(0, 0%, 70%, 1) !important;
   19.15 +	color: hsla(0, 0%, 60%, 1) !important;
   19.16  }
   19.17  
   19.18  .history.incoming .x-sender,
   19.19 @@ -21,7 +21,7 @@
   19.20  #Chat:not(.groupchat) .history.event .x-message,
   19.21  #Chat:not(.groupchat) .history.event a
   19.22  {
   19.23 -	color: hsla(45, 100%, 30%, 1) !important;
   19.24 +	color: hsla(30, 100%, 30%, 1) !important;
   19.25  }
   19.26  
   19.27  .history.outgoing .x-sender,
    20.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css	Tue Mar 16 09:05:45 2010 -0500
    20.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css	Tue Mar 16 10:22:57 2010 -0500
    20.3 @@ -1,1 +1,1 @@
    20.4 -.incoming:not(.history) .x-sender,
    20.5 .incoming:not(.history) a,
    20.6 #Chat:not(.groupchat) .status .x-message,
    20.7 #Chat:not(.groupchat) .status a,
    20.8 #Chat:not(.groupchat) .event .x-message,
    20.9 #Chat:not(.groupchat) .event a
   20.10 {
   20.11 	color: hsla(315, 100%, 65%, 1) !important;
   20.12 }
   20.13 
   20.14 .outgoing:not(.history) .x-sender,
   20.15 .outgoing:not(.history) a
   20.16 {
   20.17 	color: hsla(0, 0%, 70%, 1) !important;
   20.18 }
   20.19 
   20.20 .history.incoming .x-sender,
   20.21 .history.incoming a,
   20.22 #Chat:not(.groupchat) .history.status .x-message,
   20.23 #Chat:not(.groupchat) .history.status a,
   20.24 #Chat:not(.groupchat) .history.event .x-message,
   20.25 #Chat:not(.groupchat) .history.event a
   20.26 {
   20.27 	color: hsla(315, 100%, 30%, 1) !important;
   20.28 }
   20.29 
   20.30 .history.outgoing .x-sender,
   20.31 .history.outgoing a
   20.32 {
   20.33 	color: hsla(0, 0%, 30%, 1) !important;
   20.34 }
   20.35 \ No newline at end of file
   20.36 +.incoming:not(.history) .x-sender,
   20.37 .incoming:not(.history) a,
   20.38 #Chat:not(.groupchat) .status .x-message,
   20.39 #Chat:not(.groupchat) .status a,
   20.40 #Chat:not(.groupchat) .event .x-message,
   20.41 #Chat:not(.groupchat) .event a
   20.42 {
   20.43 	color: hsla(315, 100%, 65%, 1) !important;
   20.44 }
   20.45 
   20.46 .outgoing:not(.history) .x-sender,
   20.47 .outgoing:not(.history) a
   20.48 {
   20.49 	color: hsla(0, 0%, 60%, 1) !important;
   20.50 }
   20.51 
   20.52 .history.incoming .x-sender,
   20.53 .history.incoming a,
   20.54 #Chat:not(.groupchat) .history.status .x-message,
   20.55 #Chat:not(.groupchat) .history.status a,
   20.56 #Chat:not(.groupchat) .history.event .x-message,
   20.57 #Chat:not(.groupchat) .history.event a
   20.58 {
   20.59 	color: hsla(315, 100%, 30%, 1) !important;
   20.60 }
   20.61 
   20.62 .history.outgoing .x-sender,
   20.63 .history.outgoing a
   20.64 {
   20.65 	color: hsla(0, 0%, 30%, 1) !important;
   20.66 }
   20.67 \ No newline at end of file
    21.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
    21.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
    21.3 @@ -1,1 +1,1 @@
    21.4 -.incoming:not(.history) .x-sender,
    21.5 .incoming:not(.history) a,
    21.6 #Chat:not(.groupchat) .status .x-message,
    21.7 #Chat:not(.groupchat) .status a,
    21.8 #Chat:not(.groupchat) .event .x-message,
    21.9 #Chat:not(.groupchat) .event a
   21.10 {
   21.11 	color: hsla(297, 100%, 40%, 1) !important;
   21.12 }
   21.13 
   21.14 .outgoing:not(.history) .x-sender,
   21.15 .outgoing:not(.history) a
   21.16 {
   21.17 	color: hsla(0, 0%, 70%, 1) !important;
   21.18 }
   21.19 
   21.20 .history.incoming .x-sender,
   21.21 .history.incoming a,
   21.22 #Chat:not(.groupchat) .history.status .x-message,
   21.23 #Chat:not(.groupchat) .history.status a,
   21.24 #Chat:not(.groupchat) .history.event .x-message,
   21.25 #Chat:not(.groupchat) .history.event a
   21.26 {
   21.27 	color: hsla(297, 100%, 30%, 1) !important;
   21.28 }
   21.29 
   21.30 .history.outgoing .x-sender,
   21.31 .history.outgoing a
   21.32 {
   21.33 	color: hsla(0, 0%, 30%, 1) !important;
   21.34 }
   21.35 \ No newline at end of file
   21.36 +.incoming:not(.history) .x-sender,
   21.37 .incoming:not(.history) a,
   21.38 #Chat:not(.groupchat) .status .x-message,
   21.39 #Chat:not(.groupchat) .status a,
   21.40 #Chat:not(.groupchat) .event .x-message,
   21.41 #Chat:not(.groupchat) .event a
   21.42 {
   21.43 	color: hsla(276, 100%, 40%, 1) !important;
   21.44 }
   21.45 
   21.46 .outgoing:not(.history) .x-sender,
   21.47 .outgoing:not(.history) a
   21.48 {
   21.49 	color: hsla(0, 0%, 60%, 1) !important;
   21.50 }
   21.51 
   21.52 .history.incoming .x-sender,
   21.53 .history.incoming a,
   21.54 #Chat:not(.groupchat) .history.status .x-message,
   21.55 #Chat:not(.groupchat) .history.status a,
   21.56 #Chat:not(.groupchat) .history.event .x-message,
   21.57 #Chat:not(.groupchat) .history.event a
   21.58 {
   21.59 	color: hsla(276, 100%, 25%, 1) !important;
   21.60 }
   21.61 
   21.62 .history.outgoing .x-sender,
   21.63 .history.outgoing a
   21.64 {
   21.65 	color: hsla(0, 0%, 30%, 1) !important;
   21.66 }
   21.67 \ No newline at end of file
    22.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css	Tue Mar 16 09:05:45 2010 -0500
    22.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css	Tue Mar 16 10:22:57 2010 -0500
    22.3 @@ -11,7 +11,7 @@
    22.4  .outgoing:not(.history) .x-sender,
    22.5  .outgoing:not(.history) a
    22.6  {
    22.7 -	color: hsla(0, 0%, 70%, 1) !important;
    22.8 +	color: hsla(0, 0%, 60%, 1) !important;
    22.9  }
   22.10  
   22.11  .history.incoming .x-sender,
    23.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Black.css	Tue Mar 16 09:05:45 2010 -0500
    23.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Black.css	Tue Mar 16 10:22:57 2010 -0500
    23.3 @@ -11,7 +11,7 @@
    23.4  .outgoing:not(.history) .x-sender,
    23.5  .outgoing:not(.history) a
    23.6  {
    23.7 -	color: hsla(45, 100%, 50%, 1) !important;
    23.8 +	color: hsla(30, 100%, 50%, 1) !important;
    23.9  }
   23.10  
   23.11  .history.incoming .x-sender,
   23.12 @@ -27,5 +27,5 @@
   23.13  .history.outgoing .x-sender,
   23.14  .history.outgoing a
   23.15  {
   23.16 -	color: hsla(45, 100%, 30%, 1) !important;
   23.17 +	color: hsla(30, 100%, 30%, 1) !important;
   23.18  }
    24.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Blue.css	Tue Mar 16 09:05:45 2010 -0500
    24.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Blue.css	Tue Mar 16 10:22:57 2010 -0500
    24.3 @@ -11,7 +11,7 @@
    24.4  .outgoing:not(.history) .x-sender,
    24.5  .outgoing:not(.history) a
    24.6  {
    24.7 -	color: hsla(45, 100%, 50%, 1) !important;
    24.8 +	color: hsla(30, 100%, 50%, 1) !important;
    24.9  }
   24.10  
   24.11  .history.incoming .x-sender,
   24.12 @@ -27,5 +27,5 @@
   24.13  .history.outgoing .x-sender,
   24.14  .history.outgoing a
   24.15  {
   24.16 -	color: hsla(45, 100%, 30%, 1) !important;
   24.17 +	color: hsla(30, 100%, 30%, 1) !important;
   24.18  }
    25.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css	Tue Mar 16 09:05:45 2010 -0500
    25.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css	Tue Mar 16 10:22:57 2010 -0500
    25.3 @@ -1,1 +1,1 @@
    25.4 -.incoming:not(.history) .x-sender,
    25.5 .incoming:not(.history) a,
    25.6 #Chat:not(.groupchat) .status .x-message,
    25.7 #Chat:not(.groupchat) .status a,
    25.8 #Chat:not(.groupchat) .event .x-message,
    25.9 #Chat:not(.groupchat) .event a
   25.10 {
   25.11 	color: hsla(120, 100%, 45%, 1) !important;
   25.12 }
   25.13 
   25.14 .outgoing:not(.history) .x-sender,
   25.15 .outgoing:not(.history) a
   25.16 {
   25.17 	color: hsla(45, 100%, 50%, 1) !important;
   25.18 }
   25.19 
   25.20 .history.incoming .x-sender,
   25.21 .history.incoming a,
   25.22 #Chat:not(.groupchat) .history.status .x-message,
   25.23 #Chat:not(.groupchat) .history.status a,
   25.24 #Chat:not(.groupchat) .history.event .x-message,
   25.25 #Chat:not(.groupchat) .history.event a
   25.26 {
   25.27 	color: hsla(120, 100%, 30%, 1) !important;
   25.28 }
   25.29 
   25.30 .history.outgoing .x-sender,
   25.31 .history.outgoing a
   25.32 {
   25.33 	color: hsla(45, 100%, 30%, 1) !important;
   25.34 }
   25.35 \ No newline at end of file
   25.36 +.incoming:not(.history) .x-sender,
   25.37 .incoming:not(.history) a,
   25.38 #Chat:not(.groupchat) .status .x-message,
   25.39 #Chat:not(.groupchat) .status a,
   25.40 #Chat:not(.groupchat) .event .x-message,
   25.41 #Chat:not(.groupchat) .event a
   25.42 {
   25.43 	color: hsla(120, 100%, 35%, 1) !important;
   25.44 }
   25.45 
   25.46 .outgoing:not(.history) .x-sender,
   25.47 .outgoing:not(.history) a
   25.48 {
   25.49 	color: hsla(30, 100%, 50%, 1) !important;
   25.50 }
   25.51 
   25.52 .history.incoming .x-sender,
   25.53 .history.incoming a,
   25.54 #Chat:not(.groupchat) .history.status .x-message,
   25.55 #Chat:not(.groupchat) .history.status a,
   25.56 #Chat:not(.groupchat) .history.event .x-message,
   25.57 #Chat:not(.groupchat) .history.event a
   25.58 {
   25.59 	color: hsla(120, 100%, 25%, 1) !important;
   25.60 }
   25.61 
   25.62 .history.outgoing .x-sender,
   25.63 .history.outgoing a
   25.64 {
   25.65 	color: hsla(30, 100%, 30%, 1) !important;
   25.66 }
   25.67 \ No newline at end of file
    26.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
    26.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
    26.3 @@ -5,13 +5,13 @@
    26.4  #Chat:not(.groupchat) .event .x-message,
    26.5  #Chat:not(.groupchat) .event a
    26.6  {
    26.7 -	color: hsla(0, 0%, 70%, 1) !important;
    26.8 +	color: hsla(0, 0%, 60%, 1) !important;
    26.9  }
   26.10  
   26.11  .outgoing:not(.history) .x-sender,
   26.12  .outgoing:not(.history) a
   26.13  {
   26.14 -	color: hsla(45, 100%, 50%, 1) !important;
   26.15 +	color: hsla(30, 100%, 50%, 1) !important;
   26.16  }
   26.17  
   26.18  .history.incoming .x-sender,
   26.19 @@ -27,5 +27,5 @@
   26.20  .history.outgoing .x-sender,
   26.21  .history.outgoing a
   26.22  {
   26.23 -	color: hsla(45, 100%, 30%, 1) !important;
   26.24 +	color: hsla(30, 100%, 30%, 1) !important;
   26.25  }
    27.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Pink.css	Tue Mar 16 09:05:45 2010 -0500
    27.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Pink.css	Tue Mar 16 10:22:57 2010 -0500
    27.3 @@ -1,1 +1,1 @@
    27.4 -.incoming:not(.history) .x-sender,
    27.5 .incoming:not(.history) a,
    27.6 #Chat:not(.groupchat) .status .x-message,
    27.7 #Chat:not(.groupchat) .status a,
    27.8 #Chat:not(.groupchat) .event .x-message,
    27.9 #Chat:not(.groupchat) .event a
   27.10 {
   27.11 	color: hsla(315, 100%, 65%, 1) !important;
   27.12 }
   27.13 
   27.14 .outgoing:not(.history) .x-sender,
   27.15 .outgoing:not(.history) a
   27.16 {
   27.17 	color: hsla(45, 100%, 50%, 1) !important;
   27.18 }
   27.19 
   27.20 .history.incoming .x-sender,
   27.21 .history.incoming a,
   27.22 #Chat:not(.groupchat) .history.status .x-message,
   27.23 #Chat:not(.groupchat) .history.status a,
   27.24 #Chat:not(.groupchat) .history.event .x-message,
   27.25 #Chat:not(.groupchat) .history.event a
   27.26 {
   27.27 	color: hsla(315, 100%, 30%, 1) !important;
   27.28 }
   27.29 
   27.30 .history.outgoing .x-sender,
   27.31 .history.outgoing a
   27.32 {
   27.33 	color: hsla(45, 100%, 30%, 1) !important;
   27.34 
   27.35 }
   27.36 \ No newline at end of file
   27.37 +.incoming:not(.history) .x-sender,
   27.38 .incoming:not(.history) a,
   27.39 #Chat:not(.groupchat) .status .x-message,
   27.40 #Chat:not(.groupchat) .status a,
   27.41 #Chat:not(.groupchat) .event .x-message,
   27.42 #Chat:not(.groupchat) .event a
   27.43 {
   27.44 	color: hsla(315, 100%, 65%, 1) !important;
   27.45 }
   27.46 
   27.47 .outgoing:not(.history) .x-sender,
   27.48 .outgoing:not(.history) a
   27.49 {
   27.50 	color: hsla(30, 100%, 50%, 1) !important;
   27.51 }
   27.52 
   27.53 .history.incoming .x-sender,
   27.54 .history.incoming a,
   27.55 #Chat:not(.groupchat) .history.status .x-message,
   27.56 #Chat:not(.groupchat) .history.status a,
   27.57 #Chat:not(.groupchat) .history.event .x-message,
   27.58 #Chat:not(.groupchat) .history.event a
   27.59 {
   27.60 	color: hsla(315, 100%, 30%, 1) !important;
   27.61 }
   27.62 
   27.63 .history.outgoing .x-sender,
   27.64 .history.outgoing a
   27.65 {
   27.66 	color: hsla(30, 100%, 30%, 1) !important;
   27.67 }
   27.68 \ No newline at end of file
    28.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
    28.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
    28.3 @@ -1,1 +1,1 @@
    28.4 -.incoming:not(.history) .x-sender,
    28.5 .incoming:not(.history) a,
    28.6 #Chat:not(.groupchat) .status .x-message,
    28.7 #Chat:not(.groupchat) .status a,
    28.8 #Chat:not(.groupchat) .event .x-message,
    28.9 #Chat:not(.groupchat) .event a
   28.10 {
   28.11 	color: hsla(297, 100%, 40%, 1) !important;
   28.12 }
   28.13 
   28.14 .outgoing:not(.history) .x-sender,
   28.15 .outgoing:not(.history) a
   28.16 {
   28.17 	color: hsla(45, 100%, 50%, 1) !important;
   28.18 }
   28.19 
   28.20 .history.incoming .x-sender,
   28.21 .history.incoming a,
   28.22 #Chat:not(.groupchat) .history.status .x-message,
   28.23 #Chat:not(.groupchat) .history.status a,
   28.24 #Chat:not(.groupchat) .history.event .x-message,
   28.25 #Chat:not(.groupchat) .history.event a
   28.26 {
   28.27 	color: hsla(297, 100%, 30%, 1) !important;
   28.28 }
   28.29 
   28.30 .history.outgoing .x-sender,
   28.31 .history.outgoing a
   28.32 {
   28.33 	color: hsla(45, 100%, 30%, 1) !important;
   28.34 }
   28.35 \ No newline at end of file
   28.36 +.incoming:not(.history) .x-sender,
   28.37 .incoming:not(.history) a,
   28.38 #Chat:not(.groupchat) .status .x-message,
   28.39 #Chat:not(.groupchat) .status a,
   28.40 #Chat:not(.groupchat) .event .x-message,
   28.41 #Chat:not(.groupchat) .event a
   28.42 {
   28.43 	color: hsla(276, 100%, 40%, 1) !important;
   28.44 }
   28.45 
   28.46 .outgoing:not(.history) .x-sender,
   28.47 .outgoing:not(.history) a
   28.48 {
   28.49 	color: hsla(30, 100%, 50%, 1) !important;
   28.50 }
   28.51 
   28.52 .history.incoming .x-sender,
   28.53 .history.incoming a,
   28.54 #Chat:not(.groupchat) .history.status .x-message,
   28.55 #Chat:not(.groupchat) .history.status a,
   28.56 #Chat:not(.groupchat) .history.event .x-message,
   28.57 #Chat:not(.groupchat) .history.event a
   28.58 {
   28.59 	color: hsla(276, 100%, 25%, 1) !important;
   28.60 }
   28.61 
   28.62 .history.outgoing .x-sender,
   28.63 .history.outgoing a
   28.64 {
   28.65 	color: hsla(30, 100%, 30%, 1) !important;
   28.66 }
   28.67 \ No newline at end of file
    29.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css	Tue Mar 16 09:05:45 2010 -0500
    29.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css	Tue Mar 16 10:22:57 2010 -0500
    29.3 @@ -11,7 +11,7 @@
    29.4  .outgoing:not(.history) .x-sender,
    29.5  .outgoing:not(.history) a
    29.6  {
    29.7 -	color: hsla(45, 100%, 50%, 1) !important;
    29.8 +	color: hsla(30, 100%, 50%, 1) !important;
    29.9  }
   29.10  
   29.11  .history.incoming .x-sender,
   29.12 @@ -27,5 +27,5 @@
   29.13  .history.outgoing .x-sender,
   29.14  .history.outgoing a
   29.15  {
   29.16 -	color: hsla(45, 100%, 30%, 1) !important;
   29.17 +	color: hsla(30, 100%, 30%, 1) !important;
   29.18  }
    30.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css	Tue Mar 16 09:05:45 2010 -0500
    30.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css	Tue Mar 16 10:22:57 2010 -0500
    30.3 @@ -1,1 +1,1 @@
    30.4 -.incoming:not(.history) .x-sender,
    30.5 .incoming:not(.history) a,
    30.6 #Chat:not(.groupchat) .status .x-message,
    30.7 #Chat:not(.groupchat) .status a,
    30.8 #Chat:not(.groupchat) .event .x-message,
    30.9 #Chat:not(.groupchat) .event a
   30.10 {
   30.11 	color: hsla(120, 100%, 45%, 1) !important;
   30.12 }
   30.13 
   30.14 .outgoing:not(.history) .x-sender,
   30.15 .outgoing:not(.history) a
   30.16 {
   30.17 	color: hsla(315, 100%, 65%, 1) !important;
   30.18 }
   30.19 
   30.20 .history.incoming .x-sender,
   30.21 .history.incoming a,
   30.22 #Chat:not(.groupchat) .history.status .x-message,
   30.23 #Chat:not(.groupchat) .history.status a,
   30.24 #Chat:not(.groupchat) .history.event .x-message,
   30.25 #Chat:not(.groupchat) .history.event a
   30.26 {
   30.27 	color: hsla(120, 100%, 30%, 1) !important;
   30.28 }
   30.29 
   30.30 .history.outgoing .x-sender,
   30.31 .history.outgoing a
   30.32 {
   30.33 	color: hsla(315, 100%, 30%, 1) !important;
   30.34 }
   30.35 \ No newline at end of file
   30.36 +.incoming:not(.history) .x-sender,
   30.37 .incoming:not(.history) a,
   30.38 #Chat:not(.groupchat) .status .x-message,
   30.39 #Chat:not(.groupchat) .status a,
   30.40 #Chat:not(.groupchat) .event .x-message,
   30.41 #Chat:not(.groupchat) .event a
   30.42 {
   30.43 	color: hsla(120, 100%, 35%, 1) !important;
   30.44 }
   30.45 
   30.46 .outgoing:not(.history) .x-sender,
   30.47 .outgoing:not(.history) a
   30.48 {
   30.49 	color: hsla(315, 100%, 65%, 1) !important;
   30.50 }
   30.51 
   30.52 .history.incoming .x-sender,
   30.53 .history.incoming a,
   30.54 #Chat:not(.groupchat) .history.status .x-message,
   30.55 #Chat:not(.groupchat) .history.status a,
   30.56 #Chat:not(.groupchat) .history.event .x-message,
   30.57 #Chat:not(.groupchat) .history.event a
   30.58 {
   30.59 	color: hsla(120, 100%, 25%, 1) !important;
   30.60 }
   30.61 
   30.62 .history.outgoing .x-sender,
   30.63 .history.outgoing a
   30.64 {
   30.65 	color: hsla(315, 100%, 30%, 1) !important;
   30.66 }
   30.67 \ No newline at end of file
    31.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
    31.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
    31.3 @@ -5,7 +5,7 @@
    31.4  #Chat:not(.groupchat) .event .x-message,
    31.5  #Chat:not(.groupchat) .event a
    31.6  {
    31.7 -	color: hsla(0, 0%, 70%, 1) !important;
    31.8 +	color: hsla(0, 0%, 60%, 1) !important;
    31.9  }
   31.10  
   31.11  .outgoing:not(.history) .x-sender,
    32.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
    32.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
    32.3 @@ -1,1 +1,1 @@
    32.4 -.incoming:not(.history) .x-sender,
    32.5 .incoming:not(.history) a,
    32.6 #Chat:not(.groupchat) .status .x-message,
    32.7 #Chat:not(.groupchat) .status a,
    32.8 #Chat:not(.groupchat) .event .x-message,
    32.9 #Chat:not(.groupchat) .event a
   32.10 {
   32.11 	color: hsla(45, 100%, 50%, 1) !important;
   32.12 }
   32.13 
   32.14 .outgoing:not(.history) .x-sender,
   32.15 .outgoing:not(.history) a
   32.16 {
   32.17 	color: hsla(315, 100%, 65%, 1) !important;
   32.18 }
   32.19 
   32.20 .history.incoming .x-sender,
   32.21 .history.incoming a,
   32.22 #Chat:not(.groupchat) .history.status .x-message,
   32.23 #Chat:not(.groupchat) .history.status a,
   32.24 #Chat:not(.groupchat) .history.event .x-message,
   32.25 #Chat:not(.groupchat) .history.event a
   32.26 {
   32.27 	color: hsla(45, 100%, 30%, 1) !important;
   32.28 }
   32.29 
   32.30 .history.outgoing .x-sender,
   32.31 .history.outgoing a
   32.32 {
   32.33 	color: hsla(315, 100%, 30%, 1) !important;
   32.34 }
   32.35 \ No newline at end of file
   32.36 +.incoming:not(.history) .x-sender,
   32.37 .incoming:not(.history) a,
   32.38 #Chat:not(.groupchat) .status .x-message,
   32.39 #Chat:not(.groupchat) .status a,
   32.40 #Chat:not(.groupchat) .event .x-message,
   32.41 #Chat:not(.groupchat) .event a
   32.42 {
   32.43 	color: hsla(30, 100%, 50%, 1) !important;
   32.44 }
   32.45 
   32.46 .outgoing:not(.history) .x-sender,
   32.47 .outgoing:not(.history) a
   32.48 {
   32.49 	color: hsla(315, 100%, 65%, 1) !important;
   32.50 }
   32.51 
   32.52 .history.incoming .x-sender,
   32.53 .history.incoming a,
   32.54 #Chat:not(.groupchat) .history.status .x-message,
   32.55 #Chat:not(.groupchat) .history.status a,
   32.56 #Chat:not(.groupchat) .history.event .x-message,
   32.57 #Chat:not(.groupchat) .history.event a
   32.58 {
   32.59 	color: hsla(30, 100%, 30%, 1) !important;
   32.60 }
   32.61 
   32.62 .history.outgoing .x-sender,
   32.63 .history.outgoing a
   32.64 {
   32.65 	color: hsla(315, 100%, 30%, 1) !important;
   32.66 }
   32.67 \ No newline at end of file
    33.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
    33.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
    33.3 @@ -1,1 +1,1 @@
    33.4 -.incoming:not(.history) .x-sender,
    33.5 .incoming:not(.history) a,
    33.6 #Chat:not(.groupchat) .status .x-message,
    33.7 #Chat:not(.groupchat) .status a,
    33.8 #Chat:not(.groupchat) .event .x-message,
    33.9 #Chat:not(.groupchat) .event a
   33.10 {
   33.11 	color: hsla(297, 100%, 40%, 1) !important;
   33.12 }
   33.13 
   33.14 .outgoing:not(.history) .x-sender,
   33.15 .outgoing:not(.history) a
   33.16 {
   33.17 	color: hsla(315, 100%, 65%, 1) !important;
   33.18 }
   33.19 
   33.20 .history.incoming .x-sender,
   33.21 .history.incoming a,
   33.22 #Chat:not(.groupchat) .history.status .x-message,
   33.23 #Chat:not(.groupchat) .history.status a,
   33.24 #Chat:not(.groupchat) .history.event .x-message,
   33.25 #Chat:not(.groupchat) .history.event a
   33.26 {
   33.27 	color: hsla(297, 100%, 30%, 1) !important;
   33.28 }
   33.29 
   33.30 .history.outgoing .x-sender,
   33.31 .history.outgoing a
   33.32 {
   33.33 	color: hsla(315, 100%, 30%, 1) !important;
   33.34 }
   33.35 \ No newline at end of file
   33.36 +.incoming:not(.history) .x-sender,
   33.37 .incoming:not(.history) a,
   33.38 #Chat:not(.groupchat) .status .x-message,
   33.39 #Chat:not(.groupchat) .status a,
   33.40 #Chat:not(.groupchat) .event .x-message,
   33.41 #Chat:not(.groupchat) .event a
   33.42 {
   33.43 	color: hsla(276, 100%, 40%, 1) !important;
   33.44 }
   33.45 
   33.46 .outgoing:not(.history) .x-sender,
   33.47 .outgoing:not(.history) a
   33.48 {
   33.49 	color: hsla(315, 100%, 65%, 1) !important;
   33.50 }
   33.51 
   33.52 .history.incoming .x-sender,
   33.53 .history.incoming a,
   33.54 #Chat:not(.groupchat) .history.status .x-message,
   33.55 #Chat:not(.groupchat) .history.status a,
   33.56 #Chat:not(.groupchat) .history.event .x-message,
   33.57 #Chat:not(.groupchat) .history.event a
   33.58 {
   33.59 	color: hsla(276, 100%, 25%, 1) !important;
   33.60 }
   33.61 
   33.62 .history.outgoing .x-sender,
   33.63 .history.outgoing a
   33.64 {
   33.65 	color: hsla(315, 100%, 30%, 1) !important;
   33.66 }
   33.67 \ No newline at end of file
    34.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Black.css	Tue Mar 16 09:05:45 2010 -0500
    34.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Black.css	Tue Mar 16 10:22:57 2010 -0500
    34.3 @@ -1,1 +1,1 @@
    34.4 -.incoming:not(.history) .x-sender,
    34.5 .incoming:not(.history) a,
    34.6 #Chat:not(.groupchat) .status .x-message,
    34.7 #Chat:not(.groupchat) .status a,
    34.8 #Chat:not(.groupchat) .event .x-message,
    34.9 #Chat:not(.groupchat) .event a
   34.10 {
   34.11 	color: hsla(0, 0%, 0%, 1) !important;
   34.12 }
   34.13 
   34.14 .outgoing:not(.history) .x-sender,
   34.15 .outgoing:not(.history) a
   34.16 {
   34.17 	color: hsla(297, 100%, 40%, 1) !important;
   34.18 }
   34.19 
   34.20 .history.incoming .x-sender,
   34.21 .history.incoming a,
   34.22 #Chat:not(.groupchat) .history.status .x-message,
   34.23 #Chat:not(.groupchat) .history.status a,
   34.24 #Chat:not(.groupchat) .history.event .x-message,
   34.25 #Chat:not(.groupchat) .history.event a
   34.26 {
   34.27 	color: hsla(0, 0%, 30%, 1) !important;
   34.28 }
   34.29 
   34.30 .history.outgoing .x-sender,
   34.31 .history.outgoing a
   34.32 {
   34.33 	color: hsla(297, 100%, 30%, 1) !important;
   34.34 }
   34.35 \ No newline at end of file
   34.36 +.incoming:not(.history) .x-sender,
   34.37 .incoming:not(.history) a,
   34.38 #Chat:not(.groupchat) .status .x-message,
   34.39 #Chat:not(.groupchat) .status a,
   34.40 #Chat:not(.groupchat) .event .x-message,
   34.41 #Chat:not(.groupchat) .event a
   34.42 {
   34.43 	color: hsla(0, 0%, 0%, 1) !important;
   34.44 }
   34.45 
   34.46 .outgoing:not(.history) .x-sender,
   34.47 .outgoing:not(.history) a
   34.48 {
   34.49 	color: hsla(276, 100%, 40%, 1) !important;
   34.50 }
   34.51 
   34.52 .history.incoming .x-sender,
   34.53 .history.incoming a,
   34.54 #Chat:not(.groupchat) .history.status .x-message,
   34.55 #Chat:not(.groupchat) .history.status a,
   34.56 #Chat:not(.groupchat) .history.event .x-message,
   34.57 #Chat:not(.groupchat) .history.event a
   34.58 {
   34.59 	color: hsla(0, 0%, 30%, 1) !important;
   34.60 }
   34.61 
   34.62 .history.outgoing .x-sender,
   34.63 .history.outgoing a
   34.64 {
   34.65 	color: hsla(276, 100%, 25%, 1) !important;
   34.66 }
   34.67 \ No newline at end of file
    35.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Blue.css	Tue Mar 16 09:05:45 2010 -0500
    35.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Blue.css	Tue Mar 16 10:22:57 2010 -0500
    35.3 @@ -11,7 +11,7 @@
    35.4  .outgoing:not(.history) .x-sender,
    35.5  .outgoing:not(.history) a
    35.6  {
    35.7 -	color: hsla(297, 100%, 40%, 1) !important;
    35.8 +	color: hsla(276, 100%, 40%, 1) !important;
    35.9  }
   35.10  
   35.11  .history.incoming .x-sender,
   35.12 @@ -27,5 +27,5 @@
   35.13  .history.outgoing .x-sender,
   35.14  .history.outgoing a
   35.15  {
   35.16 -	color: hsla(297, 100%, 30%, 1) !important;
   35.17 +	color: hsla(276, 100%, 25%, 1) !important;
   35.18  }
    36.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Green.css	Tue Mar 16 09:05:45 2010 -0500
    36.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Green.css	Tue Mar 16 10:22:57 2010 -0500
    36.3 @@ -1,1 +1,1 @@
    36.4 -.incoming:not(.history) .x-sender,
    36.5 .incoming:not(.history) a,
    36.6 #Chat:not(.groupchat) .status .x-message,
    36.7 #Chat:not(.groupchat) .status a,
    36.8 #Chat:not(.groupchat) .event .x-message,
    36.9 #Chat:not(.groupchat) .event a
   36.10 {
   36.11 	color: hsla(120, 100%, 45%, 1) !important;
   36.12 }
   36.13 
   36.14 .outgoing:not(.history) .x-sender,
   36.15 .outgoing:not(.history) a
   36.16 {
   36.17 	color: hsla(297, 100%, 40%, 1) !important;
   36.18 }
   36.19 
   36.20 .history.incoming .x-sender,
   36.21 .history.incoming a,
   36.22 #Chat:not(.groupchat) .history.status .x-message,
   36.23 #Chat:not(.groupchat) .history.status a,
   36.24 #Chat:not(.groupchat) .history.event .x-message,
   36.25 #Chat:not(.groupchat) .history.event a
   36.26 {
   36.27 	color: hsla(120, 100%, 30%, 1) !important;
   36.28 }
   36.29 
   36.30 .history.outgoing .x-sender,
   36.31 .history.outgoing a
   36.32 {
   36.33 	color: hsla(297, 100%, 30%, 1) !important;
   36.34 }
   36.35 \ No newline at end of file
   36.36 +.incoming:not(.history) .x-sender,
   36.37 .incoming:not(.history) a,
   36.38 #Chat:not(.groupchat) .status .x-message,
   36.39 #Chat:not(.groupchat) .status a,
   36.40 #Chat:not(.groupchat) .event .x-message,
   36.41 #Chat:not(.groupchat) .event a
   36.42 {
   36.43 	color: hsla(120, 100%, 35%, 1) !important;
   36.44 }
   36.45 
   36.46 .outgoing:not(.history) .x-sender,
   36.47 .outgoing:not(.history) a
   36.48 {
   36.49 	color: hsla(276, 100%, 40%, 1) !important;
   36.50 }
   36.51 
   36.52 .history.incoming .x-sender,
   36.53 .history.incoming a,
   36.54 #Chat:not(.groupchat) .history.status .x-message,
   36.55 #Chat:not(.groupchat) .history.status a,
   36.56 #Chat:not(.groupchat) .history.event .x-message,
   36.57 #Chat:not(.groupchat) .history.event a
   36.58 {
   36.59 	color: hsla(120, 100%, 25%, 1) !important;
   36.60 }
   36.61 
   36.62 .history.outgoing .x-sender,
   36.63 .history.outgoing a
   36.64 {
   36.65 	color: hsla(276, 100%, 25%, 1) !important;
   36.66 }
   36.67 \ No newline at end of file
    37.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
    37.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
    37.3 @@ -5,13 +5,13 @@
    37.4  #Chat:not(.groupchat) .event .x-message,
    37.5  #Chat:not(.groupchat) .event a
    37.6  {
    37.7 -	color: hsla(0, 0%, 70%, 1) !important;
    37.8 +	color: hsla(0, 0%, 60%, 1) !important;
    37.9  }
   37.10  
   37.11  .outgoing:not(.history) .x-sender,
   37.12  .outgoing:not(.history) a
   37.13  {
   37.14 -	color: hsla(297, 100%, 40%, 1) !important;
   37.15 +	color: hsla(276, 100%, 40%, 1) !important;
   37.16  }
   37.17  
   37.18  .history.incoming .x-sender,
   37.19 @@ -27,5 +27,5 @@
   37.20  .history.outgoing .x-sender,
   37.21  .history.outgoing a
   37.22  {
   37.23 -	color: hsla(297, 100%, 30%, 1) !important;
   37.24 +	color: hsla(276, 100%, 25%, 1) !important;
   37.25  }
    38.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
    38.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
    38.3 @@ -5,13 +5,13 @@
    38.4  #Chat:not(.groupchat) .event .x-message,
    38.5  #Chat:not(.groupchat) .event a
    38.6  {
    38.7 -	color: hsla(45, 100%, 50%, 1) !important;
    38.8 +	color: hsla(30, 100%, 50%, 1) !important;
    38.9  }
   38.10  
   38.11  .outgoing:not(.history) .x-sender,
   38.12  .outgoing:not(.history) a
   38.13  {
   38.14 -	color: hsla(297, 100%, 40%, 1) !important;
   38.15 +	color: hsla(276, 100%, 40%, 1) !important;
   38.16  }
   38.17  
   38.18  .history.incoming .x-sender,
   38.19 @@ -21,11 +21,11 @@
   38.20  #Chat:not(.groupchat) .history.event .x-message,
   38.21  #Chat:not(.groupchat) .history.event a
   38.22  {
   38.23 -	color: hsla(45, 100%, 30%, 1) !important;
   38.24 +	color: hsla(30, 100%, 30%, 1) !important;
   38.25  }
   38.26  
   38.27  .history.outgoing .x-sender,
   38.28  .history.outgoing a
   38.29  {
   38.30 -	color: hsla(297, 100%, 30%, 1) !important;
   38.31 +	color: hsla(276, 100%, 25%, 1) !important;
   38.32  }
    39.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Pink.css	Tue Mar 16 09:05:45 2010 -0500
    39.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Pink.css	Tue Mar 16 10:22:57 2010 -0500
    39.3 @@ -1,1 +1,1 @@
    39.4 -.incoming:not(.history) .x-sender,
    39.5 .incoming:not(.history) a,
    39.6 #Chat:not(.groupchat) .status .x-message,
    39.7 #Chat:not(.groupchat) .status a,
    39.8 #Chat:not(.groupchat) .event .x-message,
    39.9 #Chat:not(.groupchat) .event a
   39.10 {
   39.11 	color: hsla(315, 100%, 65%, 1) !important;
   39.12 }
   39.13 
   39.14 .outgoing:not(.history) .x-sender,
   39.15 .outgoing:not(.history) a
   39.16 {
   39.17 	color: hsla(297, 100%, 40%, 1) !important;
   39.18 }
   39.19 
   39.20 .history.incoming .x-sender,
   39.21 .history.incoming a,
   39.22 #Chat:not(.groupchat) .history.status .x-message,
   39.23 #Chat:not(.groupchat) .history.status a,
   39.24 #Chat:not(.groupchat) .history.event .x-message,
   39.25 #Chat:not(.groupchat) .history.event a
   39.26 {
   39.27 	color: hsla(315, 100%, 30%, 1) !important;
   39.28 }
   39.29 
   39.30 .history.outgoing .x-sender,
   39.31 .history.outgoing a
   39.32 {
   39.33 	color: hsla(297, 100%, 30%, 1) !important;
   39.34 }
   39.35 \ No newline at end of file
   39.36 +.incoming:not(.history) .x-sender,
   39.37 .incoming:not(.history) a,
   39.38 #Chat:not(.groupchat) .status .x-message,
   39.39 #Chat:not(.groupchat) .status a,
   39.40 #Chat:not(.groupchat) .event .x-message,
   39.41 #Chat:not(.groupchat) .event a
   39.42 {
   39.43 	color: hsla(315, 100%, 65%, 1) !important;
   39.44 }
   39.45 
   39.46 .outgoing:not(.history) .x-sender,
   39.47 .outgoing:not(.history) a
   39.48 {
   39.49 	color: hsla(276, 100%, 40%, 1) !important;
   39.50 }
   39.51 
   39.52 .history.incoming .x-sender,
   39.53 .history.incoming a,
   39.54 #Chat:not(.groupchat) .history.status .x-message,
   39.55 #Chat:not(.groupchat) .history.status a,
   39.56 #Chat:not(.groupchat) .history.event .x-message,
   39.57 #Chat:not(.groupchat) .history.event a
   39.58 {
   39.59 	color: hsla(315, 100%, 30%, 1) !important;
   39.60 }
   39.61 
   39.62 .history.outgoing .x-sender,
   39.63 .history.outgoing a
   39.64 {
   39.65 	color: hsla(276, 100%, 25%, 1) !important;
   39.66 }
   39.67 \ No newline at end of file
    40.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Red.css	Tue Mar 16 09:05:45 2010 -0500
    40.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Red.css	Tue Mar 16 10:22:57 2010 -0500
    40.3 @@ -11,7 +11,7 @@
    40.4  .outgoing:not(.history) .x-sender,
    40.5  .outgoing:not(.history) a
    40.6  {
    40.7 -	color: hsla(297, 100%, 40%, 1) !important;
    40.8 +	color: hsla(276, 100%, 40%, 1) !important;
    40.9  }
   40.10  
   40.11  .history.incoming .x-sender,
   40.12 @@ -27,5 +27,5 @@
   40.13  .history.outgoing .x-sender,
   40.14  .history.outgoing a
   40.15  {
   40.16 -	color: hsla(297, 100%, 30%, 1) !important;
   40.17 +	color: hsla(276, 100%, 25%, 1) !important;
   40.18  }
    41.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css	Tue Mar 16 09:05:45 2010 -0500
    41.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css	Tue Mar 16 10:22:57 2010 -0500
    41.3 @@ -1,1 +1,1 @@
    41.4 -.incoming:not(.history) .x-sender,
    41.5 .incoming:not(.history) a,
    41.6 #Chat:not(.groupchat) .status .x-message,
    41.7 #Chat:not(.groupchat) .status a,
    41.8 #Chat:not(.groupchat) .event .x-message,
    41.9 #Chat:not(.groupchat) .event a
   41.10 {
   41.11 	color: hsla(120, 100%, 45%, 1) !important;
   41.12 }
   41.13 
   41.14 .outgoing:not(.history) .x-sender,
   41.15 .outgoing:not(.history) a
   41.16 {
   41.17 	color: hsla(0, 100%, 50%, 1) !important;
   41.18 }
   41.19 
   41.20 .history.incoming .x-sender,
   41.21 .history.incoming a,
   41.22 #Chat:not(.groupchat) .history.status .x-message,
   41.23 #Chat:not(.groupchat) .history.status a,
   41.24 #Chat:not(.groupchat) .history.event .x-message,
   41.25 #Chat:not(.groupchat) .history.event a
   41.26 {
   41.27 	color: hsla(120, 100%, 30%, 1) !important;
   41.28 }
   41.29 
   41.30 .history.outgoing .x-sender,
   41.31 .history.outgoing a
   41.32 {
   41.33 	color: hsla(0, 100%, 30%, 1) !important;
   41.34 }
   41.35 \ No newline at end of file
   41.36 +.incoming:not(.history) .x-sender,
   41.37 .incoming:not(.history) a,
   41.38 #Chat:not(.groupchat) .status .x-message,
   41.39 #Chat:not(.groupchat) .status a,
   41.40 #Chat:not(.groupchat) .event .x-message,
   41.41 #Chat:not(.groupchat) .event a
   41.42 {
   41.43 	color: hsla(120, 100%, 35%, 1) !important;
   41.44 }
   41.45 
   41.46 .outgoing:not(.history) .x-sender,
   41.47 .outgoing:not(.history) a
   41.48 {
   41.49 	color: hsla(0, 100%, 50%, 1) !important;
   41.50 }
   41.51 
   41.52 .history.incoming .x-sender,
   41.53 .history.incoming a,
   41.54 #Chat:not(.groupchat) .history.status .x-message,
   41.55 #Chat:not(.groupchat) .history.status a,
   41.56 #Chat:not(.groupchat) .history.event .x-message,
   41.57 #Chat:not(.groupchat) .history.event a
   41.58 {
   41.59 	color: hsla(120, 100%, 25%, 1) !important;
   41.60 }
   41.61 
   41.62 .history.outgoing .x-sender,
   41.63 .history.outgoing a
   41.64 {
   41.65 	color: hsla(0, 100%, 30%, 1) !important;
   41.66 }
   41.67 \ No newline at end of file
    42.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css	Tue Mar 16 09:05:45 2010 -0500
    42.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css	Tue Mar 16 10:22:57 2010 -0500
    42.3 @@ -5,7 +5,7 @@
    42.4  #Chat:not(.groupchat) .event .x-message,
    42.5  #Chat:not(.groupchat) .event a
    42.6  {
    42.7 -	color: hsla(0, 0%, 70%, 1) !important;
    42.8 +	color: hsla(0, 0%, 60%, 1) !important;
    42.9  }
   42.10  
   42.11  .outgoing:not(.history) .x-sender,
    43.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Orange.css	Tue Mar 16 09:05:45 2010 -0500
    43.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Orange.css	Tue Mar 16 10:22:57 2010 -0500
    43.3 @@ -5,7 +5,7 @@
    43.4  #Chat:not(.groupchat) .event .x-message,
    43.5  #Chat:not(.groupchat) .event a
    43.6  {
    43.7 -	color: hsla(45, 100%, 50%, 1) !important;
    43.8 +	color: hsla(30, 100%, 50%, 1) !important;
    43.9  }
   43.10  
   43.11  .outgoing:not(.history) .x-sender,
   43.12 @@ -21,7 +21,7 @@
   43.13  #Chat:not(.groupchat) .history.event .x-message,
   43.14  #Chat:not(.groupchat) .history.event a
   43.15  {
   43.16 -	color: hsla(45, 100%, 30%, 1) !important;
   43.17 +	color: hsla(30, 100%, 30%, 1) !important;
   43.18  }
   43.19  
   43.20  .history.outgoing .x-sender,
    44.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Purple.css	Tue Mar 16 09:05:45 2010 -0500
    44.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Purple.css	Tue Mar 16 10:22:57 2010 -0500
    44.3 @@ -1,1 +1,1 @@
    44.4 -.incoming:not(.history) .x-sender,
    44.5 .incoming:not(.history) a,
    44.6 #Chat:not(.groupchat) .status .x-message,
    44.7 #Chat:not(.groupchat) .status a,
    44.8 #Chat:not(.groupchat) .event .x-message,
    44.9 #Chat:not(.groupchat) .event a
   44.10 {
   44.11 	color: hsla(297, 100%, 40%, 1) !important;
   44.12 }
   44.13 
   44.14 .outgoing:not(.history) .x-sender,
   44.15 .outgoing:not(.history) a
   44.16 {
   44.17 	color: hsla(0, 100%, 50%, 1) !important;
   44.18 }
   44.19 
   44.20 .history.incoming .x-sender,
   44.21 .history.incoming a,
   44.22 #Chat:not(.groupchat) .history.status .x-message,
   44.23 #Chat:not(.groupchat) .history.status a,
   44.24 #Chat:not(.groupchat) .history.event .x-message,
   44.25 #Chat:not(.groupchat) .history.event a
   44.26 {
   44.27 	color: hsla(297, 100%, 30%, 1) !important;
   44.28 }
   44.29 
   44.30 .history.outgoing .x-sender,
   44.31 .history.outgoing a
   44.32 {
   44.33 	color: hsla(0, 100%, 30%, 1) !important;
   44.34 }
   44.35 \ No newline at end of file
   44.36 +.incoming:not(.history) .x-sender,
   44.37 .incoming:not(.history) a,
   44.38 #Chat:not(.groupchat) .status .x-message,
   44.39 #Chat:not(.groupchat) .status a,
   44.40 #Chat:not(.groupchat) .event .x-message,
   44.41 #Chat:not(.groupchat) .event a
   44.42 {
   44.43 	color: hsla(276, 100%, 40%, 1) !important;
   44.44 }
   44.45 
   44.46 .outgoing:not(.history) .x-sender,
   44.47 .outgoing:not(.history) a
   44.48 {
   44.49 	color: hsla(0, 100%, 50%, 1) !important;
   44.50 }
   44.51 
   44.52 .history.incoming .x-sender,
   44.53 .history.incoming a,
   44.54 #Chat:not(.groupchat) .history.status .x-message,
   44.55 #Chat:not(.groupchat) .history.status a,
   44.56 #Chat:not(.groupchat) .history.event .x-message,
   44.57 #Chat:not(.groupchat) .history.event a
   44.58 {
   44.59 	color: hsla(276, 100%, 25%, 1) !important;
   44.60 }
   44.61 
   44.62 .history.outgoing .x-sender,
   44.63 .history.outgoing a
   44.64 {
   44.65 	color: hsla(0, 100%, 30%, 1) !important;
   44.66 }
   44.67 \ No newline at end of file
    45.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Tue Mar 16 09:05:45 2010 -0500
    45.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Tue Mar 16 10:22:57 2010 -0500
    45.3 @@ -2,7 +2,7 @@
    45.4  ---------------------------------------------------------------------------
    45.5    PROJECT: 	Adium Message Style
    45.6  
    45.7 -FILE NAME: 	minimal_mod.AdiumMessageStyle	
    45.8 +FILE NAME: 	minimal_mod.AdiumMessageStyle
    45.9  
   45.10  	 NAME: 	minimal_mod
   45.11  				[http://caenim.com/public/minimal_mod.AdiumMessageStyle.zip]
   45.12 @@ -23,11 +23,11 @@
   45.13  				adjusted line height in messages
   45.14  				adjusted line height between sender and initial message
   45.15  				minor adjustments to text padding in messages
   45.16 -			
   45.17 +
   45.18  				1.1.2005.09.18
   45.19  				very (VERY!) minor changes to the line height & hyperlink decoration
   45.20  				corrected a few errors in the variants (fixes contributed by amy b.)
   45.21 -			
   45.22 +
   45.23  				1.2.2005.10.04
   45.24  				corrected zany user icon placement throughout:
   45.25  				fixed problem where user icons appeared diagonally
   45.26 @@ -35,7 +35,7 @@
   45.27  				decreased user icon size to 24x24 px
   45.28  				removed forceable capitalization of user names
   45.29  				fixed vertical alignment problem in the status message
   45.30 -			
   45.31 +
   45.32  				1.3.2005.11.18
   45.33  				added service indicator to initial time stamp
   45.34  				lightened the dotted line between messages
   45.35 @@ -56,11 +56,11 @@
   45.36  			1.4.2006.06.06
   45.37  			fixed problem with six digit time stamps
   45.38  			removed a bunch of cruft; thanks to Catfish_Man for the catch
   45.39 -				
   45.40 +
   45.41  	 TODO: 	wait for new issues to arise via users or personal use.
   45.42  				update for user with XtrasManager [currently does not work with message styles].
   45.43  				hyperlink decoration tweaks [?].
   45.44 -								 
   45.45 +
   45.46   BASED ON: 	Minimal Adium Message Style [default package 0.8 b12 version]
   45.47  				check http://www.adiumxtras.com/index.php?a=xtras&xtra_id=1576 for full credits
   45.48  ---------------------------------------------------------------------------
   45.49 @@ -193,19 +193,19 @@
   45.50  
   45.51  #x-header
   45.52  {
   45.53 -	position: fixed; 
   45.54 -		top: 0px; 
   45.55 -		left: 0px; 
   45.56 -		right: 0px; 
   45.57 -	margin: 0; 
   45.58 -	padding: 5px; 
   45.59 -	overflow: auto; 
   45.60 -	color: white; 
   45.61 -	text-align: center; 
   45.62 +	position: fixed;
   45.63 +		top: 0px;
   45.64 +		left: 0px;
   45.65 +		right: 0px;
   45.66 +	margin: 0;
   45.67 +	padding: 5px;
   45.68 +	overflow: auto;
   45.69 +	color: white;
   45.70 +	text-align: center;
   45.71  	font-size: 1em;
   45.72 -	background: rgba(0,0,0,.85); 
   45.73 -	z-index: 999; 
   45.74 -	opacity: .75;
   45.75 +	background: rgba(0, 0, 0, .75);
   45.76 +	z-index: 999;
   45.77 +	opacity: 1;
   45.78  	-webkit-transition: opacity .1s linear;
   45.79  }
   45.80  
   45.81 @@ -247,7 +247,7 @@
   45.82  .focus.mention
   45.83  {
   45.84  	background:
   45.85 -		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1))) 0px 0px no-repeat,
   45.86 +		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
   45.87  		url("./images/vert.png") repeat;
   45.88  	-webkit-background-size: 10px 100%, 2px 100%;
   45.89  }