diff options
Diffstat (limited to 'themes/kalpesh/research_group_subtheme/css/style.css')
-rw-r--r-- | themes/kalpesh/research_group_subtheme/css/style.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/themes/kalpesh/research_group_subtheme/css/style.css b/themes/kalpesh/research_group_subtheme/css/style.css new file mode 100644 index 0000000..cfb80c1 --- /dev/null +++ b/themes/kalpesh/research_group_subtheme/css/style.css @@ -0,0 +1,47 @@ + .thumbnail { + padding: 0 0 15px 0; + border: none; + border-radius: 0; + border: 1px solid; + height: 590px; + width: 359px; + } + .thumbnail p { + margin-top: 15px; + color: #555; + } + + .btn { + padding: 10px 20px; + background-color: #1063adab; + color: #f1f1f1; + border-radius: 0; + transition: .2s; + } + + .btn a { + color: white; + + } + .btn:hover, .btn:focus { + border: 1px solid #333; + background-color: #fff; + color: black; + } +.btn:hover a{ + color: black; +} + +/*.btn a:hover { + color: black; + + } +*/ + .paragraph--type-publication { + background-color: lightgray; + padding: 29px; + padding-left: 50px; +} + + + |