summaryrefslogtreecommitdiff
path: root/themes/kalpesh/research_group_subtheme/css/style.css
diff options
context:
space:
mode:
authorNitesh Kumar Sinha2019-08-19 11:14:26 +0530
committerGitHub2019-08-19 11:14:26 +0530
commitf8d43f51937aae5240b2885108fd08efab768155 (patch)
tree998c1d749bf3533d24a4799b53c79413dfce7eba /themes/kalpesh/research_group_subtheme/css/style.css
parent58dbf8fcb04c01c338b9e346b8266690c8b92a2f (diff)
parent67eeae320422623bc2873b2c00afb8b29ec6160e (diff)
downloadacadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.tar.gz
acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.tar.bz2
acadmix_distribution-f8d43f51937aae5240b2885108fd08efab768155.zip
Merge pull request #29 from FOSSEE/stageHEADmaster
merge with Stage
Diffstat (limited to 'themes/kalpesh/research_group_subtheme/css/style.css')
-rw-r--r--themes/kalpesh/research_group_subtheme/css/style.css47
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;
+}
+
+
+