Author: marcus Date: Sun Jul 21 19:09:48 2013 New Revision: 1505446 URL: http://svn.apache.org/r1505446 Log: Fixed URLs as absolute path, then it is easier for local debugging
Modified: openoffice/ooo-site/trunk/content/home.css Modified: openoffice/ooo-site/trunk/content/home.css URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/home.css?rev=1505446&r1=1505445&r2=1505446&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/home.css (original) +++ openoffice/ooo-site/trunk/content/home.css Sun Jul 21 19:09:48 2013 @@ -9,37 +9,39 @@ #actionstatements p { margin: 5px 0px 5px 60px; padding: 0px; line-height: 150%; color: #999; font-size: .8em; } #actionstatements p a { color: #555; } +http://www.openoffice.org + #actionstatements ul { margin: 0; padding: 0; } -#actionstatements li { margin: 0; padding: 0; list-style: none; background: url(/images/action-bg.png) no-repeat; } -#actionstatements li:hover { background: url(/images/action-bg.png) #E8F0FD repeat-x; } +#actionstatements li { margin: 0; padding: 0; list-style: none; background: url(http://www.openoffice.org/images/action-bg.png) no-repeat; } +#actionstatements li:hover { background: url(http://www.openoffice.org/images/action-bg.png) #E8F0FD repeat-x; } #actionstatements li:hover div.action-text:hover h2 a { color: #06338B; } #actionstatements li:hover div.action-text:hover p a, #actionstatements li:hover div.action-text:hover p a:hover, #actionstatements div.action-download:hover #downloadbutton p.options a:hover { color: #0949C1; } #actionstatements hr { display: block; width: 100%; border: none; border-top: 1px solid white; border-bottom: 1px dotted #CCC; margin: 0 0 15px 0; padding: 0; background: #FFF; } -#actionstatements div.action-link:hover { background: url(/images/action-link.png) top right no-repeat; margin: 0 5px 0 0; } -#actionstatements div.action-expand:hover { background: url(/images/action-expand.png) top right no-repeat; margin: 0 5px 0 0; } -#actionstatements div.action-contract:hover { background: url(/images/action-contract.png) top right no-repeat; margin: 0 5px 0 0; } - -#actionstatements div.action-info { background: url(/images/action-info.png) no-repeat; } -#actionstatements div.action-info:hover { background: url(/images/action-info.png) 0 -250px no-repeat; } -#actionstatements div.action-download { background: url(/images/action-download.png) no-repeat; } -#actionstatements div.action-download:hover { background: url(/images/action-download.png) 0 -250px no-repeat; } +#actionstatements div.action-link:hover { background: url(http://www.openoffice.org/images/action-link.png) top right no-repeat; margin: 0 5px 0 0; } +#actionstatements div.action-expand:hover { background: url(http://www.openoffice.org/images/action-expand.png) top right no-repeat; margin: 0 5px 0 0; } +#actionstatements div.action-contract:hover { background: url(http://www.openoffice.org/images/action-contract.png) top right no-repeat; margin: 0 5px 0 0; } + +#actionstatements div.action-info { background: url(http://www.openoffice.org/images/action-info.png) no-repeat; } +#actionstatements div.action-info:hover { background: url(http://www.openoffice.org/images/action-info.png) 0 -250px no-repeat; } +#actionstatements div.action-download { background: url(http://www.openoffice.org/images/action-download.png) no-repeat; } +#actionstatements div.action-download:hover { background: url(http://www.openoffice.org/images/action-download.png) 0 -250px no-repeat; } #actionstatements div.action-download #action-download-extra a { display: inline; margin: 0; padding: 0; text-decoration: underline; } -#actionstatements div.action-help { background: url(/images/action-help.png) no-repeat; } -#actionstatements div.action-help:hover { background: url(/images/action-help.png) 0 -250px no-repeat; } -#actionstatements div.action-extend { background: url(/images/action-extend.png) no-repeat; } -#actionstatements div.action-extend:hover { background: url(/images/action-extend.png) 0 -250px no-repeat; } -#actionstatements div.action-participate { background: url(/images/action-participate.png) no-repeat; } -#actionstatements div.action-participate:hover { background: url(/images/action-participate.png) 0 -250px no-repeat; } -#actionstatements div.action-social { background: url(/images/action-social.png) no-repeat; } -#actionstatements div.action-social:hover { background: url(/images/action-social.png) 0 -250px no-repeat; } +#actionstatements div.action-help { background: url(http://www.openoffice.org/images/action-help.png) no-repeat; } +#actionstatements div.action-help:hover { background: url(http://www.openoffice.org/images/action-help.png) 0 -250px no-repeat; } +#actionstatements div.action-extend { background: url(http://www.openoffice.org/images/action-extend.png) no-repeat; } +#actionstatements div.action-extend:hover { background: url(http://www.openoffice.org/images/action-extend.png) 0 -250px no-repeat; } +#actionstatements div.action-participate { background: url(http://www.openoffice.org/images/action-participate.png) no-repeat; } +#actionstatements div.action-participate:hover { background: url(http://www.openoffice.org/images/action-participate.png) 0 -250px no-repeat; } +#actionstatements div.action-social { background: url(http://www.openoffice.org/images/action-social.png) no-repeat; } +#actionstatements div.action-social:hover { background: url(http://www.openoffice.org/images/action-social.png) 0 -250px no-repeat; } #actionstatements div.action-social .action-social-extra p { margin: 0; padding: 5px 0px 5px 60px; line-height: 150%; color: #333; } #actionstatements div.action-social .action-social-extra a { color: #06338B; } #actionstatements div.action-download #buttonwrap { padding: 15px 0 5px 60px; } -#actionstatements div.action-download #downloadbutton { display: block; width: 550px; background: #C7E094 url(/images/download-bg.png) right top no-repeat; } -#actionstatements div.action-download:hover #downloadbutton { background: #CCE891 url(/images/download-bg.png) right -200px no-repeat; } -#actionstatements div.action-download:hover #downloadbutton:hover { background: #CCE891 url(/images/download-bg.png) right -400px no-repeat; cursor: pointer; } +#actionstatements div.action-download #downloadbutton { display: block; width: 550px; background: #C7E094 url(http://www.openoffice.org/images/download-bg.png) right top no-repeat; } +#actionstatements div.action-download:hover #downloadbutton { background: #CCE891 url(http://www.openoffice.org/images/download-bg.png) right -200px no-repeat; } +#actionstatements div.action-download:hover #downloadbutton:hover { background: #CCE891 url(http://www.openoffice.org/images/download-bg.png) right -400px no-repeat; cursor: pointer; } #actionstatements div.action-download #downloadbutton h3 { margin: 0; padding: 25px 0 7px 30px; font-size: 1.6em; } #actionstatements div.action-download #downloadbutton h3 a { color: #718D36; text-decoration: none; } #actionstatements div.action-download #downloadbutton:hover h3 a { color: #546828; } @@ -49,7 +51,7 @@ #actionstatements div.action-download p.options:hover a:hover { color: #2E3816; } #news { width: 30%; float: right; margin: 0 3% 0 0; } -#news div.campaign { min-height: 50px; width: 90%; padding: 30px 5% 5px 5%; margin: 10px 0 0 0; background: url(/images/campaign-divider.png) no-repeat center top; clear: right; } +#news div.campaign { min-height: 50px; width: 90%; padding: 30px 5% 5px 5%; margin: 10px 0 0 0; background: url(http://www.openoffice.org/images/campaign-divider.png) no-repeat center top; clear: right; } #news div.campaign h2 { margin: 0; padding: 0; border: none; width: 100%; color: #06338B; background: none; } #news div.campaign p { line-height: 150%; padding: 10px 0 0 0; color: #333; text-align: left; background: none; } #news div.campaign a { color:#107EC0; text-decoration:underline; }