SO: Italicize action sender/message for the Compact Variant.
authormathuaerknedam
Thu Mar 18 14:33:48 2010 -0500 (4 months ago)
changeset 4490b1573298772
parent 447 0dc975209847
child 450 4e8e83832e6b
SO: Italicize action sender/message for the Compact Variant.
Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
     1.1 --- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Thu Mar 18 13:53:55 2010 -0500
     1.2 +++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Thu Mar 18 14:33:48 2010 -0500
     1.3 @@ -284,7 +284,7 @@
     1.4  .history.message
     1.5  {
     1.6  	padding-right: 0px;
     1.7 -	background: 
     1.8 +	background:
     1.9  		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat,
    1.10  		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) 5px 0px no-repeat;
    1.11  	-webkit-background-size: 5px 100%, 100% 100%;
    1.12 @@ -292,7 +292,7 @@
    1.13  
    1.14  .history.mention.message
    1.15  {
    1.16 -	background: 
    1.17 +	background:
    1.18  		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat,
    1.19  		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(248, 248, 248, .9))) 5px 0px no-repeat;
    1.20  	-webkit-background-size: 5px 100%, 100% 100%;
    1.21 @@ -397,3 +397,23 @@
    1.22  	top: -11px !important;
    1.23  }
    1.24  
    1.25 +.actionMessageUserName
    1.26 +{
    1.27 +	display: none;
    1.28 +}
    1.29 +
    1.30 +.actionMessageBody:after
    1.31 +{
    1.32 +	content: "";
    1.33 +}
    1.34 +
    1.35 +.actionMessageBody:before
    1.36 +{
    1.37 +	content: "";
    1.38 +}
    1.39 +
    1.40 +.action .x-sender,
    1.41 +.action .x-message
    1.42 +{
    1.43 +	font-style: italic !important;
    1.44 +}