diff options
author | Nitesh Kumar Sinha | 2019-08-19 11:14:26 +0530 |
---|---|---|
committer | GitHub | 2019-08-19 11:14:26 +0530 |
commit | f8d43f51937aae5240b2885108fd08efab768155 (patch) | |
tree | 998c1d749bf3533d24a4799b53c79413dfce7eba /themes/kalpesh/research_group_subtheme/css/style.css | |
parent | 58dbf8fcb04c01c338b9e346b8266690c8b92a2f (diff) | |
parent | 67eeae320422623bc2873b2c00afb8b29ec6160e (diff) | |
download | acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.tar.gz acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.tar.bz2 acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.zip |
merge with Stage
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; +} + + + |