diff options
author | Jayaram R Pai | 2014-07-31 18:13:41 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-31 18:13:41 +0530 |
commit | 4c2780b87434084147858f4fe69a5a45d6e509c7 (patch) | |
tree | a0d231452ac683ecf8c9f78861f9bff2392853ea /css | |
parent | 69f0119c7262602af46fd6a80e4558089835fa01 (diff) | |
download | scilab_theme-4c2780b87434084147858f4fe69a5a45d6e509c7.tar.gz scilab_theme-4c2780b87434084147858f4fe69a5a45d6e509c7.tar.bz2 scilab_theme-4c2780b87434084147858f4fe69a5a45d6e509c7.zip |
added lightbox display for testimonials
changes submitted by Priyanka Bhagwat
Diffstat (limited to 'css')
-rwxr-xr-x | css/modal.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/css/modal.css b/css/modal.css new file mode 100755 index 0000000..7bf28cd --- /dev/null +++ b/css/modal.css @@ -0,0 +1,30 @@ +.dialog { + display: none; + width:55%; + height:auto; + padding: 15px; + -moz-border-radius:8px; + -webkit-border-radius:8px; + border-radius:8px; + box-shadow: 1px 1px 4px 1px #888888; + background: #FFF; + font-color:white; +} + +.dialog hr{ + + +} + +.ui-dialog-content, .ui-widget-content { + + width:800px; + background-color:#F0F0F0 ; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + font-size: 62.5%; + font-color:white; + +} + + /*filter:alpha(opacity=70); + opacity:0.7;*/ |