diff options
author | Jayaram R Pai | 2014-07-31 17:13:33 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-31 17:13:33 +0530 |
commit | 69f0119c7262602af46fd6a80e4558089835fa01 (patch) | |
tree | 783210690cc87ccd6d9139b7d1c184f49d07ec3b /css/testimonials.css | |
download | scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.gz scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.bz2 scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.zip |
initial commit
Diffstat (limited to 'css/testimonials.css')
-rwxr-xr-x | css/testimonials.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/css/testimonials.css b/css/testimonials.css new file mode 100755 index 0000000..4edbeac --- /dev/null +++ b/css/testimonials.css @@ -0,0 +1,50 @@ + +.testimonial{ + position: relative; + text-align: justify; + margin: 25px 0 0 0; + padding: 0 0 10px 0; + background: #e5e5e5; + padding: 10px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; +} +.testimonial > .author{ + text-align: right; + font-weight: bolder; + margin: 15px 0 0 0; + background: #ffffff; + padding: 10px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; +} +.page-nav{ + position: relative; + padding: 25px 0; +} +.page-next{ + position: absolute; + right: 0; + top: 25px; +} +.page-prev{ + position: absolute; + left: 0; + top: 25px; +} +.page-nos{ + position: relative; + left: 275px; + top: -47px; +} +.page-nos1{ + position: relative; + left: 275px; + top: -47px; + color: #424242; + font-weight: 900; +} |